public class StartupRegistryStore extends AbstractRegistryStore
configName, log, registry| Constructor and Description |
|---|
StartupRegistryStore(org.wso2.carbon.registry.core.session.UserRegistry registry,
String ConfigName) |
| Modifier and Type | Method and Description |
|---|---|
void |
deleteElement(String name) |
protected String |
getConfigurationPath() |
org.apache.axiom.om.OMElement |
getElement(String name) |
Collection<org.apache.axiom.om.OMElement> |
getElements() |
void |
persistElement(String name,
org.apache.axiom.om.OMElement element,
String fileName) |
createCollection, getChildElementsInPath, getConfigurationRoot, getResourceAsElement, handleException, handleException, persistElementpublic StartupRegistryStore(org.wso2.carbon.registry.core.session.UserRegistry registry,
String ConfigName)
public Collection<org.apache.axiom.om.OMElement> getElements()
getElements in class AbstractRegistryStorepublic org.apache.axiom.om.OMElement getElement(String name)
getElement in class AbstractRegistryStorepublic void persistElement(String name, org.apache.axiom.om.OMElement element, String fileName)
persistElement in class AbstractRegistryStorepublic void deleteElement(String name)
deleteElement in class AbstractRegistryStoreprotected String getConfigurationPath()
getConfigurationPath in class AbstractRegistryStoreCopyright © 2019 WSO2. All rights reserved.