Uses of Class
org.jboss.galleon.cli.model.Group
-
Packages that use Group Package Description org.jboss.galleon.cli.cmd.state.pkg org.jboss.galleon.cli.model org.jboss.galleon.cli.path -
-
Uses of Group in org.jboss.galleon.cli.cmd.state.pkg
Methods in org.jboss.galleon.cli.cmd.state.pkg that return types with arguments of type Group Modifier and Type Method Description java.util.Map<java.lang.String,Group>AbstractPackageCommand.AllPackagesContainer. getPackages() -
Uses of Group in org.jboss.galleon.cli.model
Methods in org.jboss.galleon.cli.model that return Group Modifier and Type Method Description GroupFeatureSpecsBuilder. buildTree(org.jboss.galleon.layout.ProvisioningLayout<org.jboss.galleon.runtime.FeaturePackRuntime> layout, PmSession session, org.jboss.galleon.universe.FeaturePackLocation.FPID fpid, org.jboss.galleon.universe.FeaturePackLocation.FPID id, java.util.Map<Identity,Group> allPackages, boolean useCache, java.util.Set<org.jboss.galleon.runtime.ResolvedSpecId> wantedSpecs)static GroupGroup. fromString(java.lang.String origin, java.lang.String name)GroupGroup. getPrevious()GroupConfigInfo. getRoot()Methods in org.jboss.galleon.cli.model that return types with arguments of type Group Modifier and Type Method Description java.util.Map<Identity,Group>FeatureContainer. getAllPackages()java.util.Map<java.lang.String,Group>FeatureContainer. getFeatureSpecs()java.util.Set<Group>Group. getGroups()java.util.Map<java.lang.String,Group>FeatureContainer. getPackages()Methods in org.jboss.galleon.cli.model with parameters of type Group Modifier and Type Method Description voidGroup. addGroup(Group fg)intGroup. compareTo(Group o)voidConfigInfo. setFeatureGroupRoot(Group group)protected voidFeatureContainer. setFeatureSpecRoot(java.lang.String origin, Group featuresSpecRoot)protected voidFeatureContainer. setPackagesRoot(java.lang.String origin, Group packagesRoot)voidGroup. setPrevious(Group previous)Method parameters in org.jboss.galleon.cli.model with type arguments of type Group Modifier and Type Method Description GroupFeatureSpecsBuilder. buildTree(org.jboss.galleon.layout.ProvisioningLayout<org.jboss.galleon.runtime.FeaturePackRuntime> layout, PmSession session, org.jboss.galleon.universe.FeaturePackLocation.FPID fpid, org.jboss.galleon.universe.FeaturePackLocation.FPID id, java.util.Map<Identity,Group> allPackages, boolean useCache, java.util.Set<org.jboss.galleon.runtime.ResolvedSpecId> wantedSpecs) -
Uses of Group in org.jboss.galleon.cli.path
Fields in org.jboss.galleon.cli.path declared as Group Modifier and Type Field Description static GroupFeatureContainerPathConsumer. EDIT_ROOT_GRPstatic GroupFeatureContainerPathConsumer. EXPLORE_ROOT_GRPMethods in org.jboss.galleon.cli.path that return Group Modifier and Type Method Description GroupFeatureContainerPathConsumer. getCurrentNode(java.lang.String path)
-