Package | Description |
---|---|
org.alfresco.jlan.client.admin | |
org.alfresco.jlan.smb.dcerpc.info |
Modifier and Type | Method and Description |
---|---|
RegistryKey |
WinregPipeFile.createKey(RegistryKey parent,
String keyName)
Create a new key
|
RegistryKey |
WinregPipeFile.openHKClassesRoot()
Open the HKEY_CLASSES_ROOT registry key on the remote server.
|
RegistryKey |
WinregPipeFile.openHKCurrentUser()
Open the HKEY_CURRENT_USER registry key on the remote server.
|
RegistryKey |
WinregPipeFile.openHKLocalMachine()
Open the HIVE_KEY_LOCAL_MACHINE (HKLM) registry key on the remote server.
|
RegistryKey |
WinregPipeFile.openHKPerformanceData()
Open the HKEY_PERFORMANCE_DATA registry key on the remote server.
|
RegistryKey |
WinregPipeFile.openHKUsers()
Open the HIVE_KEY_USERS (HKU) registry key on the remote server.
|
RegistryKey |
WinregPipeFile.openKey(RegistryKey root,
RegistryKey key)
Open a registry key.
|
RegistryKey |
WinregPipeFile.openKey(RegistryKey root,
String key)
Open a registry key.
|
RegistryKey |
WinregPipeFile.openRootKey(int keyid)
Open a root key on the remote server
|
Modifier and Type | Method and Description |
---|---|
List<RegistryKey> |
WinregPipeFile.getKeysForKey(RegistryKey parentKey)
Return the sub-keys for the specified registry key
|
Modifier and Type | Method and Description |
---|---|
void |
WinregPipeFile.closeHandle(RegistryKey handle)
Close a hive or key.
|
RegistryKey |
WinregPipeFile.createKey(RegistryKey parent,
String keyName)
Create a new key
|
void |
WinregPipeFile.createValue(RegistryKey parent,
RegistryValue value)
Create a new registry value
|
void |
WinregPipeFile.deleteKey(RegistryKey parent,
String keyName)
Delete a registry key
|
void |
WinregPipeFile.deleteValue(RegistryKey parent,
String valueName)
Delete a registry value
|
RegistryValue |
WinregPipeFile.getDefaultValue(RegistryKey key)
Return the default value for the specified key
|
RegistryKeyInfo |
WinregPipeFile.getKeyInfo(RegistryKey handle,
String cls)
Return information about a registry key.
|
List<RegistryKey> |
WinregPipeFile.getKeysForKey(RegistryKey parentKey)
Return the sub-keys for the specified registry key
|
RegistryValue |
WinregPipeFile.getValue(RegistryKey key,
RegistryValue regval)
Return the value for the specified key and parameter
|
RegistryValue |
WinregPipeFile.getValue(RegistryKey key,
String name)
Return the value for the specified key and parameter
|
List<RegistryValue> |
WinregPipeFile.getValuesForKey(RegistryKey key)
Return the values for the specified registry key
|
RegistryKey |
WinregPipeFile.openKey(RegistryKey root,
RegistryKey key)
Open a registry key.
|
RegistryKey |
WinregPipeFile.openKey(RegistryKey root,
String key)
Open a registry key.
|
Modifier and Type | Method and Description |
---|---|
RegistryKey |
RegistryKey.getChild()
Return the child registry key
|
RegistryKey |
RegistryKey.getParent()
Return the parent key
|
RegistryKey |
RegistryKey.getSibling()
Return the sibling key
|
Modifier and Type | Method and Description |
---|---|
void |
RegistryKey.setChild(RegistryKey key)
Set the child registry key
|
protected void |
RegistryKey.setParent(RegistryKey parent)
Set the parent registry key for this key
|
void |
RegistryKey.setSibling(RegistryKey key)
Set the sibling registry key
|
Constructor and Description |
---|
RegistryKey(RegistryKey parent)
Class constructor
|
RegistryKey(String name,
RegistryKey parent)
Class constructor
|
Copyright © 2005–2018 Alfresco Software. All rights reserved.