Uses of Class
org.jboss.galleon.cli.model.Identity
-
Packages that use Identity Package Description org.jboss.galleon.cli.model -
-
Uses of Identity in org.jboss.galleon.cli.model
Methods in org.jboss.galleon.cli.model that return Identity Modifier and Type Method Description static IdentityIdentity. fromChannel(org.jboss.galleon.universe.FeaturePackLocation.ProducerSpec origin, java.lang.String name)static IdentityIdentity. fromString(java.lang.String name)static IdentityIdentity. fromString(java.lang.String origin, java.lang.String name)IdentityGroup. getIdentity()IdentityPackageInfo. getIdentity()Methods in org.jboss.galleon.cli.model that return types with arguments of type Identity Modifier and Type Method Description java.util.Map<Identity,Group>FeatureContainer. getAllPackages()java.util.Set<Identity>FeatureSpecInfo. getMissingPackages()java.util.Set<Identity>PackageInfo. getProviders()Methods in org.jboss.galleon.cli.model with parameters of type Identity Modifier and Type Method Description PackageInfoPackageGroupsBuilder.PackageInfoBuilder. build(Identity identity, PackageInfo parent)intIdentity. compareTo(Identity o)Method parameters in org.jboss.galleon.cli.model with type arguments of type Identity 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)
-