void |
RegistryService.addProperty(RegistryKey key,
java.io.Serializable value) |
Assign a value to the registry key, which must be of the form /a/b/c.
|
void |
RegistryServiceImpl.addProperty(RegistryKey key,
java.io.Serializable value) |
Assign a value to the registry key, which must be of the form /a/b/c.
|
void |
RegistryService.copy(RegistryKey sourceKey,
RegistryKey targetKey) |
Copies the path or value from the source to the target location.
|
void |
RegistryServiceImpl.copy(RegistryKey sourceKey,
RegistryKey targetKey) |
|
void |
RegistryService.delete(RegistryKey key) |
Delete the path element or value described by the key.
|
void |
RegistryServiceImpl.delete(RegistryKey key) |
|
java.util.Collection<java.lang.String> |
RegistryService.getChildElements(RegistryKey key) |
Fetches all child elements for the given path.
|
java.util.Collection<java.lang.String> |
RegistryServiceImpl.getChildElements(RegistryKey key) |
|
java.io.Serializable |
RegistryService.getProperty(RegistryKey key) |
|
java.io.Serializable |
RegistryServiceImpl.getProperty(RegistryKey key) |
|