Class FeatureManagementUtil
- java.lang.Object
-
- org.wso2.carbon.integration.tests.common.utils.FeatureManagementUtil
-
public class FeatureManagementUtil extends Object
This class is responsible for adding tenants and users
-
-
Field Summary
Fields Modifier and Type Field Description static StringFEATURE_REPO_PATH_KEY
-
Constructor Summary
Constructors Constructor Description FeatureManagementUtil(List<org.wso2.carbon.feature.mgt.stub.prov.data.FeatureInfo> featureList, org.wso2.carbon.automation.engine.context.AutomationContext automationContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddFeatureRepo()org.wso2.carbon.feature.mgt.stub.prov.data.LicenseInfo[]getLicensingInformation()voidinstallFeatures()booleanisFeatureInstalled()voidremoveFeatures()org.wso2.carbon.feature.mgt.stub.prov.data.ProvisioningActionResultInforeviewInstallFeatures()
-
-
-
Field Detail
-
FEATURE_REPO_PATH_KEY
public static final String FEATURE_REPO_PATH_KEY
- See Also:
- Constant Field Values
-
-
Method Detail
-
reviewInstallFeatures
public org.wso2.carbon.feature.mgt.stub.prov.data.ProvisioningActionResultInfo reviewInstallFeatures() throws Exception- Throws:
Exception
-
getLicensingInformation
public org.wso2.carbon.feature.mgt.stub.prov.data.LicenseInfo[] getLicensingInformation() throws Exception- Throws:
Exception
-
-