|
|||||||||
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
public class 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 |
---|
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
java.lang.Exception
- if initialize of native part failsMethod Detail |
---|
private void initialize() throws java.lang.Exception
java.lang.Exception
- if problems are encounteredpublic void freeLibrary(java.lang.String name)
freeLibrary
in interface NativeLibraryClient
name
- 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 |