Package | Description |
---|---|
de.esprit.appsuite.winregistry |
Contains classes for accessing the windows registry
|
Modifier and Type | Method and Description |
---|---|
WindowsRegistryHive |
WindowsRegistryRootNode.getHive() |
abstract WindowsRegistryHive |
WindowsRegistryNode.getHive() |
WindowsRegistryHive |
WindowsRegistryHiveNode.getHive() |
WindowsRegistryHive |
WindowsRegistryChildNode.getHive() |
static WindowsRegistryHive |
WindowsRegistryHive.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static WindowsRegistryHive[] |
WindowsRegistryHive.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static WindowsRegistryNode |
WindowsRegistryNode.createHiveNode(WindowsRegistryHive hive) |
static WindowsRegistryNode |
WindowsRegistryNode.createNode(WindowsRegistryHive hive,
java.lang.String path) |
WindowsRegistryNode |
WindowsRegistryRootNode.getChildByHive(WindowsRegistryHive hive) |
Copyright © 2014 EsprIT-Systems. All Rights Reserved.