Uses of Class
org.wso2.carbon.application.deployer.Feature
Packages that use Feature
Package
Description
-
Uses of Feature in org.wso2.carbon.application.deployer
Methods in org.wso2.carbon.application.deployer that return types with arguments of type FeatureModifier and TypeMethodDescriptionAppDeployerUtils.readRequiredFeaturs(org.apache.axiom.om.OMElement featureSets) Reads the root element of the required-features.xml file and returns a list of required features for each and every artifact type.Method parameters in org.wso2.carbon.application.deployer with type arguments of type FeatureModifier and TypeMethodDescriptionstatic booleanAppDeployerUtils.areAllFeaturesInstalled(List<Feature> features) Checks whether the given list of features are already installed in the systmeAppDeployerUtils.buildAcceptanceList(Map<String, List<Feature>> features) For each artifact type, there's a set of features which are needed to be installed in the system to properly deploy the artifacts. -
Uses of Feature in org.wso2.carbon.application.deployer.internal
Methods in org.wso2.carbon.application.deployer.internal that return types with arguments of type Feature