Method Summary |
|
public void | clearCache() |
public void | clearCachedEntries(String key) |
public OMElement | createFile(OMElement fileElement) Adds a new file to the registry.
Parameters: fileElement - file nameparent keyxml contentif element is absent, creates an empty file. |
public OMElement | createFolder(OMElement entryElement) Creates new folder in the given parent folder. |
public void | deleteRegistryResource(String key) |
public OMElement | getChildren(String key) Returns the children of the given registry entry. |
public String | getDefaultRegistryName() |
public String[] | getDescendants() |
public OMElement | getRegistryEntry(String key) |
public OMElement | getRegistryEntryValue(String key) |
public void | updateRegistryEntry(OMElement entryElement) Updates the registry entry data. |
public void | updateRegistryEntryValue(OMElement regEntryElement) Updates the registry entry file. |