Uses of Class
org.apache.ivy.core.module.id.ArtifactId
Packages that use ArtifactId
Package
Description
This packages gathers classes used to represent identifiers of objects involved in dependency management.
-
Uses of ArtifactId in org.apache.ivy.core.module.descriptor
Fields in org.apache.ivy.core.module.descriptor declared as ArtifactIdMethods in org.apache.ivy.core.module.descriptor that return ArtifactIdModifier and TypeMethodDescriptionAbstractIncludeExcludeRule.getId()ExcludeRule.getId()Returns the id of the described artifact, without revision informationIncludeRule.getId()Returns the id of the described artifact, without revision informationMethods in org.apache.ivy.core.module.descriptor with parameters of type ArtifactIdModifier and TypeMethodDescriptionbooleanDefaultDependencyDescriptor.doesExclude(String[] moduleConfigurations, ArtifactId artifactId) only works when namespace is properly set.booleanDefaultModuleDescriptor.doesExclude(String[] moduleConfigurations, ArtifactId artifactId) Only works when namespace is properly set.booleanDependencyDescriptor.doesExclude(String[] moduleConfigurations, ArtifactId artifactId) Returns true ifbooleanModuleDescriptor.doesExclude(String[] moduleConfs, ArtifactId artifactId) Constructors in org.apache.ivy.core.module.descriptor with parameters of type ArtifactIdModifierConstructorDescriptionAbstractIncludeExcludeRule(ArtifactId aid, PatternMatcher matcher, Map<String, String> extraAttributes) DefaultExcludeRule(ArtifactId aid, PatternMatcher matcher, Map<String, String> extraAttributes) DefaultIncludeRule(ArtifactId aid, PatternMatcher matcher, Map<String, String> extraAttributes) -
Uses of ArtifactId in org.apache.ivy.core.module.id
Fields in org.apache.ivy.core.module.id declared as ArtifactIdMethods in org.apache.ivy.core.module.id that return ArtifactIdConstructors in org.apache.ivy.core.module.id with parameters of type ArtifactIdModifierConstructorDescriptionArtifactRevisionId(ArtifactId artifactId, ModuleRevisionId mrid) ArtifactRevisionId(ArtifactId artfId, ModuleRevisionId mdlRevId, Map<String, String> extraAttributes) -
Uses of ArtifactId in org.apache.ivy.core.resolve
Method parameters in org.apache.ivy.core.resolve with type arguments of type ArtifactIdModifier and TypeMethodDescriptionprivate static Collection<Artifact>IvyNode.findArtifactsMatching(IncludeRule rule, Map<ArtifactId, Artifact> allArtifacts) -
Uses of ArtifactId in org.apache.ivy.plugins.matcher
Methods in org.apache.ivy.plugins.matcher with parameters of type ArtifactIdModifier and TypeMethodDescriptionstatic booleanMatcherHelper.matches(PatternMatcher m, ArtifactId exp, ArtifactId aid) -
Uses of ArtifactId in org.apache.ivy.plugins.namespace
Methods in org.apache.ivy.plugins.namespace that return ArtifactIdModifier and TypeMethodDescriptionstatic ArtifactIdNameSpaceHelper.transform(ArtifactId artifactId, NamespaceTransformer t) Methods in org.apache.ivy.plugins.namespace with parameters of type ArtifactIdModifier and TypeMethodDescriptionstatic ArtifactIdNameSpaceHelper.transform(ArtifactId artifactId, NamespaceTransformer t)