All Packages  Class Hierarchy

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Index of all Fields and Methods

A

ACCESS_ALL. Static variable in class com.ice.jni.registry.RegistryKey
ACCESS_DEFAULT. Static variable in class com.ice.jni.registry.RegistryKey
Constants used to determine the access level for newly opened keys.
ACCESS_EXECUTE. Static variable in class com.ice.jni.registry.RegistryKey
ACCESS_READ. Static variable in class com.ice.jni.registry.RegistryKey
ACCESS_WRITE. Static variable in class com.ice.jni.registry.RegistryKey

C

closeKey(). Method in class com.ice.jni.registry.RegistryKey
Closes this subkey.
connectRegistry(String). Method in class com.ice.jni.registry.RegistryKey
Connect to the remote registry on hostName.
created. Variable in class com.ice.jni.registry.RegistryKey
Used to indicate whether or not the key was created when method createSubKey() is called, otherwise false.
createSubKey(String, String). Method in class com.ice.jni.registry.RegistryKey
Create, and open, a Registry subkey of this key with WRITE access.
createSubKey(String, String, int). Method in class com.ice.jni.registry.RegistryKey
Create a new subkey, or open the existing one.

D

debugLevel. Variable in class com.ice.jni.registry.Registry
If true, debug the fv parameters and computation.
decrDoubleWord(String). Method in class com.ice.jni.registry.RegistryKey
This method will decrement the value of a REG_DWORD value.
deleteSubKey(String). Method in class com.ice.jni.registry.RegistryKey
Delete a named subkey.
deleteValue(String). Method in class com.ice.jni.registry.RegistryKey
Delete a named value.

E

ERROR_ACCESS_DENIED. Static variable in class com.ice.jni.registry.Registry
ERROR_BADDB. Static variable in class com.ice.jni.registry.Registry
ERROR_BADKEY. Static variable in class com.ice.jni.registry.Registry
ERROR_CALL_NOT_IMPLEMENTED. Static variable in class com.ice.jni.registry.Registry
ERROR_CANTOPEN. Static variable in class com.ice.jni.registry.Registry
ERROR_CANTREAD. Static variable in class com.ice.jni.registry.Registry
ERROR_CANTWRITE. Static variable in class com.ice.jni.registry.Registry
ERROR_FILE_NOT_FOUND. Static variable in class com.ice.jni.registry.Registry
ERROR_INSUFFICIENT_BUFFER. Static variable in class com.ice.jni.registry.Registry
ERROR_INVALID_HANDLE. Static variable in class com.ice.jni.registry.Registry
ERROR_INVALID_PARAMETER. Static variable in class com.ice.jni.registry.Registry
ERROR_KEY_DELETED. Static variable in class com.ice.jni.registry.Registry
ERROR_LOCK_FAILED. Static variable in class com.ice.jni.registry.Registry
ERROR_MORE_DATA. Static variable in class com.ice.jni.registry.Registry
ERROR_NO_MORE_ITEMS. Static variable in class com.ice.jni.registry.Registry
ERROR_NOT_REGISTRY_FILE. Static variable in class com.ice.jni.registry.Registry
ERROR_REGISTRY_CORRUPT. Static variable in class com.ice.jni.registry.Registry
ERROR_REGISTRY_IO_FAILED. Static variable in class com.ice.jni.registry.Registry
ERROR_REGISTRY_RECOVERED. Static variable in class com.ice.jni.registry.Registry
ERROR_SUCCESS. Static variable in class com.ice.jni.registry.Registry
These are the Registry API error codes, which can be returned via the RegistryException.
ERROR_TRANSFER_TOO_LONG. Static variable in class com.ice.jni.registry.Registry
expandEnvStrings(String). Static method in class com.ice.jni.registry.RegistryKey
This method will expand a string to include the definitions of System environment variables that are referenced via the %variable% construct.
export(PrintWriter). Method in class com.ice.jni.registry.RegBinaryValue
export(PrintWriter). Method in class com.ice.jni.registry.RegDWordValue
export(PrintWriter). Method in class com.ice.jni.registry.RegistryValue
export(PrintWriter). Method in class com.ice.jni.registry.RegMultiStringValue
export(PrintWriter). Method in class com.ice.jni.registry.RegStringValue
export(PrintWriter, boolean). Method in class com.ice.jni.registry.RegistryKey
Export this key's definition to the provided PrintWriter.
exportHexData(PrintWriter, byte[]). Static method in class com.ice.jni.registry.RegistryValue
exportRegistryKey(String, RegistryKey, boolean). Static method in class com.ice.jni.registry.Registry
Export the textual definition for a registry key to a file.

F

finalize(). Method in class com.ice.jni.registry.RegistryKey
The finalize() override checks to be sure the key is closed.
flushKey(). Method in class com.ice.jni.registry.RegistryKey
Guarentees that this key is written to disk.

G

getByteData(). Method in class com.ice.jni.registry.RegBinaryValue
getByteData(). Method in class com.ice.jni.registry.RegDWordValue
getByteData(). Method in class com.ice.jni.registry.RegistryValue
getByteData(). Method in class com.ice.jni.registry.RegMultiStringValue
getByteData(). Method in class com.ice.jni.registry.RegStringValue
getByteLength(). Method in class com.ice.jni.registry.RegBinaryValue
getByteLength(). Method in class com.ice.jni.registry.RegDWordValue
getByteLength(). Method in class com.ice.jni.registry.RegistryValue
getByteLength(). Method in class com.ice.jni.registry.RegMultiStringValue
getByteLength(). Method in class com.ice.jni.registry.RegStringValue
getData(). Method in class com.ice.jni.registry.RegBinaryValue
getData(). Method in class com.ice.jni.registry.RegDWordValue
getData(). Method in class com.ice.jni.registry.RegMultiStringValue
getData(). Method in class com.ice.jni.registry.RegStringValue
getDefaultValue(). Method in class com.ice.jni.registry.RegistryKey
Get the data from the default value.
getErrorCode(). Method in class com.ice.jni.registry.RegistryException
getErrorMessage(int). Static method in class com.ice.jni.registry.Registry
Get the description of a Registry error code.
getFullName(). Method in class com.ice.jni.registry.RegistryKey
Get the full name of the key, from the top level down.
getKey(). Method in class com.ice.jni.registry.RegistryValue
getLength(). Method in class com.ice.jni.registry.RegBinaryValue
getLength(). Method in class com.ice.jni.registry.RegDWordValue
getLength(). Method in class com.ice.jni.registry.RegMultiStringValue
getLength(). Method in class com.ice.jni.registry.RegStringValue
getMaxSubkeyLength(). Method in class com.ice.jni.registry.RegistryKey
Obtains the maximum length of all of the subkey names.
getMaxValueDataLength(). Method in class com.ice.jni.registry.RegistryKey
Obtains the maximum length of all of the value data.
getMaxValueNameLength(). Method in class com.ice.jni.registry.RegistryKey
Obtains the maximum length of all of the value names.
getName(). Method in class com.ice.jni.registry.RegistryKey
Get the name of this key.
getName(). Method in class com.ice.jni.registry.RegistryValue
getNumberSubkeys(). Method in class com.ice.jni.registry.RegistryKey
Obtains the number of subkeys that this key contains.
getNumberValues(). Method in class com.ice.jni.registry.RegistryKey
Obtains the number of values that this key contains.
getStringValue(String). Method in class com.ice.jni.registry.RegistryKey
Get the value of a REG_SZ or REG_EXPAND_SZ value.
getTopLevelKey(String). Static method in class com.ice.jni.registry.Registry
Get a top level key by name using the top level key Hashtable.
getType(). Method in class com.ice.jni.registry.RegistryValue
getValue(String). Method in class com.ice.jni.registry.RegistryKey
Get the data of a named value.

H

hasDefaultValue(). Method in class com.ice.jni.registry.RegistryKey
Determines if this key has a default value.
hasOnlyDefaultValue(). Method in class com.ice.jni.registry.RegistryKey
Determines if this key has only a default value.
hexChars. Static variable in class com.ice.jni.registry.RegistryValue
hKey. Variable in class com.ice.jni.registry.RegistryKey
This is the actual DWORD key that is returned from the Registry API.
HKEY_CLASSES_ROOT. Static variable in class com.ice.jni.registry.Registry
The following statics are the top level keys.
HKEY_CURRENT_CONFIG. Static variable in class com.ice.jni.registry.Registry
HKEY_CURRENT_USER. Static variable in class com.ice.jni.registry.Registry
HKEY_DYN_DATA. Static variable in class com.ice.jni.registry.Registry
HKEY_LOCAL_MACHINE. Static variable in class com.ice.jni.registry.Registry
HKEY_PERFORMANCE_DATA. Static variable in class com.ice.jni.registry.Registry
HKEY_USERS. Static variable in class com.ice.jni.registry.Registry

I

incrDoubleWord(String). Method in class com.ice.jni.registry.RegistryKey
This method will increment the value of a REG_DWORD value.

K

keyElements(). Method in class com.ice.jni.registry.RegistryKey
Returns a new Enumeration that will enumerate the names of the subkeys of this key,

M

main(String[]). Static method in class com.ice.jni.registry.Registry
The main() method is used to test the Registry package.

N

name. Variable in class com.ice.jni.registry.RegistryKey
The full pathname of this key.
NoSuchKeyException(). Constructor for class com.ice.jni.registry.NoSuchKeyException
NoSuchKeyException(String). Constructor for class com.ice.jni.registry.NoSuchKeyException
NoSuchKeyException(String, int). Constructor for class com.ice.jni.registry.NoSuchKeyException
NoSuchValueException(). Constructor for class com.ice.jni.registry.NoSuchValueException
NoSuchValueException(String). Constructor for class com.ice.jni.registry.NoSuchValueException
NoSuchValueException(String, int). Constructor for class com.ice.jni.registry.NoSuchValueException

O

openSubkey(RegistryKey, String, int). Static method in class com.ice.jni.registry.Registry
Open a subkey of a given top level key.
openSubKey(String). Method in class com.ice.jni.registry.RegistryKey
Open a Registry subkey of this key with READ access.
openSubKey(String, int). Method in class com.ice.jni.registry.RegistryKey
Open a Registry subkey of this key with the specified access.

R

RCS_ID. Static variable in class com.ice.jni.registry.NoSuchKeyException
RCS_ID. Static variable in class com.ice.jni.registry.NoSuchValueException
RCS_ID. Static variable in class com.ice.jni.registry.RegistryException
RCS_NAME. Static variable in class com.ice.jni.registry.NoSuchKeyException
RCS_NAME. Static variable in class com.ice.jni.registry.NoSuchValueException
RCS_NAME. Static variable in class com.ice.jni.registry.RegistryException
RCS_REV. Static variable in class com.ice.jni.registry.NoSuchKeyException
RCS_REV. Static variable in class com.ice.jni.registry.NoSuchValueException
RCS_REV. Static variable in class com.ice.jni.registry.RegistryException
REG_BINARY. Static variable in class com.ice.jni.registry.RegistryValue
REG_DWORD. Static variable in class com.ice.jni.registry.RegistryValue
REG_DWORD_BIG_ENDIAN. Static variable in class com.ice.jni.registry.RegistryValue
REG_DWORD_LITTLE_ENDIAN. Static variable in class com.ice.jni.registry.RegistryValue
REG_EXPAND_SZ. Static variable in class com.ice.jni.registry.RegistryValue
REG_FULL_RESOURCE_DESCRIPTOR. Static variable in class com.ice.jni.registry.RegistryValue
REG_LINK. Static variable in class com.ice.jni.registry.RegistryValue
REG_MULTI_SZ. Static variable in class com.ice.jni.registry.RegistryValue
REG_NONE. Static variable in class com.ice.jni.registry.RegistryValue
REG_RESOURCE_LIST. Static variable in class com.ice.jni.registry.RegistryValue
REG_RESOURCE_REQUIREMENTS_LIST. Static variable in class com.ice.jni.registry.RegistryValue
REG_SZ. Static variable in class com.ice.jni.registry.RegistryValue
RegBinaryValue(RegistryKey, String). Constructor for class com.ice.jni.registry.RegBinaryValue
RegBinaryValue(RegistryKey, String, byte[]). Constructor for class com.ice.jni.registry.RegBinaryValue
RegBinaryValue(RegistryKey, String, int). Constructor for class com.ice.jni.registry.RegBinaryValue
RegDWordValue(RegistryKey, String). Constructor for class com.ice.jni.registry.RegDWordValue
RegDWordValue(RegistryKey, String, int). Constructor for class com.ice.jni.registry.RegDWordValue
RegDWordValue(RegistryKey, String, int, int). Constructor for class com.ice.jni.registry.RegDWordValue
regEnumKey(int). Method in class com.ice.jni.registry.RegistryKey
Obtains an enumerator for the subkeys of this key.
regEnumValue(int). Method in class com.ice.jni.registry.RegistryKey
Obtains an enumerator for the values of this key.
Registry(). Constructor for class com.ice.jni.registry.Registry
RegistryException(). Constructor for class com.ice.jni.registry.RegistryException
RegistryException(String). Constructor for class com.ice.jni.registry.RegistryException
RegistryException(String, int). Constructor for class com.ice.jni.registry.RegistryException
RegistryKey(int, String). Constructor for class com.ice.jni.registry.RegistryKey
RegistryKey(int, String, boolean). Constructor for class com.ice.jni.registry.RegistryKey
RegistryValue(RegistryKey, String, int). Constructor for class com.ice.jni.registry.RegistryValue
RegMultiStringValue(RegistryKey, String). Constructor for class com.ice.jni.registry.RegMultiStringValue
RegMultiStringValue(RegistryKey, String, int). Constructor for class com.ice.jni.registry.RegMultiStringValue
RegMultiStringValue(RegistryKey, String, String[]). Constructor for class com.ice.jni.registry.RegMultiStringValue
RegStringValue(RegistryKey, String). Constructor for class com.ice.jni.registry.RegStringValue
RegStringValue(RegistryKey, String, int). Constructor for class com.ice.jni.registry.RegStringValue
RegStringValue(RegistryKey, String, String). Constructor for class com.ice.jni.registry.RegStringValue

S

setByteData(byte[]). Method in class com.ice.jni.registry.RegBinaryValue
setByteData(byte[]). Method in class com.ice.jni.registry.RegDWordValue
setByteData(byte[]). Method in class com.ice.jni.registry.RegistryValue
setByteData(byte[]). Method in class com.ice.jni.registry.RegMultiStringValue
setByteData(byte[]). Method in class com.ice.jni.registry.RegStringValue
setCreated(boolean). Method in class com.ice.jni.registry.RegistryKey
Used to set the created state of this key.
setData(byte[]). Method in class com.ice.jni.registry.RegBinaryValue
setData(int). Method in class com.ice.jni.registry.RegDWordValue
setData(String). Method in class com.ice.jni.registry.RegStringValue
setData(String[]). Method in class com.ice.jni.registry.RegMultiStringValue
setErrorCode(int). Method in class com.ice.jni.registry.RegistryException
setValue(RegistryValue). Method in class com.ice.jni.registry.RegistryKey
Set the value of this RegistryKey.
setValue(String, RegistryValue). Method in class com.ice.jni.registry.RegistryKey
Set the name value to the given data.
subMain(String[]). Static method in class com.ice.jni.registry.Registry
The actual main method, which is called for each command.

T

toString(). Method in class com.ice.jni.registry.RegistryValue

U

usage(String). Static method in class com.ice.jni.registry.Registry
Print the usage/help information.

V

valueElements(). Method in class com.ice.jni.registry.RegistryKey
Returns a new Enumeration that will enumerate the names of the values of this key,

W

wasCreated(). Method in class com.ice.jni.registry.RegistryKey
Determine if this key was opened or created and opened.