Uses of Class
org.wso2.carbon.application.deployer.config.RegistryConfig

Packages that use RegistryConfig
org.wso2.carbon.application.deployer   
org.wso2.carbon.application.deployer.config   
org.wso2.carbon.application.deployer.persistence   
 

Uses of RegistryConfig in org.wso2.carbon.application.deployer
 

Methods in org.wso2.carbon.application.deployer that return RegistryConfig
static RegistryConfig AppDeployerUtils.populateRegistryConfig(org.apache.axiom.om.OMElement resourcesElement)
          Builds a RegistryConfig instance using an OMElement which is built using the registry config file inside and cApp Registry/Resource artifact
 

Uses of RegistryConfig in org.wso2.carbon.application.deployer.config
 

Methods in org.wso2.carbon.application.deployer.config that return RegistryConfig
 RegistryConfig Artifact.getRegConfig()
           
 

Methods in org.wso2.carbon.application.deployer.config with parameters of type RegistryConfig
 void Artifact.setRegConfig(RegistryConfig regConfig)
           
 

Uses of RegistryConfig in org.wso2.carbon.application.deployer.persistence
 

Methods in org.wso2.carbon.application.deployer.persistence that return RegistryConfig
 RegistryConfig CarbonAppPersistenceManager.loadRegistryConfig(String artifactPath)
          Loads the registry config stream for the given artifact path and builds a RegistryConfig instance.
 RegistryConfig CarbonAppPersistenceManager.loadRegistryConfig(String artifactPath, String appName)
          Loads the registry config stream for the given artifact path and builds a RegistryConfig instance.
 

Methods in org.wso2.carbon.application.deployer.persistence with parameters of type RegistryConfig
 void CarbonAppPersistenceManager.persistRegConfig(String artifactPath, RegistryConfig regConfig)
          Persits the registry config file to registry
 void CarbonAppPersistenceManager.removeArtifactResources(RegistryConfig registryConfig)
          Removes all registry collections, resources and associations introduced through this Capp artifact.
 void CarbonAppPersistenceManager.writeArtifactResources(RegistryConfig regConfig)
          Writes all registry contents (resources, collections and associations) of the given artifact to the registry.
 



Copyright © 2014 WSO2 Inc. All rights reserved.