Class RegistryManager


  • public class RegistryManager
    extends org.wso2.carbon.registry.common.services.RegistryAbstractAdmin
    Does Configuration Registry operations required to store/fetch BAM server configurations
    • Constructor Detail

      • RegistryManager

        public RegistryManager()
    • Method Detail

      • saveResourceString

        public void saveResourceString​(String resourceString,
                                       String gadgetResourcePath)
      • resourceAlreadyExists

        public boolean resourceAlreadyExists​(String bamServerProfileLocation)
      • removeResource

        public boolean removeResource​(String path)
      • getResourceString

        public String getResourceString​(String bamServerProfileLocation)
      • addCollection

        public boolean addCollection​(String bamServerProfileCollectionLocation)
      • getServerProfileNameList

        public String[] getServerProfileNameList​(String bamServerProfileCollectionLocation)