|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openoffice.da.comp.w2lcommon.helper.RegistryHelper
public class RegistryHelper
This class defines convenience methods to access the OOo registry using a given base path
| Constructor Summary | |
|---|---|
RegistryHelper(com.sun.star.uno.XComponentContext xContext)
Construct a new RegistryHelper using a given component context |
|
| Method Summary | |
|---|---|
void |
disposeRegistryView(java.lang.Object view)
Dispose a previously obtained registry view |
java.lang.Object |
getRegistryView(java.lang.String sPath,
boolean bUpdate)
Get a registry view relative to the given path |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RegistryHelper(com.sun.star.uno.XComponentContext xContext)
xContext - the context to use to create new services| Method Detail |
|---|
public java.lang.Object getRegistryView(java.lang.String sPath,
boolean bUpdate)
throws com.sun.star.uno.Exception
sPath - the base path witin the registrybUpdate - true if we need update access
com.sun.star.uno.Exceptionpublic void disposeRegistryView(java.lang.Object view)
view - the view to dispose
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||