Uses of Class
org.apache.ivy.core.module.id.ArtifactId
-
Packages that use ArtifactId Package Description org.apache.ivy.core.module.descriptor org.apache.ivy.core.module.id This packages gathers classes used to represent identifiers of objects involved in dependency management.org.apache.ivy.core.resolve org.apache.ivy.plugins.matcher org.apache.ivy.plugins.namespace -
-
Uses of ArtifactId in org.apache.ivy.core.module.descriptor
Fields in org.apache.ivy.core.module.descriptor declared as ArtifactId Modifier and Type Field Description private ArtifactId
AbstractIncludeExcludeRule. id
Methods in org.apache.ivy.core.module.descriptor that return ArtifactId Modifier and Type Method Description ArtifactId
AbstractIncludeExcludeRule. getId()
ArtifactId
ExcludeRule. getId()
Returns the id of the described artifact, without revision informationArtifactId
IncludeRule. getId()
Returns the id of the described artifact, without revision informationMethods in org.apache.ivy.core.module.descriptor with parameters of type ArtifactId Modifier and Type Method Description boolean
DefaultDependencyDescriptor. doesExclude(java.lang.String[] moduleConfigurations, ArtifactId artifactId)
only works when namespace is properly set.boolean
DefaultModuleDescriptor. doesExclude(java.lang.String[] moduleConfigurations, ArtifactId artifactId)
Only works when namespace is properly set.boolean
DependencyDescriptor. doesExclude(java.lang.String[] moduleConfigurations, ArtifactId artifactId)
Returns true ifboolean
ModuleDescriptor. doesExclude(java.lang.String[] moduleConfs, ArtifactId artifactId)
Constructors in org.apache.ivy.core.module.descriptor with parameters of type ArtifactId Constructor Description AbstractIncludeExcludeRule(ArtifactId aid, PatternMatcher matcher, java.util.Map<java.lang.String,java.lang.String> extraAttributes)
DefaultExcludeRule(ArtifactId aid, PatternMatcher matcher, java.util.Map<java.lang.String,java.lang.String> extraAttributes)
DefaultIncludeRule(ArtifactId aid, PatternMatcher matcher, java.util.Map<java.lang.String,java.lang.String> extraAttributes)
-
Uses of ArtifactId in org.apache.ivy.core.module.id
Fields in org.apache.ivy.core.module.id declared as ArtifactId Modifier and Type Field Description private ArtifactId
ArtifactRevisionId. artifactId
Methods in org.apache.ivy.core.module.id that return ArtifactId Modifier and Type Method Description ArtifactId
ArtifactRevisionId. getArtifactId()
Constructors in org.apache.ivy.core.module.id with parameters of type ArtifactId Constructor Description ArtifactRevisionId(ArtifactId artifactId, ModuleRevisionId mrid)
ArtifactRevisionId(ArtifactId artfId, ModuleRevisionId mdlRevId, java.util.Map<java.lang.String,java.lang.String> extraAttributes)
-
Uses of ArtifactId in org.apache.ivy.core.resolve
Method parameters in org.apache.ivy.core.resolve with type arguments of type ArtifactId Modifier and Type Method Description private static java.util.Collection<Artifact>
IvyNode. findArtifactsMatching(IncludeRule rule, java.util.Map<ArtifactId,Artifact> allArtifacts)
-
Uses of ArtifactId in org.apache.ivy.plugins.matcher
Methods in org.apache.ivy.plugins.matcher with parameters of type ArtifactId Modifier and Type Method Description static boolean
MatcherHelper. 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 ArtifactId Modifier and Type Method Description static ArtifactId
NameSpaceHelper. transform(ArtifactId artifactId, NamespaceTransformer t)
Methods in org.apache.ivy.plugins.namespace with parameters of type ArtifactId Modifier and Type Method Description static ArtifactId
NameSpaceHelper. transform(ArtifactId artifactId, NamespaceTransformer t)
-