Class 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)  
    • 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