org.apache.stratos.manager.registry
Class RegistryManager

java.lang.Object
  extended by org.apache.stratos.manager.registry.RegistryManager

public class RegistryManager
extends Object


Method Summary
 void delete(String resourcePath)
           
static RegistryManager getInstance()
           
 void move(String sourcePath, String targetPath)
           
 void persist(String path, byte[] resourceBytes, String tag)
           
 Object retrieve(String resourcePath)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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.