| Package | Description |
|---|---|
| org.wso2.carbon.application.deployer | |
| org.wso2.carbon.application.deployer.config | |
| org.wso2.carbon.application.deployer.persistence |
| Modifier and Type | Method and Description |
|---|---|
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
|
| Modifier and Type | Method and Description |
|---|---|
RegistryConfig |
Artifact.getRegConfig() |
| Modifier and Type | Method and Description |
|---|---|
void |
Artifact.setRegConfig(RegistryConfig regConfig) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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 © 2018 WSO2 Inc. All rights reserved.