|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Feature | |
|---|---|
| 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 | |
|---|---|
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 | |
|---|---|
static boolean |
AppDeployerUtils.areAllFeaturesInstalled(List<Feature> features)
Checks whether the given list of features are already installed in the systme |
static 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 | |
|---|---|
static Map<String,List<Feature>> |
AppDeployerServiceComponent.getRequiredFeatures()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||