| Package | Description |
|---|---|
| org.boris.winrun4j |
| Modifier and Type | Field and Description |
|---|---|
static RegistryKey |
RegistryKey.HKEY_CLASSES_ROOT |
static RegistryKey |
RegistryKey.HKEY_CURRENT_CONFIG |
static RegistryKey |
RegistryKey.HKEY_CURRENT_USER |
static RegistryKey |
RegistryKey.HKEY_LOCAL_MACHINE |
static RegistryKey |
RegistryKey.HKEY_USERS |
| Modifier and Type | Method and Description |
|---|---|
RegistryKey |
RegistryKey.createSubKey(String name)
Creates a sub key.
|
RegistryKey |
RegistryKey.getParent()
Gets the parent key.
|
static RegistryKey |
RegistryKey.getRootKey(String name) |
RegistryKey |
RegistryKey.getSubKey(String name)
Gets a subkey of a particular name (or null).
|
| Constructor and Description |
|---|
RegistryKey(RegistryKey parent,
String path)
Creates a new RegistryKey object.
|
RegistryKey(RegistryKey parent,
String[] path)
Creates a new RegistryKey object.
|
Copyright © 2018. All rights reserved.