Package org.jboss.galleon.cli.model
Class FeatureInfo
- java.lang.Object
-
- org.jboss.galleon.cli.model.FeatureInfo
-
public class FeatureInfo extends java.lang.Object- Author:
- jdenise@redhat.com
-
-
Constructor Summary
Constructors Constructor Description FeatureInfo(ConfigInfo configInfo, org.jboss.galleon.state.ProvisionedFeature feature, java.util.List<java.lang.String> path, org.jboss.galleon.universe.FeaturePackLocation.FPID currentFP)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetDescription()org.jboss.galleon.config.FeatureConfiggetFeatureConfig()org.jboss.galleon.spec.FeatureIdgetFeatureId()java.lang.StringgetPath()java.util.Map<java.lang.String,java.lang.Object>getResolvedParams()org.jboss.galleon.runtime.ResolvedSpecIdgetSpecId()java.lang.StringgetType()java.util.List<java.lang.String>getUndefinedParams()
-
-
-
Constructor Detail
-
FeatureInfo
public FeatureInfo(ConfigInfo configInfo, org.jboss.galleon.state.ProvisionedFeature feature, java.util.List<java.lang.String> path, org.jboss.galleon.universe.FeaturePackLocation.FPID currentFP) throws org.jboss.galleon.ProvisioningDescriptionException
- Throws:
org.jboss.galleon.ProvisioningDescriptionException
-
-
Method Detail
-
getPath
public java.lang.String getPath()
-
getFeatureId
public org.jboss.galleon.spec.FeatureId getFeatureId()
-
getFeatureConfig
public org.jboss.galleon.config.FeatureConfig getFeatureConfig()
-
getDescription
public java.lang.String getDescription()
-
getSpecId
public org.jboss.galleon.runtime.ResolvedSpecId getSpecId()
-
getType
public java.lang.String getType()
-
getResolvedParams
public java.util.Map<java.lang.String,java.lang.Object> getResolvedParams() throws org.jboss.galleon.ProvisioningException- Throws:
org.jboss.galleon.ProvisioningException
-
getUndefinedParams
public java.util.List<java.lang.String> getUndefinedParams() throws org.jboss.galleon.ProvisioningException- Throws:
org.jboss.galleon.ProvisioningException
-
-