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 ArtifactIdAbstractIncludeExcludeRule. idMethods in org.apache.ivy.core.module.descriptor that return ArtifactId Modifier and Type Method Description ArtifactIdAbstractIncludeExcludeRule. getId()ArtifactIdExcludeRule. getId()Returns the id of the described artifact, without revision informationArtifactIdIncludeRule. 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 booleanDefaultDependencyDescriptor. doesExclude(java.lang.String[] moduleConfigurations, ArtifactId artifactId)only works when namespace is properly set.booleanDefaultModuleDescriptor. doesExclude(java.lang.String[] moduleConfigurations, ArtifactId artifactId)Only works when namespace is properly set.booleanDependencyDescriptor. doesExclude(java.lang.String[] moduleConfigurations, ArtifactId artifactId)Returns true ifbooleanModuleDescriptor. 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 ArtifactIdArtifactRevisionId. artifactIdMethods in org.apache.ivy.core.module.id that return ArtifactId Modifier and Type Method Description ArtifactIdArtifactRevisionId. 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 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 ArtifactId Modifier and Type Method Description static ArtifactIdNameSpaceHelper. transform(ArtifactId artifactId, NamespaceTransformer t)Methods in org.apache.ivy.plugins.namespace with parameters of type ArtifactId Modifier and Type Method Description static ArtifactIdNameSpaceHelper. transform(ArtifactId artifactId, NamespaceTransformer t)
-