|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.coi.tools.os.win.RegistryImpl
com.coi.tools.os.izpack.Registry
Wrapper class for com.coi.tools.os.win.RegistryImpl for using it with IzPack. This class implements only the methods of interface NativeLibraryClient. All other methods are used directly from RegistryImpl.
| Field Summary |
| Fields inherited from class com.coi.tools.os.win.RegistryImpl |
HKEY_CLASSES_ROOT, HKEY_CURRENT_CONFIG, HKEY_CURRENT_USER, HKEY_DYN_DATA, HKEY_LOCAL_MACHINE, HKEY_PERFORMANCE_DATA, HKEY_USERS |
| Constructor Summary | |
Registry()
Default constructor. |
|
| Method Summary | |
void |
freeLibrary(java.lang.String name)
This method is used to free the library at the end of progam execution. |
private void |
initialize()
Initialize native part of this class and other settings. |
| Methods inherited from class com.coi.tools.os.win.RegistryImpl |
activateLogging, addLoggingInfo, createKey, createKey, deleteKey, deleteKeyIfEmpty, deleteKeyIfEmpty, deleteValue, getLoggingInfo, getRoot, getSubkeys, getValue, getValueAsObject, getValueNames, keyExist, keyExist, resetLogging, rewind, setLoggingInfo, setRoot, setValue, setValue, setValue, setValue, setValue, setValue, suspendLogging, valueExist |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Registry()
throws java.lang.Exception
| Method Detail |
private void initialize()
throws java.lang.Exception
java.lang.Exception - if problems are encounteredpublic void freeLibrary(java.lang.String name)
freeLibrary in interface NativeLibraryClientname - the name of the library to free. Use only the name and extension but not the
path.NativeLibraryClient.freeLibrary(java.lang.String)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||