Uses of Class
org.wso2.carbon.application.deployer.config.RegistryConfig
Packages that use RegistryConfig
Package
Description
-
Uses of RegistryConfig in org.wso2.carbon.application.deployer
Methods in org.wso2.carbon.application.deployer that return RegistryConfigModifier and TypeMethodDescriptionstatic 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 RegistryConfigMethods in org.wso2.carbon.application.deployer.config with parameters of type RegistryConfig -
Uses of RegistryConfig in org.wso2.carbon.application.deployer.persistence
Methods in org.wso2.carbon.application.deployer.persistence that return RegistryConfigModifier and TypeMethodDescriptionCarbonAppPersistenceManager.loadRegistryConfig(String artifactPath) Loads the registry config stream for the given artifact path and builds a RegistryConfig instance.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 RegistryConfigModifier and TypeMethodDescriptionvoidCarbonAppPersistenceManager.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.