| Package | Description |
|---|---|
| org.wso2.carbon.application.deployer | |
| org.wso2.carbon.application.deployer.internal |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
static Map<String,List<Feature>> |
AppDeployerServiceComponent.getRequiredFeatures() |
Copyright © 2018 WSO2 Inc. All rights reserved.