Uses of Class
org.wso2.carbon.application.deployer.config.RegistryConfig
-
Packages that use RegistryConfig Package Description 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 Modifier and Type Method Description static RegistryConfigAppDeployerUtils. 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 Modifier and Type Method Description RegistryConfigArtifact. getRegConfig()Methods in org.wso2.carbon.application.deployer.config with parameters of type RegistryConfig Modifier and Type Method Description voidArtifact. setRegConfig(RegistryConfig regConfig) -
Uses of RegistryConfig in org.wso2.carbon.application.deployer.persistence
Methods in org.wso2.carbon.application.deployer.persistence that return RegistryConfig Modifier and Type Method Description RegistryConfigCarbonAppPersistenceManager. loadRegistryConfig(String artifactPath)Loads the registry config stream for the given artifact path and builds a RegistryConfig instance.RegistryConfigCarbonAppPersistenceManager. 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 Modifier and Type Method Description voidCarbonAppPersistenceManager. persistRegConfig(String artifactPath, RegistryConfig regConfig)Persits the registry config file to registryvoidCarbonAppPersistenceManager. removeArtifactResources(RegistryConfig registryConfig)Removes all registry collections, resources and associations introduced through this Capp artifact.voidCarbonAppPersistenceManager. writeArtifactResources(RegistryConfig regConfig)Writes all registry contents (resources, collections and associations) of the given artifact to the registry.
-