- AAR_TYPE - Static variable in class org.wso2.carbon.application.deployer.handler.DefaultAppDeployer
-
- activate(ComponentContext) - Method in class org.wso2.carbon.application.deployer.internal.AppDeployerServiceComponent
-
- addAssociation(String, String, String, String) - Method in class org.wso2.carbon.application.deployer.config.RegistryConfig
-
Add an association between two registry resources
- addCAppDeployer(AxisConfiguration) - Method in class org.wso2.carbon.application.deployer.internal.AppDeployerServiceComponent
-
- addCarbonApp(String, CarbonApplication) - Method in class org.wso2.carbon.application.deployer.internal.ApplicationManager
-
Add a new cApp for a particular tenant.
- addCollection(String, String, String) - Method in class org.wso2.carbon.application.deployer.config.RegistryConfig
-
Add a directory and all it's contents which belongs to the artifact represented by
this component.
- addDependency(Artifact.Dependency) - Method in class org.wso2.carbon.application.deployer.config.Artifact
-
- addDump(String, String, String) - Method in class org.wso2.carbon.application.deployer.config.RegistryConfig
-
Add a dump which belongs to the artifact represented by this component.
- addFaultyCarbonApp(String, String, Exception) - Method in class org.wso2.carbon.application.deployer.internal.ApplicationManager
-
Add a new faulty cApp for a particular tenant.
- addFile(CappFile) - Method in class org.wso2.carbon.application.deployer.config.Artifact
-
- addResource(String, String, String, String) - Method in class org.wso2.carbon.application.deployer.config.RegistryConfig
-
Add a resource which belongs to the artifact represented by this component.
- addSubArtifact(Artifact) - Method in class org.wso2.carbon.application.deployer.config.Artifact
-
- APP_ARTIFACTS_XML - Static variable in class org.wso2.carbon.application.deployer.AppDeployerConstants
-
- APP_DEPENDENCIES - Static variable in class org.wso2.carbon.application.deployer.AppDeployerConstants
-
- APP_FILE_PATH - Static variable in class org.wso2.carbon.application.deployer.AppDeployerConstants
-
- APP_VERSION - Static variable in class org.wso2.carbon.application.deployer.AppDeployerConstants
-
- AppArtifactBundleListener - Class in org.wso2.carbon.application.deployer
-
- AppDeployerBundleListener - Class in org.wso2.carbon.application.deployer
-
This class implements BundleListener and listens for new bundle additions.
- AppDeployerConstants - Class in org.wso2.carbon.application.deployer
-
All constants related to app deployer
- AppDeployerConstants() - Constructor for class org.wso2.carbon.application.deployer.AppDeployerConstants
-
- AppDeployerServiceComponent - Class in org.wso2.carbon.application.deployer.internal
-
- AppDeployerServiceComponent() - Constructor for class org.wso2.carbon.application.deployer.internal.AppDeployerServiceComponent
-
- AppDeployerUtils - Class in org.wso2.carbon.application.deployer
-
- AppDeploymentHandler - Interface in org.wso2.carbon.application.deployer.handler
-
This is the common interface for all App deployers.
- APPLICATION_NS - Static variable in class org.wso2.carbon.application.deployer.config.ApplicationConfiguration
-
- ApplicationConfiguration - Class in org.wso2.carbon.application.deployer.config
-
This is the runtime representation of the entire app configuration.
- ApplicationConfiguration(CarbonAppPersistenceManager, String) - Constructor for class org.wso2.carbon.application.deployer.config.ApplicationConfiguration
-
Constructor builds the cApp configuration by reading the artifacts.xml file from the
provided path.
- ApplicationConfiguration(CarbonAppPersistenceManager, InputStream) - Constructor for class org.wso2.carbon.application.deployer.config.ApplicationConfiguration
-
Constructor builds the cApp configuration by reading the artifacts.xml file from the
provided xml input stream.
- ApplicationManager - Class in org.wso2.carbon.application.deployer.internal
-
Manages all cApp deployment aspects.
- ApplicationManagerService - Interface in org.wso2.carbon.application.deployer.service
-
OSGi service interface for the Application Management
- APPLICATIONS - Static variable in class org.wso2.carbon.application.deployer.AppDeployerConstants
-
- areAllFeaturesInstalled(List<Feature>) - Static method in class org.wso2.carbon.application.deployer.AppDeployerUtils
-
Checks whether the given list of features are already installed in the systme
- areRolesOverridden() - Method in class org.wso2.carbon.application.deployer.persistence.CarbonAppPersistenceManager
-
Checks whether default server roles in carbon.xml are overridden through the UI
- Artifact - Class in org.wso2.carbon.application.deployer.config
-
Keeps information about a single artifact deployed through an application.
- Artifact() - Constructor for class org.wso2.carbon.application.deployer.config.Artifact
-
- ARTIFACT - Static variable in class org.wso2.carbon.application.deployer.config.Artifact
-
- Artifact.Dependency - Class in org.wso2.carbon.application.deployer.config
-
- Artifact.Dependency() - Constructor for class org.wso2.carbon.application.deployer.config.Artifact.Dependency
-
- ARTIFACT_SERVER_ROLE - Static variable in class org.wso2.carbon.application.deployer.AppDeployerConstants
-
- ARTIFACT_TYPE - Static variable in class org.wso2.carbon.application.deployer.AppDeployerConstants
-
- ARTIFACT_VERSION - Static variable in class org.wso2.carbon.application.deployer.AppDeployerConstants
-
- ARTIFACT_XML - Static variable in class org.wso2.carbon.application.deployer.AppDeployerConstants
-
- ARTIFACT_XML - Static variable in class org.wso2.carbon.application.deployer.config.Artifact
-
- ARTIFACTS_XML - Static variable in class org.wso2.carbon.application.deployer.config.ApplicationConfiguration
-
- ASSOCIATION - Static variable in class org.wso2.carbon.application.deployer.config.RegistryConfig
-
- attachArtifactToOwnerApp(String, String, String, int) - Static method in class org.wso2.carbon.application.deployer.AppDeployerUtils
-
Finds the owner application of the provided artifact file name and sets the runtime
object name in the corresponding artifact.
- readAttribute(OMElement, String) - Static method in class org.wso2.carbon.application.deployer.AppDeployerUtils
-
Reads an attribute in the given element and returns the value of that attribute
- readChildText(OMElement, String) - Static method in class org.wso2.carbon.application.deployer.AppDeployerUtils
-
- readChildText(OMElement, String, String) - Static method in class org.wso2.carbon.application.deployer.AppDeployerUtils
-
Reads a text node which is in a child element of the given element and returns the text
value.
- readMediaType(String, String) - Static method in class org.wso2.carbon.application.deployer.AppDeployerUtils
-
Read the mediaType from the meta file of a resource.
- readRequiredFeaturs(OMElement) - Static method in class org.wso2.carbon.application.deployer.AppDeployerUtils
-
Reads the root element of the required-features.xml file and returns a list of required
features for each and every artifact type.
- readServerRoles(CarbonAppPersistenceManager) - Static method in class org.wso2.carbon.application.deployer.AppDeployerUtils
-
First checks for the "serverRoles" system property.
- readServerRoles(String) - Method in class org.wso2.carbon.application.deployer.persistence.CarbonAppPersistenceManager
-
Reads the server roles which are stored in registry
- REG_CONFIG_XML - Static variable in class org.wso2.carbon.application.deployer.AppDeployerConstants
-
- REG_GAR_MEDIATYPE - Static variable in class org.wso2.carbon.application.deployer.AppDeployerConstants
-
- REG_GAR_PATH_MAPPING - Static variable in class org.wso2.carbon.application.deployer.AppDeployerConstants
-
- REG_GAR_PATH_MAPPING_RESOURCE_TARGET - Static variable in class org.wso2.carbon.application.deployer.AppDeployerConstants
-
- REG_INFO_XML - Static variable in class org.wso2.carbon.application.deployer.config.Artifact
-
- REG_PATH_MAPPING - Static variable in class org.wso2.carbon.application.deployer.AppDeployerConstants
-
- REG_PATH_MAPPING_RESOURCE - Static variable in class org.wso2.carbon.application.deployer.AppDeployerConstants
-
- REG_PATH_MAPPING_RESOURCE_ATTR_PATH - Static variable in class org.wso2.carbon.application.deployer.AppDeployerConstants
-
- REG_PATH_MAPPING_RESOURCE_TARGET - Static variable in class org.wso2.carbon.application.deployer.AppDeployerConstants
-
- registerDeploymentHandler(AppDeploymentHandler) - Method in class org.wso2.carbon.application.deployer.internal.ApplicationManager
-
All app deployers register their deployers throgh this method
- registerDeploymentHandler(AppDeploymentHandler) - Method in interface org.wso2.carbon.application.deployer.service.ApplicationManagerService
-
All app deployers register their instances throgh this method
- REGISTRY_FILTER_TYPE - Static variable in class org.wso2.carbon.application.deployer.handler.RegistryResourceDeployer
-
- REGISTRY_HANDLER_TYPE - Static variable in class org.wso2.carbon.application.deployer.handler.RegistryResourceDeployer
-
- REGISTRY_RESOURCE_TYPE - Static variable in class org.wso2.carbon.application.deployer.handler.RegistryResourceDeployer
-
- REGISTRY_TYPE - Static variable in class org.wso2.carbon.application.deployer.config.RegistryConfig
-
- RegistryConfig - Class in org.wso2.carbon.application.deployer.config
-
This will hold the registry resources config file declarations.
- RegistryConfig() - Constructor for class org.wso2.carbon.application.deployer.config.RegistryConfig
-
- RegistryConfig.Association - Class in org.wso2.carbon.application.deployer.config
-
This class represents an association in a the reg-config.xml
- RegistryConfig.Association(String, String, String, String) - Constructor for class org.wso2.carbon.application.deployer.config.RegistryConfig.Association
-
- RegistryConfig.Collection - Class in org.wso2.carbon.application.deployer.config
-
This class represents a collection in a the reg-config.xml
- RegistryConfig.Collection(String, String, String) - Constructor for class org.wso2.carbon.application.deployer.config.RegistryConfig.Collection
-
- RegistryConfig.Dump - Class in org.wso2.carbon.application.deployer.config
-
This class represents a dump in a the reg-config.xml
- RegistryConfig.Dump(String, String, String) - Constructor for class org.wso2.carbon.application.deployer.config.RegistryConfig.Dump
-
- RegistryConfig.Resourse - Class in org.wso2.carbon.application.deployer.config
-
This class represents a resource in a the reg-config.xml
- RegistryConfig.Resourse(String, String, String, String) - Constructor for class org.wso2.carbon.application.deployer.config.RegistryConfig.Resourse
-
- RegistryResourceDeployer - Class in org.wso2.carbon.application.deployer.handler
-
- RegistryResourceDeployer() - Constructor for class org.wso2.carbon.application.deployer.handler.RegistryResourceDeployer
-
- removeArtifactResources(RegistryConfig) - Method in class org.wso2.carbon.application.deployer.persistence.CarbonAppPersistenceManager
-
Removes all registry collections, resources and associations introduced through this
Capp artifact.
- removeCarbonApp(String, CarbonApplication) - Method in class org.wso2.carbon.application.deployer.internal.ApplicationManager
-
Remove a cApp for a particular tenant
- removeDependency(Artifact.Dependency) - Method in class org.wso2.carbon.application.deployer.config.Artifact
-
- removeFaultyCarbonApp(String, String) - Method in class org.wso2.carbon.application.deployer.internal.ApplicationManager
-
Remove a faulty cApp for a particular tenant
- REPOSITORY - Static variable in class org.wso2.carbon.application.deployer.AppDeployerConstants
-
- REQ_FEATURES_XML - Static variable in class org.wso2.carbon.application.deployer.AppDeployerConstants
-
- RESOURCES_DIR - Static variable in class org.wso2.carbon.application.deployer.AppDeployerConstants
-
- ROOT - Static variable in class org.wso2.carbon.application.deployer.AppDeployerConstants
-
- RUNTIME_OBJECT_NAME - Static variable in class org.wso2.carbon.application.deployer.AppDeployerConstants
-