Package | Description |
---|---|
de.esprit.appsuite.winregistry |
Contains classes for accessing the windows registry
|
Modifier and Type | Class and Description |
---|---|
class |
WindowsRegistryChildNode
This class represents a child node of a windows registry entry.
|
class |
WindowsRegistryHiveNode
This class models the top node of a windows registry node.
|
class |
WindowsRegistryRootNode
This class represents the root node of the windows registry.
|
Modifier and Type | Method and Description |
---|---|
static WindowsRegistryNode |
WindowsRegistryNode.createHiveNode(WindowsRegistryHive hive) |
static WindowsRegistryNode |
WindowsRegistryNode.createNode(WindowsRegistryHive hive,
java.lang.String path) |
WindowsRegistryNode |
WindowsRegistryNode.getChildAt(int childIndex) |
WindowsRegistryNode |
WindowsRegistryRootNode.getChildByHive(WindowsRegistryHive hive) |
WindowsRegistryNode |
WindowsRegistryNode.getChildByName(java.lang.String childName) |
WindowsRegistryNode |
WindowsRegistryNode.getParent() |
Modifier and Type | Method and Description |
---|---|
java.util.Enumeration<WindowsRegistryNode> |
WindowsRegistryNode.children() |
java.util.List<WindowsRegistryNode> |
WindowsRegistryNode.getChildList() |
protected java.util.List<WindowsRegistryNode> |
WindowsRegistryRootNode.retrieveChildNodes() |
protected java.util.List<WindowsRegistryNode> |
WindowsRegistryNode.retrieveChildNodes() |
Constructor and Description |
---|
WindowsRegistryChildNode(WindowsRegistryNode parent,
java.lang.String name) |
WindowsRegistryNode(WindowsRegistryNode parent) |
Copyright © 2014 EsprIT-Systems. All Rights Reserved.