org.apache.stratos.manager.registry
Class RegistryManager
java.lang.Object
org.apache.stratos.manager.registry.RegistryManager
public class RegistryManager
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getInstance
public static RegistryManager getInstance()
persist
public void persist(String path,
byte[] resourceBytes,
String tag)
throws org.wso2.carbon.registry.core.exceptions.RegistryException
- Throws:
org.wso2.carbon.registry.core.exceptions.RegistryException
move
public void move(String sourcePath,
String targetPath)
throws org.wso2.carbon.registry.core.exceptions.RegistryException
- Throws:
org.wso2.carbon.registry.core.exceptions.RegistryException
delete
public void delete(String resourcePath)
throws org.wso2.carbon.registry.core.exceptions.RegistryException
- Throws:
org.wso2.carbon.registry.core.exceptions.RegistryException
retrieve
public Object retrieve(String resourcePath)
throws org.wso2.carbon.registry.core.exceptions.RegistryException
- Throws:
org.wso2.carbon.registry.core.exceptions.RegistryException
Copyright © 2012-2014 The Apache Software Foundation. All Rights Reserved.