A B C D E F G H I L M N O P R S T U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- 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.
- addCollection(String, String, String, Properties) - 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.
- addResource(String, String, String, String, Properties) - 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, 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.
- 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.
- 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_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
- Artifact.Dependency - Class in org.wso2.carbon.application.deployer.config
- ARTIFACTS_XML - Static variable in class org.wso2.carbon.application.deployer.config.ApplicationConfiguration
- Association(String, String, String, String) - Constructor for class org.wso2.carbon.application.deployer.config.RegistryConfig.Association
- 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.
B
- buildAcceptanceList(Map<String, List<Feature>>) - Static method in class org.wso2.carbon.application.deployer.AppDeployerUtils
-
For each artifact type, there's a set of features which are needed to be installed in the system to properly deploy the artifacts.
- buildAppArtifact(CarbonApplication, InputStream) - Method in class org.wso2.carbon.application.deployer.internal.ApplicationManager
-
Builds the artifact from the given input steam and adds it as a dependency in the provided parent carbon application.
- buildDependencyTree(Artifact, List<Artifact>) - Method in class org.wso2.carbon.application.deployer.internal.ApplicationManager
-
If the given artifact is a dependent artifact for the rootArtifact, include it as the actual dependency.
- BUNDLE_TYPE - Static variable in class org.wso2.carbon.application.deployer.handler.DefaultAppDeployer
- bundleChanged(BundleEvent) - Method in class org.wso2.carbon.application.deployer.AppArtifactBundleListener
- bundleChanged(BundleEvent) - Method in class org.wso2.carbon.application.deployer.AppDeployerBundleListener
C
- CappAxis2Deployer - Class in org.wso2.carbon.application.deployer
- CappAxis2Deployer() - Constructor for class org.wso2.carbon.application.deployer.CappAxis2Deployer
- CappDeploymentService - Interface in org.wso2.carbon.application.deployer.service
- CappDeploymentServiceImpl - Class in org.wso2.carbon.application.deployer
- CappDeploymentServiceImpl() - Constructor for class org.wso2.carbon.application.deployer.CappDeploymentServiceImpl
- cappDeployService() - Method in class org.wso2.carbon.application.deployer.CappDeploymentServiceImpl
- cappDeployService() - Method in interface org.wso2.carbon.application.deployer.service.CappDeploymentService
- CappFile - Class in org.wso2.carbon.application.deployer.config
- CappFile() - Constructor for class org.wso2.carbon.application.deployer.config.CappFile
- CARBON_APP_TYPE - Static variable in class org.wso2.carbon.application.deployer.AppDeployerConstants
- CARBON_APPS - Static variable in class org.wso2.carbon.application.deployer.AppDeployerConstants
- CARBON_SERVER_ROLE - Static variable in class org.wso2.carbon.application.deployer.AppDeployerConstants
- CarbonApplication - Class in org.wso2.carbon.application.deployer
- CarbonApplication() - Constructor for class org.wso2.carbon.application.deployer.CarbonApplication
- CarbonAppPersistenceManager - Class in org.wso2.carbon.application.deployer.persistence
- CarbonAppPersistenceManager(AxisConfiguration) - Constructor for class org.wso2.carbon.application.deployer.persistence.CarbonAppPersistenceManager
- cleanup() - Method in class org.wso2.carbon.application.deployer.CappAxis2Deployer
- cleanupCarbonApps(AxisConfiguration) - Method in class org.wso2.carbon.application.deployer.internal.ApplicationManager
- Collection(String, String, String) - Constructor for class org.wso2.carbon.application.deployer.config.RegistryConfig.Collection
- Collection(String, String, String, Properties) - Constructor for class org.wso2.carbon.application.deployer.config.RegistryConfig.Collection
- COLLECTION - Static variable in class org.wso2.carbon.application.deployer.config.RegistryConfig
- computeResourcePath(String, String) - Static method in class org.wso2.carbon.application.deployer.AppDeployerUtils
- CONFIG_REGISTRY - Static variable in class org.wso2.carbon.application.deployer.config.RegistryConfig
- copyFile(String, String) - Static method in class org.wso2.carbon.application.deployer.AppDeployerUtils
-
Copy the artifact file at the fromPath to toPath
- createAppExtractionPath(String) - Static method in class org.wso2.carbon.application.deployer.AppDeployerUtils
- createDir(String) - Static method in class org.wso2.carbon.application.deployer.AppDeployerUtils
- createResourcePathMappingFile(String) - Method in class org.wso2.carbon.application.deployer.persistence.CarbonAppPersistenceManager
-
Create resource path mapping file in the registry.
D
- deactivate(ComponentContext) - Method in class org.wso2.carbon.application.deployer.internal.AppDeployerServiceComponent
- DEFAULT_APP - Static variable in class org.wso2.carbon.application.deployer.AppDeployerConstants
- DefaultAppDeployer - Class in org.wso2.carbon.application.deployer.handler
-
This is one of the default handlers which is registered into the ApplicationManager.
- DefaultAppDeployer() - Constructor for class org.wso2.carbon.application.deployer.handler.DefaultAppDeployer
- deleteApplication(String) - Method in class org.wso2.carbon.application.deployer.persistence.CarbonAppPersistenceManager
-
Delete the specified cApp from registry if already exists
- deleteResourcePathMappingFile(String) - Method in class org.wso2.carbon.application.deployer.persistence.CarbonAppPersistenceManager
-
Delete resource path mapping file in the registry.
- Dependency() - Constructor for class org.wso2.carbon.application.deployer.config.Artifact.Dependency
- DEPENDENCY - Static variable in class org.wso2.carbon.application.deployer.config.Artifact
- deploy(DeploymentFileData) - Method in class org.wso2.carbon.application.deployer.CappAxis2Deployer
-
Axis2 deployment engine will call this method when a .car archive is deployed.
- deployArtifacts(CarbonApplication, AxisConfiguration) - Method in interface org.wso2.carbon.application.deployer.handler.AppDeploymentHandler
-
Deploy the artifacts which can be deployed through this deployer.
- deployArtifacts(CarbonApplication, AxisConfiguration) - Method in class org.wso2.carbon.application.deployer.handler.DefaultAppDeployer
-
Deploy the artifacts which can be deployed through this deployer (Axis2 services, JAXWS services ..).
- deployArtifacts(CarbonApplication, AxisConfiguration) - Method in class org.wso2.carbon.application.deployer.handler.RegistryResourceDeployer
-
Deploy the artifacts which can be deployed through this deployer.
- deployCarbonApp(String, AxisConfiguration) - Method in class org.wso2.carbon.application.deployer.internal.ApplicationManager
-
Deploy a single app by iterating all handlers and sending apps through the handler chain..
- deployCarbonApp(String, AxisConfiguration) - Method in interface org.wso2.carbon.application.deployer.service.ApplicationManagerService
-
Deploy the provided carbon App..
- DEPLOYMENT_STATUS_DEPLOYED - Static variable in class org.wso2.carbon.application.deployer.AppDeployerConstants
- DEPLOYMENT_STATUS_FAILED - Static variable in class org.wso2.carbon.application.deployer.AppDeployerConstants
- DEPLOYMENT_STATUS_PENDING - Static variable in class org.wso2.carbon.application.deployer.AppDeployerConstants
- DIRECTORY - Static variable in class org.wso2.carbon.application.deployer.config.RegistryConfig
- Dump(String, String, String) - Constructor for class org.wso2.carbon.application.deployer.config.RegistryConfig.Dump
- DUMP - Static variable in class org.wso2.carbon.application.deployer.config.RegistryConfig
E
- extractAppArtifact(String, String) - Static method in class org.wso2.carbon.application.deployer.AppDeployerUtils
-
Extract an individual cApp artifact at the provided path to the java temp dir.
- extractCarbonApp(String) - Static method in class org.wso2.carbon.application.deployer.AppDeployerUtils
-
Extract the Carbon application at the provided path to the java temp dir.
F
- Feature - Class in org.wso2.carbon.application.deployer
- Feature() - Constructor for class org.wso2.carbon.application.deployer.Feature
- FEATURE - Static variable in class org.wso2.carbon.application.deployer.AppDeployerConstants
- FEATURE_POSTFIX - Static variable in class org.wso2.carbon.application.deployer.config.ApplicationConfiguration
- FEATURE_SET - Static variable in class org.wso2.carbon.application.deployer.AppDeployerConstants
- FILE - Static variable in class org.wso2.carbon.application.deployer.config.Artifact
- FILE - Static variable in class org.wso2.carbon.application.deployer.config.RegistryConfig
- FILE_NAME - Static variable in class org.wso2.carbon.application.deployer.AppDeployerConstants
- formatPath(String) - Static method in class org.wso2.carbon.application.deployer.AppDeployerUtils
-
Format the string paths to match any platform..
G
- getAppConfig() - Method in class org.wso2.carbon.application.deployer.CarbonApplication
- getAppFilePath() - Method in class org.wso2.carbon.application.deployer.CarbonApplication
- getApplicationArtifact() - Method in class org.wso2.carbon.application.deployer.config.ApplicationConfiguration
- getApplicationLocation() - Static method in class org.wso2.carbon.application.deployer.AppDeployerUtils
-
Finds repo/carbonapps path
- getAppName() - Method in class org.wso2.carbon.application.deployer.CarbonApplication
- getAppName() - Method in class org.wso2.carbon.application.deployer.config.ApplicationConfiguration
- getAppName() - Method in class org.wso2.carbon.application.deployer.config.RegistryConfig
- getAppNameWithVersion() - Method in class org.wso2.carbon.application.deployer.CarbonApplication
- getAppNameWithVersion() - Method in class org.wso2.carbon.application.deployer.config.ApplicationConfiguration
- getAppUnzipDir() - Static method in class org.wso2.carbon.application.deployer.AppDeployerUtils
- getAppVersion() - Method in class org.wso2.carbon.application.deployer.CarbonApplication
- getAppVersion() - Method in class org.wso2.carbon.application.deployer.config.ApplicationConfiguration
- getArchivePathFromBundle(Bundle) - Static method in class org.wso2.carbon.application.deployer.AppDeployerUtils
-
Computes the application artifact file path when the bundle is given
- getArtifact() - Method in class org.wso2.carbon.application.deployer.config.Artifact.Dependency
- getArtifactDeployer(AxisConfiguration, String, String) - Static method in class org.wso2.carbon.application.deployer.AppDeployerUtils
-
Finds the correct deployer for the given directory and extension
- getAssociations() - Method in class org.wso2.carbon.application.deployer.config.RegistryConfig
- getAssociationType() - Method in class org.wso2.carbon.application.deployer.config.RegistryConfig.Association
- getAxis2Repo() - Static method in class org.wso2.carbon.application.deployer.AppDeployerUtils
-
Finds the carbon repository location
- getBundleContext() - Static method in class org.wso2.carbon.application.deployer.internal.AppDeployerServiceComponent
- getCarbonApps(String) - Method in class org.wso2.carbon.application.deployer.internal.ApplicationManager
-
Get the list of CarbonApplications for the give tenant id.
- getCarbonApps(String) - Method in interface org.wso2.carbon.application.deployer.service.ApplicationManagerService
-
Returns all deployed carbon apps in the system
- getCollections() - Method in class org.wso2.carbon.application.deployer.config.RegistryConfig
- getConfigFileName() - Method in class org.wso2.carbon.application.deployer.config.RegistryConfig
- getDependencies() - Method in class org.wso2.carbon.application.deployer.config.Artifact
- getDeploymentStatus() - Method in class org.wso2.carbon.application.deployer.config.Artifact
- getDirectory() - Method in class org.wso2.carbon.application.deployer.config.RegistryConfig.Collection
- getDumpFileName() - Method in class org.wso2.carbon.application.deployer.config.RegistryConfig.Dump
- getDumps() - Method in class org.wso2.carbon.application.deployer.config.RegistryConfig
- getExtractedPath() - Method in class org.wso2.carbon.application.deployer.CarbonApplication
-
Always retruns the path with a '/' at the end
- getExtractedPath() - Method in class org.wso2.carbon.application.deployer.config.Artifact
- getExtractedPath() - Method in class org.wso2.carbon.application.deployer.config.RegistryConfig
- getFaultyCarbonApps(String) - Method in class org.wso2.carbon.application.deployer.internal.ApplicationManager
-
Get the list of faulty CarbonApplications for the give tenant id.
- getFaultyCarbonApps(String) - Method in interface org.wso2.carbon.application.deployer.service.ApplicationManagerService
-
Get the list of faulty CarbonApplications for the give tenant id.
- getFileExtension(String) - Static method in class org.wso2.carbon.application.deployer.AppDeployerUtils
-
Finds teh extension of a given file
- getFileName() - Method in class org.wso2.carbon.application.deployer.config.RegistryConfig.Resourse
- getFiles() - Method in class org.wso2.carbon.application.deployer.config.Artifact
- getHashValue(String) - Method in class org.wso2.carbon.application.deployer.persistence.CarbonAppPersistenceManager
-
Reads the hash value property of the given cApp from registry..
- getId() - Method in class org.wso2.carbon.application.deployer.Feature
- getInstance() - Static method in class org.wso2.carbon.application.deployer.internal.ApplicationManager
-
ApplicationManager is singleton.
- getInstance(ApplicationManager) - Static method in class org.wso2.carbon.application.deployer.AppArtifactBundleListener
- getInstance(ApplicationManager) - Static method in class org.wso2.carbon.application.deployer.AppDeployerBundleListener
- getMediaType() - Method in class org.wso2.carbon.application.deployer.config.RegistryConfig.Resourse
- getName() - Method in class org.wso2.carbon.application.deployer.config.Artifact.Dependency
- getName() - Method in class org.wso2.carbon.application.deployer.config.Artifact
- getName() - Method in class org.wso2.carbon.application.deployer.config.CappFile
- getParentAppName(Bundle) - Static method in class org.wso2.carbon.application.deployer.AppDeployerUtils
- getParentArtifactName() - Method in class org.wso2.carbon.application.deployer.config.RegistryConfig
- getPath() - Method in class org.wso2.carbon.application.deployer.config.RegistryConfig.Collection
- getPath() - Method in class org.wso2.carbon.application.deployer.config.RegistryConfig.Dump
- getPath() - Method in class org.wso2.carbon.application.deployer.config.RegistryConfig.Resourse
- getPersistenceManager(AxisConfiguration) - Method in class org.wso2.carbon.application.deployer.internal.ApplicationManager
-
Retuns the persistence manger for the given axis config (tenant).
- getProjectArtifactName(Bundle) - Static method in class org.wso2.carbon.application.deployer.AppDeployerUtils
-
Check whether the given bundle is a project artifact.
- getProperties() - Method in class org.wso2.carbon.application.deployer.config.RegistryConfig.Collection
- getProperties() - Method in class org.wso2.carbon.application.deployer.config.RegistryConfig.Resourse
- getRegConfig() - Method in class org.wso2.carbon.application.deployer.config.Artifact
- getRegistryService() - Static method in class org.wso2.carbon.application.deployer.internal.AppDeployerServiceComponent
- getRegistryType() - Method in class org.wso2.carbon.application.deployer.config.RegistryConfig.Association
- getRegistryType() - Method in class org.wso2.carbon.application.deployer.config.RegistryConfig.Collection
- getRegistryType() - Method in class org.wso2.carbon.application.deployer.config.RegistryConfig.Dump
- getRegistryType() - Method in class org.wso2.carbon.application.deployer.config.RegistryConfig.Resourse
- getRequiredFeatures() - Static method in class org.wso2.carbon.application.deployer.internal.AppDeployerServiceComponent
- getResources() - Method in class org.wso2.carbon.application.deployer.config.RegistryConfig
- getRuntimeObjectName() - Method in class org.wso2.carbon.application.deployer.config.Artifact
- getServerRole() - Method in class org.wso2.carbon.application.deployer.config.Artifact.Dependency
- getServerRole() - Method in class org.wso2.carbon.application.deployer.config.Artifact
- getSourcePath() - Method in class org.wso2.carbon.application.deployer.config.RegistryConfig.Association
- getSubArtifacts() - Method in class org.wso2.carbon.application.deployer.config.Artifact
- getTargetPath() - Method in class org.wso2.carbon.application.deployer.config.RegistryConfig.Association
- getTenantId() - Static method in class org.wso2.carbon.application.deployer.AppDeployerUtils
- getTenantId(AxisConfiguration) - Static method in class org.wso2.carbon.application.deployer.AppDeployerUtils
-
Deprecated.
- getTenantIdLogString(int) - Static method in class org.wso2.carbon.application.deployer.AppDeployerUtils
- getTenantIdString() - Static method in class org.wso2.carbon.application.deployer.AppDeployerUtils
- getTenantIdString(AxisConfiguration) - Static method in class org.wso2.carbon.application.deployer.AppDeployerUtils
-
Deprecated.
- getType() - Method in class org.wso2.carbon.application.deployer.config.Artifact
- getVersion() - Method in class org.wso2.carbon.application.deployer.config.Artifact.Dependency
- getVersion() - Method in class org.wso2.carbon.application.deployer.config.Artifact
- getVersion() - Method in class org.wso2.carbon.application.deployer.config.CappFile
- getVersion() - Method in class org.wso2.carbon.application.deployer.Feature
- getVersionRange() - Method in class org.wso2.carbon.application.deployer.Feature
- GOVERNANCE_REGISTRY - Static variable in class org.wso2.carbon.application.deployer.config.RegistryConfig
H
- HASH_VALUE - Static variable in class org.wso2.carbon.application.deployer.AppDeployerConstants
- hasLibs(List<Artifact.Dependency>) - Static method in class org.wso2.carbon.application.deployer.AppDeployerUtils
-
Checks whether the given dependencies has library type artifacts
I
- ID - Static variable in class org.wso2.carbon.application.deployer.Feature
- init() - Method in class org.wso2.carbon.application.deployer.internal.ApplicationManager
- init(ConfigurationContext) - Method in class org.wso2.carbon.application.deployer.CappAxis2Deployer
- isAppDeployer(Bundle) - Static method in class org.wso2.carbon.application.deployer.AppDeployerUtils
-
Checking whether a bundle contains the WSO2-Application-Deployer header
- isDeploymentCompleted() - Method in class org.wso2.carbon.application.deployer.CarbonApplication
- ITEM - Static variable in class org.wso2.carbon.application.deployer.config.RegistryConfig
L
- LAST_UPDATED_TIME - Static variable in class org.wso2.carbon.application.deployer.AppDeployerConstants
- loadRegistryConfig(String) - Method in class org.wso2.carbon.application.deployer.persistence.CarbonAppPersistenceManager
-
Loads the registry config stream for the given artifact path and builds a RegistryConfig instance.
- loadRegistryConfig(String, String) - Method in class org.wso2.carbon.application.deployer.persistence.CarbonAppPersistenceManager
-
Loads the registry config stream for the given artifact path and builds a RegistryConfig instance.
- LOCAL_REGISTRY - Static variable in class org.wso2.carbon.application.deployer.config.RegistryConfig
M
- MEDIA_TYPE - Static variable in class org.wso2.carbon.application.deployer.config.RegistryConfig
- MEDIATOR_TYPE - Static variable in class org.wso2.carbon.application.deployer.handler.DefaultAppDeployer
- META_DIR - Static variable in class org.wso2.carbon.application.deployer.AppDeployerConstants
- META_FILE_POSTFIX - Static variable in class org.wso2.carbon.application.deployer.AppDeployerConstants
- META_FILE_PREFIX - Static variable in class org.wso2.carbon.application.deployer.AppDeployerConstants
- META_MEDIA_TYPE - Static variable in class org.wso2.carbon.application.deployer.AppDeployerConstants
N
- NAME - Static variable in class org.wso2.carbon.application.deployer.AppDeployerConstants
- NAME - Static variable in class org.wso2.carbon.application.deployer.config.Artifact
O
- org.wso2.carbon.application.deployer - package org.wso2.carbon.application.deployer
- org.wso2.carbon.application.deployer.config - package org.wso2.carbon.application.deployer.config
- org.wso2.carbon.application.deployer.handler - package org.wso2.carbon.application.deployer.handler
- org.wso2.carbon.application.deployer.internal - package org.wso2.carbon.application.deployer.internal
- org.wso2.carbon.application.deployer.persistence - package org.wso2.carbon.application.deployer.persistence
- org.wso2.carbon.application.deployer.service - package org.wso2.carbon.application.deployer.service
P
- P2_REPO - Static variable in class org.wso2.carbon.application.deployer.CarbonApplication
- PARENT_APP_HEADER - Static variable in class org.wso2.carbon.application.deployer.AppDeployerConstants
- PATH - Static variable in class org.wso2.carbon.application.deployer.config.RegistryConfig
- persistRegConfig(String, RegistryConfig) - Method in class org.wso2.carbon.application.deployer.persistence.CarbonAppPersistenceManager
-
Persits the registry config file to registry
- populateArtifact(OMElement) - Static method in class org.wso2.carbon.application.deployer.AppDeployerUtils
-
Builds the Artifact object when an artifact element is given
- populateRegistryConfig(OMElement) - Static method in class org.wso2.carbon.application.deployer.AppDeployerUtils
-
Builds a RegistryConfig instance using an OMElement which is built using the registry config file inside and cApp Registry/Resource artifact
R
- 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(String) - Method in class org.wso2.carbon.application.deployer.persistence.CarbonAppPersistenceManager
-
Reads the server roles which are stored in registry
- readServerRoles(CarbonAppPersistenceManager) - Static method in class org.wso2.carbon.application.deployer.AppDeployerUtils
-
First checks for the "serverRoles" system property.
- 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.Collection - Class in org.wso2.carbon.application.deployer.config
-
This class represents a collection in a the reg-config.xml
- RegistryConfig.Dump - Class in org.wso2.carbon.application.deployer.config
-
This class represents a dump in a the reg-config.xml
- RegistryConfig.Resourse - Class in org.wso2.carbon.application.deployer.config
-
This class represents a resource in a the reg-config.xml
- 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
- Resourse(String, String, String, String) - Constructor for class org.wso2.carbon.application.deployer.config.RegistryConfig.Resourse
- Resourse(String, String, String, String, Properties) - Constructor for class org.wso2.carbon.application.deployer.config.RegistryConfig.Resourse
- ROOT - Static variable in class org.wso2.carbon.application.deployer.AppDeployerConstants
- RUNTIME_OBJECT_NAME - Static variable in class org.wso2.carbon.application.deployer.AppDeployerConstants
S
- SERVER_ROLE - Static variable in class org.wso2.carbon.application.deployer.config.Artifact
- SERVER_ROLES_CMD_OPTION - Static variable in class org.wso2.carbon.application.deployer.AppDeployerConstants
- serviceChanged(ServiceEvent) - Method in class org.wso2.carbon.application.deployer.internal.AppDeployerServiceComponent
- setAppConfig(ApplicationConfiguration) - Method in class org.wso2.carbon.application.deployer.CarbonApplication
- setAppFilePath(String) - Method in class org.wso2.carbon.application.deployer.CarbonApplication
- setAppHandler(AppDeploymentHandler) - Method in class org.wso2.carbon.application.deployer.internal.AppDeployerServiceComponent
- setAppName(String) - Method in class org.wso2.carbon.application.deployer.CarbonApplication
- setAppName(String) - Method in class org.wso2.carbon.application.deployer.config.RegistryConfig
- setAppVersion(String) - Method in class org.wso2.carbon.application.deployer.CarbonApplication
- setArtifact(Artifact) - Method in class org.wso2.carbon.application.deployer.config.Artifact.Dependency
- setConfigFileName(String) - Method in class org.wso2.carbon.application.deployer.config.RegistryConfig
- setConfigurationContext(ConfigurationContextService) - Method in class org.wso2.carbon.application.deployer.internal.AppDeployerServiceComponent
- setDeploymentCompleted(boolean) - Method in class org.wso2.carbon.application.deployer.CarbonApplication
- setDeploymentStatus(String) - Method in class org.wso2.carbon.application.deployer.config.Artifact
- setDirectory(String) - Method in class org.wso2.carbon.application.deployer.CappAxis2Deployer
- setExtension(String) - Method in class org.wso2.carbon.application.deployer.CappAxis2Deployer
- setExtractedPath(String) - Method in class org.wso2.carbon.application.deployer.CarbonApplication
- setExtractedPath(String) - Method in class org.wso2.carbon.application.deployer.config.Artifact
- setExtractedPath(String) - Method in class org.wso2.carbon.application.deployer.config.RegistryConfig
- setId(String) - Method in class org.wso2.carbon.application.deployer.Feature
- setMediaType(String) - Method in class org.wso2.carbon.application.deployer.config.RegistryConfig.Resourse
- setName(String) - Method in class org.wso2.carbon.application.deployer.config.Artifact.Dependency
- setName(String) - Method in class org.wso2.carbon.application.deployer.config.Artifact
- setName(String) - Method in class org.wso2.carbon.application.deployer.config.CappFile
- setParentArtifactName(String) - Method in class org.wso2.carbon.application.deployer.config.RegistryConfig
- setRegConfig(RegistryConfig) - Method in class org.wso2.carbon.application.deployer.config.Artifact
- setRegistryService(RegistryService) - Method in class org.wso2.carbon.application.deployer.internal.AppDeployerServiceComponent
- setRuntimeObjectName(String) - Method in class org.wso2.carbon.application.deployer.config.Artifact
- setServerRole(String) - Method in class org.wso2.carbon.application.deployer.config.Artifact.Dependency
- setServerRole(String) - Method in class org.wso2.carbon.application.deployer.config.Artifact
- setType(String) - Method in class org.wso2.carbon.application.deployer.config.Artifact
- setVersion(String) - Method in class org.wso2.carbon.application.deployer.config.Artifact.Dependency
- setVersion(String) - Method in class org.wso2.carbon.application.deployer.config.Artifact
- setVersion(String) - Method in class org.wso2.carbon.application.deployer.config.CappFile
- setVersion(String) - Method in class org.wso2.carbon.application.deployer.Feature
- setVersionRange(String) - Method in class org.wso2.carbon.application.deployer.Feature
-
Converts a string version range into an OSGi VersionRange object.
- SOURCE_PATH - Static variable in class org.wso2.carbon.application.deployer.config.RegistryConfig
- SUB_ARTIFACTS - Static variable in class org.wso2.carbon.application.deployer.config.Artifact
T
- TARGET_PATH - Static variable in class org.wso2.carbon.application.deployer.config.RegistryConfig
- TYPE - Static variable in class org.wso2.carbon.application.deployer.AppDeployerConstants
- TYPE - Static variable in class org.wso2.carbon.application.deployer.config.Artifact
- TYPE - Static variable in class org.wso2.carbon.application.deployer.config.RegistryConfig
U
- undeploy(String) - Method in class org.wso2.carbon.application.deployer.CappAxis2Deployer
-
Undeploys the cApp from system when the .car file is deleted from the repository.
- undeployArtifacts(CarbonApplication, AxisConfiguration) - Method in interface org.wso2.carbon.application.deployer.handler.AppDeploymentHandler
-
Delete the artifacts which can be deleted through this deployer.
- undeployArtifacts(CarbonApplication, AxisConfiguration) - Method in class org.wso2.carbon.application.deployer.handler.DefaultAppDeployer
-
Undeploys AAR, Data services, libs etc.
- undeployArtifacts(CarbonApplication, AxisConfiguration) - Method in class org.wso2.carbon.application.deployer.handler.RegistryResourceDeployer
-
Undeploys Registry resources of the given cApp
- undeployCarbonApp(CarbonApplication, AxisConfiguration) - Method in class org.wso2.carbon.application.deployer.internal.ApplicationManager
-
Undeploy the provided carbon App by sending it through the registered undeployment handler chain..
- undeployCarbonApp(CarbonApplication, AxisConfiguration) - Method in interface org.wso2.carbon.application.deployer.service.ApplicationManagerService
-
Undeploy the provided carbon App..
- unregisterDeploymentHandler(AppDeploymentHandler) - Method in class org.wso2.carbon.application.deployer.internal.ApplicationManager
-
Unregister the specified handler if it is already regitered
- unregisterDeploymentHandler(AppDeploymentHandler) - Method in interface org.wso2.carbon.application.deployer.service.ApplicationManagerService
-
Unregister the specified handler if it is already regitered
- unresolvedDepCount - Variable in class org.wso2.carbon.application.deployer.config.Artifact
- unsetAppHandler(AppDeploymentHandler) - Method in class org.wso2.carbon.application.deployer.internal.AppDeployerServiceComponent
- unsetConfigurationContext(ConfigurationContextService) - Method in class org.wso2.carbon.application.deployer.internal.AppDeployerServiceComponent
- unsetRegistryService(RegistryService) - Method in class org.wso2.carbon.application.deployer.internal.AppDeployerServiceComponent
V
- VERSION - Static variable in class org.wso2.carbon.application.deployer.config.Artifact
- VERSION - Static variable in class org.wso2.carbon.application.deployer.Feature
W
- WORK_DIR - Static variable in class org.wso2.carbon.application.deployer.AppDeployerConstants
- writeArtifactResources(RegistryConfig) - Method in class org.wso2.carbon.application.deployer.persistence.CarbonAppPersistenceManager
-
Writes all registry contents (resources, collections and associations) of the given artifact to the registry.
- writeFromFile(Registry, File, String, String) - Method in class org.wso2.carbon.application.deployer.persistence.CarbonAppPersistenceManager
-
Write the file content as a registry resource to the given path
- WSO2_APP_DEPLOYER_HEADER - Static variable in class org.wso2.carbon.application.deployer.AppDeployerConstants
- WSO2_APP_NAME_HEADER - Static variable in class org.wso2.carbon.application.deployer.AppDeployerConstants
All Classes All Packages