public class Registry extends RegistryImpl implements NativeLibraryClient
HKEY_CLASSES_ROOT, HKEY_CURRENT_CONFIG, HKEY_CURRENT_USER, HKEY_DYN_DATA, HKEY_LOCAL_MACHINE, HKEY_PERFORMANCE_DATA, HKEY_USERS| Constructor and Description |
|---|
Registry()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
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, valueExistpublic Registry()
throws java.lang.Exception
java.lang.Exceptionprivate 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)