Uses of Class
org.wso2.carbon.application.deployer.Feature
-
Packages that use Feature Package Description org.wso2.carbon.application.deployer org.wso2.carbon.application.deployer.internal -
-
Uses of Feature in org.wso2.carbon.application.deployer
Methods in org.wso2.carbon.application.deployer that return types with arguments of type Feature Modifier and Type Method Description static Map<String,List<Feature>>AppDeployerUtils. 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 Feature Modifier and Type Method Description static booleanAppDeployerUtils. areAllFeaturesInstalled(List<Feature> features)Checks whether the given list of features are already installed in the systmestatic Map<String,Boolean>AppDeployerUtils. 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 Modifier and Type Method Description static Map<String,List<Feature>>AppDeployerServiceComponent. getRequiredFeatures()
-