Uses of Class
org.jboss.galleon.cli.model.FeatureInfo
-
Packages that use FeatureInfo Package Description org.jboss.galleon.cli.model org.jboss.galleon.cli.model.state -
-
Uses of FeatureInfo in org.jboss.galleon.cli.model
Methods in org.jboss.galleon.cli.model that return FeatureInfo Modifier and Type Method Description FeatureInfoGroup. getFeature()Methods in org.jboss.galleon.cli.model that return types with arguments of type FeatureInfo Modifier and Type Method Description java.util.Map<org.jboss.galleon.runtime.ResolvedSpecId,java.util.List<FeatureInfo>>FeatureContainer. getAllFeatures()Methods in org.jboss.galleon.cli.model with parameters of type FeatureInfo Modifier and Type Method Description voidGroup. setFeature(FeatureInfo f) -
Uses of FeatureInfo in org.jboss.galleon.cli.model.state
Methods in org.jboss.galleon.cli.model.state with parameters of type FeatureInfo Modifier and Type Method Description voidState. removeFeature(PmSession pmSession, ConfigInfo ci, FeatureInfo fi)
-