Uses of Class
org.jboss.galleon.cli.model.FeatureSpecInfo
-
Packages that use FeatureSpecInfo Package Description org.jboss.galleon.cli.model org.jboss.galleon.cli.model.state -
-
Uses of FeatureSpecInfo in org.jboss.galleon.cli.model
Methods in org.jboss.galleon.cli.model that return FeatureSpecInfo Modifier and Type Method Description FeatureSpecInfoGroup. getSpec()Methods in org.jboss.galleon.cli.model that return types with arguments of type FeatureSpecInfo Modifier and Type Method Description java.util.Map<org.jboss.galleon.runtime.ResolvedSpecId,FeatureSpecInfo>FeatureContainer. getAllSpecs()java.util.Map<org.jboss.galleon.runtime.ResolvedSpecId,FeatureSpecInfo>FeatureSpecsBuilder. getAllSpecs()Methods in org.jboss.galleon.cli.model with parameters of type FeatureSpecInfo Modifier and Type Method Description voidGroup. setFeatureSpec(FeatureSpecInfo f) -
Uses of FeatureSpecInfo in org.jboss.galleon.cli.model.state
Methods in org.jboss.galleon.cli.model.state with parameters of type FeatureSpecInfo Modifier and Type Method Description voidState. addFeature(PmSession pmSession, FeatureSpecInfo spec, ConfigInfo configuration, java.util.Map<java.lang.String,java.lang.String> options)
-