public class FeatureInfo extends Object
| Constructor and Description |
|---|
FeatureInfo(ConfigInfo configInfo,
ProvisionedFeature feature,
List<String> path,
ArtifactCoords.Gav currentFP) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
FeatureConfig |
getFeatureConfig() |
FeatureId |
getFeatureId() |
String |
getName() |
String |
getPath() |
Map<String,Object> |
getResolvedParams() |
ResolvedSpecId |
getSpecId() |
String |
getType() |
List<String> |
getUndefinedParams() |
public FeatureInfo(ConfigInfo configInfo, ProvisionedFeature feature, List<String> path, ArtifactCoords.Gav currentFP) throws ProvisioningDescriptionException
ProvisioningDescriptionExceptionpublic String getPath()
public FeatureId getFeatureId()
public FeatureConfig getFeatureConfig()
public String getDescription()
public ResolvedSpecId getSpecId()
public String getName()
public String getType()
public Map<String,Object> getResolvedParams() throws ProvisioningException
ProvisioningExceptionpublic List<String> getUndefinedParams() throws ProvisioningException
ProvisioningExceptionCopyright © 2016–2018 JBoss by Red Hat. All rights reserved.