Uses of Class
org.apache.ivy.core.module.id.ModuleId
-
Packages that use ModuleId Package Description org.apache.ivy org.apache.ivy.ant org.apache.ivy.core.cache org.apache.ivy.core.event 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.report org.apache.ivy.core.repository org.apache.ivy.core.resolve org.apache.ivy.core.search org.apache.ivy.core.settings org.apache.ivy.core.sort org.apache.ivy.plugins.matcher org.apache.ivy.plugins.namespace org.apache.ivy.plugins.parser org.apache.ivy.plugins.parser.m2 org.apache.ivy.plugins.resolver -
-
Uses of ModuleId in org.apache.ivy
Methods in org.apache.ivy that return ModuleId Modifier and Type Method Description ModuleId[]
Ivy. listModules(ModuleId criteria, PatternMatcher matcher)
ModuleId[]
Ivy14. listModules(ModuleId criteria, PatternMatcher matcher)
Methods in org.apache.ivy with parameters of type ModuleId Modifier and Type Method Description java.util.Map<ArtifactDownloadReport,java.util.Set<java.lang.String>>
Ivy14. determineArtifactsToCopy(ModuleId moduleId, java.lang.String[] confs, java.io.File cache, java.lang.String destFilePattern, java.lang.String destIvyPattern)
java.util.Map<ArtifactDownloadReport,java.util.Set<java.lang.String>>
Ivy14. determineArtifactsToCopy(ModuleId moduleId, java.lang.String[] confs, java.io.File cache, java.lang.String destFilePattern, java.lang.String destIvyPattern, Filter<Artifact> artifactFilter)
ModuleId[]
Ivy. listModules(ModuleId criteria, PatternMatcher matcher)
ModuleId[]
Ivy14. listModules(ModuleId criteria, PatternMatcher matcher)
int
Ivy14. retrieve(ModuleId moduleId, java.lang.String[] confs, java.io.File cache, java.lang.String destFilePattern)
int
Ivy14. retrieve(ModuleId moduleId, java.lang.String[] confs, java.io.File cache, java.lang.String destFilePattern, java.lang.String destIvyPattern)
int
Ivy14. retrieve(ModuleId moduleId, java.lang.String[] confs, java.io.File cache, java.lang.String destFilePattern, java.lang.String destIvyPattern, Filter<Artifact> artifactFilter)
int
Ivy14. retrieve(ModuleId moduleId, java.lang.String[] confs, java.io.File cache, java.lang.String destFilePattern, java.lang.String destIvyPattern, Filter<Artifact> artifactFilter, boolean sync, boolean useOrigin)
int
Ivy14. retrieve(ModuleId moduleId, java.lang.String[] confs, java.io.File cache, java.lang.String destFilePattern, java.lang.String destIvyPattern, Filter<Artifact> artifactFilter, boolean sync, boolean useOrigin, boolean makeSymlinks)
-
Uses of ModuleId in org.apache.ivy.ant
Methods in org.apache.ivy.ant that return ModuleId Modifier and Type Method Description protected ModuleId
IvyPostResolveTask. getResolvedModuleId()
Method parameters in org.apache.ivy.ant with type arguments of type ModuleId Modifier and Type Method Description private void
IvyBuildList. processFilterNodeFromLeaf(ModuleDescriptor node, java.util.Set<ModuleDescriptor> toKeep, java.util.Map<ModuleId,ModuleDescriptor> moduleIdMap)
Search in the moduleIdMap modules depending on node, add them to the toKeep set and process them recursively.private void
IvyBuildList. processFilterNodeFromRoot(ModuleDescriptor node, java.util.Set<ModuleDescriptor> toKeep, java.util.Map<ModuleId,ModuleDescriptor> moduleIdMap)
Adds the current node to the toKeep collection and then processes the each of the direct dependencies of this node that appear in the moduleIdMap (indicating that the dependency is part of this BuildList) -
Uses of ModuleId in org.apache.ivy.core.cache
Methods in org.apache.ivy.core.cache with parameters of type ModuleId Modifier and Type Method Description java.lang.String
DefaultResolutionCacheManager.CacheParserSettings. getDefaultBranch(ModuleId moduleId)
-
Uses of ModuleId in org.apache.ivy.core.event
Methods in org.apache.ivy.core.event with parameters of type ModuleId Modifier and Type Method Description protected void
IvyEvent. addModuleIdAttributes(ModuleId moduleId)
-
Uses of ModuleId in org.apache.ivy.core.module.descriptor
Methods in org.apache.ivy.core.module.descriptor that return ModuleId Modifier and Type Method Description ModuleId
DefaultDependencyDescriptor. getDependencyId()
ModuleId
DependencyDescriptor. getDependencyId()
Methods in org.apache.ivy.core.module.descriptor with parameters of type ModuleId Modifier and Type Method Description void
DefaultModuleDescriptor. addConflictManager(ModuleId moduleId, PatternMatcher matcher, ConflictManager manager)
regular expressions as explained in Pattern class may be used in ModuleId organisation and namevoid
DefaultModuleDescriptor. addDependencyDescriptorMediator(ModuleId moduleId, PatternMatcher matcher, DependencyDescriptorMediator ddm)
ConflictManager
DefaultModuleDescriptor. getConflictManager(ModuleId moduleId)
ConflictManager
ModuleDescriptor. getConflictManager(ModuleId id)
-
Uses of ModuleId in org.apache.ivy.core.module.id
Fields in org.apache.ivy.core.module.id declared as ModuleId Modifier and Type Field Description private ModuleId
ArtifactId. mid
private ModuleId
ModuleRevisionId. moduleId
Fields in org.apache.ivy.core.module.id with type parameters of type ModuleId Modifier and Type Field Description private static java.util.Map<ModuleId,java.lang.ref.WeakReference<ModuleId>>
ModuleId. CACHE
private static java.util.Map<ModuleId,java.lang.ref.WeakReference<ModuleId>>
ModuleId. CACHE
Methods in org.apache.ivy.core.module.id that return ModuleId Modifier and Type Method Description static ModuleId
ModuleId. decode(java.lang.String encoded)
Returns a ModuleIdModuleId
ArtifactId. getModuleId()
ModuleId
ModuleRevisionId. getModuleId()
static ModuleId
ModuleId. intern(ModuleId moduleId)
Returns an intern instance of a ModuleId equals to the given ModuleId if any, or the given ModuleId.static ModuleId
ModuleId. newInstance(java.lang.String org, java.lang.String name)
Returns a ModuleId for the given organization and module name.static ModuleId
ModuleId. parse(java.lang.String mid)
Parses the module id text representation and returns it as aModuleId
instance.Methods in org.apache.ivy.core.module.id with parameters of type ModuleId Modifier and Type Method Description int
ModuleId. compareTo(ModuleId that)
T
ModuleRules. getRule(ModuleId mid)
Returns the rule object matching the givenModuleId
, ornull
if no rule applies.T
ModuleRules. getRule(ModuleId mid, Filter<T> filter)
java.util.List<T>
ModuleRules. getRules(ModuleId mid)
Returns the rules objects matching the givenModuleId
, or an empty array if no rule applies.static ModuleId
ModuleId. intern(ModuleId moduleId)
Returns an intern instance of a ModuleId equals to the given ModuleId if any, or the given ModuleId.Constructors in org.apache.ivy.core.module.id with parameters of type ModuleId Constructor Description ArtifactId(ModuleId mid, java.lang.String name, java.lang.String type, java.lang.String ext)
ModuleRevisionId(ModuleId moduleId, java.lang.String revision)
ModuleRevisionId(ModuleId moduleId, java.lang.String branch, java.lang.String revision)
ModuleRevisionId(ModuleId moduleId, java.lang.String branch, java.lang.String revision, java.util.Map<java.lang.String,java.lang.String> extraAttributes)
ModuleRevisionId(ModuleId moduleId, java.lang.String branch, java.lang.String revision, java.util.Map<java.lang.String,java.lang.String> extraAttributes, boolean replaceNullBranchWithDefault)
ModuleRevisionId(ModuleId moduleId, java.lang.String revision, java.util.Map<java.lang.String,java.lang.String> extraAttributes)
-
Uses of ModuleId in org.apache.ivy.core.report
Fields in org.apache.ivy.core.report with type parameters of type ModuleId Modifier and Type Field Description private java.util.List<ModuleId>
ConfigurationResolveReport. modulesIds
private java.util.Map<ModuleId,java.util.Collection<IvyNode>>
ConfigurationResolveReport. modulesIdsMap
Methods in org.apache.ivy.core.report that return types with arguments of type ModuleId Modifier and Type Method Description java.util.List<ModuleId>
ConfigurationResolveReport. getModuleIds()
gives all the modules ids concerned by this report, from the most dependent to the least onejava.util.List<ModuleId>
ResolveReport. getModuleIds()
gives all the modules ids concerned by this report, from the most dependent to the least oneMethods in org.apache.ivy.core.report with parameters of type ModuleId Modifier and Type Method Description java.util.Collection<IvyNode>
ConfigurationResolveReport. getNodes(ModuleId mid)
Method parameters in org.apache.ivy.core.report with type arguments of type ModuleId Modifier and Type Method Description ModuleDescriptor
ResolveReport. toFixedModuleDescriptor(IvySettings settings, java.util.List<ModuleId> midToKeep)
-
Uses of ModuleId in org.apache.ivy.core.repository
Fields in org.apache.ivy.core.repository with type parameters of type ModuleId Modifier and Type Field Description private java.util.Map<ModuleId,java.util.Collection<ModuleDescriptor>>
RepositoryManagementEngine. modules
List of ModuleDescriptor per ModuleId. -
Uses of ModuleId in org.apache.ivy.core.resolve
Fields in org.apache.ivy.core.resolve declared as ModuleId Modifier and Type Field Description private ModuleId
IvyNodeEviction.ModuleIdConf. moduleId
Fields in org.apache.ivy.core.resolve with type parameters of type ModuleId Modifier and Type Field Description private java.util.Map<ModuleId,IvyNode>
IvyNodeCallers. allCallers
Methods in org.apache.ivy.core.resolve that return ModuleId Modifier and Type Method Description ModuleId
IvyNode. getModuleId()
ModuleId
IvyNodeEviction.ModuleIdConf. getModuleId()
ModuleId
VisitNode. getModuleId()
Methods in org.apache.ivy.core.resolve that return types with arguments of type ModuleId Modifier and Type Method Description java.util.Collection<ModuleId>
IvyNode. getAllCallersModuleIds()
java.util.Collection<ModuleId>
IvyNodeCallers. getAllCallersModuleIds()
Methods in org.apache.ivy.core.resolve with parameters of type ModuleId Modifier and Type Method Description private java.util.Collection<IvyNode>
IvyNode. findPath(ModuleId from)
Finds and returns a path in callers from the given module id to the current nodeprivate java.util.Collection<IvyNode>
IvyNode. findPath(ModuleId from, IvyNode node, java.util.List<IvyNode> path)
ConflictManager
IvyNode. getConflictManager(ModuleId mid)
ConflictManager
ResolveEngineSettings. getConflictManager(ModuleId mid)
static java.lang.String
ResolveOptions. getDefaultResolveId(ModuleId moduleId)
private IvyNode
IvyNode. getDirectCallerFor(ModuleId from)
IvyNode
IvyNodeCallers. getDirectCallerFor(ModuleId from)
java.util.Collection<IvyNode>
IvyNode. getEvictedNodes(ModuleId mid, java.lang.String rootModuleConf)
java.util.Collection<IvyNode>
IvyNodeEviction. getEvictedNodes(ModuleId mid, java.lang.String rootModuleConf)
java.util.Collection<ModuleRevisionId>
IvyNode. getEvictedRevisions(ModuleId mid, java.lang.String rootModuleConf)
java.util.Collection<ModuleRevisionId>
IvyNodeEviction. getEvictedRevisions(ModuleId mid, java.lang.String rootModuleConf)
java.util.Collection<ModuleRevisionId>
VisitNode. getEvictedRevisions(ModuleId moduleId)
java.util.Collection<IvyNode>
IvyNode. getPendingConflicts(java.lang.String rootModuleConf, ModuleId mid)
Returns a collection of Nodes in conflict for which conflict has been detected but conflict resolution hasn't been done yetjava.util.Collection<IvyNode>
IvyNodeEviction. getPendingConflicts(java.lang.String rootModuleConf, ModuleId mid)
java.util.Set<IvyNode>
IvyNode. getResolvedNodes(ModuleId moduleId, java.lang.String rootModuleConf)
A copy of the set of resolved nodes (real nodes)java.util.Set<IvyNode>
IvyNodeEviction. getResolvedNodes(ModuleId mid, java.lang.String rootModuleConf)
java.util.Collection<ModuleRevisionId>
IvyNode. getResolvedRevisions(ModuleId moduleId, java.lang.String rootModuleConf)
java.util.Collection<ModuleRevisionId>
IvyNodeEviction. getResolvedRevisions(ModuleId mid, java.lang.String rootModuleConf)
java.util.Collection<ModuleRevisionId>
VisitNode. getResolvedRevisions(ModuleId mid)
void
IvyNode. setEvictedNodes(ModuleId moduleId, java.lang.String rootModuleConf, java.util.Collection<IvyNode> evicted)
void
IvyNodeEviction. setEvictedNodes(ModuleId moduleId, java.lang.String rootModuleConf, java.util.Collection<IvyNode> evicted)
void
IvyNode. setPendingConflicts(ModuleId moduleId, java.lang.String rootModuleConf, java.util.Collection<IvyNode> conflicts)
void
IvyNodeEviction. setPendingConflicts(ModuleId moduleId, java.lang.String rootModuleConf, java.util.Collection<IvyNode> conflicts)
void
IvyNode. setResolvedNodes(ModuleId moduleId, java.lang.String rootModuleConf, java.util.Collection<IvyNode> resolved)
void
IvyNodeEviction. setResolvedNodes(ModuleId moduleId, java.lang.String rootModuleConf, java.util.Collection<IvyNode> resolved)
Constructors in org.apache.ivy.core.resolve with parameters of type ModuleId Constructor Description ModuleIdConf(ModuleId mid, java.lang.String conf)
-
Uses of ModuleId in org.apache.ivy.core.search
Methods in org.apache.ivy.core.search that return ModuleId Modifier and Type Method Description ModuleId[]
SearchEngine. listModules(ModuleId moduleCrit, PatternMatcher matcher)
List module ids of the module accessible through the current resolvers matching the given mid criteria according to the given matcher.Methods in org.apache.ivy.core.search with parameters of type ModuleId Modifier and Type Method Description ModuleId[]
SearchEngine. listModules(ModuleId moduleCrit, PatternMatcher matcher)
List module ids of the module accessible through the current resolvers matching the given mid criteria according to the given matcher. -
Uses of ModuleId in org.apache.ivy.core.settings
Methods in org.apache.ivy.core.settings with parameters of type ModuleId Modifier and Type Method Description ConflictManager
IvySettings. getConflictManager(ModuleId moduleId)
java.lang.String
IvySettings. getDefaultBranch(ModuleId moduleId)
java.lang.String
IvySettings. getResolveMode(ModuleId moduleId)
-
Uses of ModuleId in org.apache.ivy.core.sort
Fields in org.apache.ivy.core.sort with type parameters of type ModuleId Modifier and Type Field Description private java.util.Map<ModuleId,java.util.Collection<ModuleInSort>>
CollectionOfModulesToSort. modulesByModuleId
-
Uses of ModuleId in org.apache.ivy.plugins.matcher
Methods in org.apache.ivy.plugins.matcher with parameters of type ModuleId Modifier and Type Method Description static boolean
MatcherHelper. isExact(PatternMatcher m, ModuleId exp)
static boolean
MatcherHelper. matches(PatternMatcher m, ModuleId exp, ModuleId mid)
-
Uses of ModuleId in org.apache.ivy.plugins.namespace
Methods in org.apache.ivy.plugins.namespace that return ModuleId Modifier and Type Method Description static ModuleId
NameSpaceHelper. transform(ModuleId mid, NamespaceTransformer t)
Methods in org.apache.ivy.plugins.namespace with parameters of type ModuleId Modifier and Type Method Description static ModuleId
NameSpaceHelper. transform(ModuleId mid, NamespaceTransformer t)
-
Uses of ModuleId in org.apache.ivy.plugins.parser
Methods in org.apache.ivy.plugins.parser with parameters of type ModuleId Modifier and Type Method Description java.lang.String
ParserSettings. getDefaultBranch(ModuleId moduleId)
-
Uses of ModuleId in org.apache.ivy.plugins.parser.m2
Fields in org.apache.ivy.plugins.parser.m2 with type parameters of type ModuleId Modifier and Type Field Description private java.util.Map<ModuleId,PomDependencyMgt>
PomModuleDescriptorBuilder.PomModuleDescriptor. dependencyManagementMap
private java.util.List<ModuleId>
DefaultPomDependencyMgt. excludedModules
Methods in org.apache.ivy.plugins.parser.m2 that return types with arguments of type ModuleId Modifier and Type Method Description static java.util.Map<ModuleId,java.lang.String>
PomModuleDescriptorBuilder. getDependencyManagementMap(ModuleDescriptor md)
java.util.Map<ModuleId,PomDependencyMgt>
PomModuleDescriptorBuilder.PomModuleDescriptor. getDependencyManagementMap()
private static java.util.List<ModuleId>
PomModuleDescriptorBuilder. getDependencyMgtExclusions(ModuleDescriptor descriptor, java.lang.String groupId, java.lang.String artifactId)
java.util.List<ModuleId>
DefaultPomDependencyMgt. getExcludedModules()
java.util.List<ModuleId>
PomDependencyMgt. getExcludedModules()
java.util.List<ModuleId>
PomModuleDescriptorBuilder.PomPluginElement. getExcludedModules()
java.util.List<ModuleId>
PomReader.PomDependencyMgtElement. getExcludedModules()
java.util.List<ModuleId>
PomReader.PomPluginElement. getExcludedModules()
Method parameters in org.apache.ivy.plugins.parser.m2 with type arguments of type ModuleId Modifier and Type Method Description private static boolean
PomModuleDescriptorBuilder. shouldExcludeAllTransitiveDeps(java.util.List<ModuleId> exclusions)
Constructor parameters in org.apache.ivy.plugins.parser.m2 with type arguments of type ModuleId Constructor Description DefaultPomDependencyMgt(java.lang.String groupId, java.lang.String artifactId, java.lang.String version, java.lang.String scope, java.util.List<ModuleId> excludedModules)
-
Uses of ModuleId in org.apache.ivy.plugins.resolver
Methods in org.apache.ivy.plugins.resolver with parameters of type ModuleId Modifier and Type Method Description java.lang.String
AbstractResolver.ResolverParserSettings. getDefaultBranch(ModuleId moduleId)
protected ResourceMDParser
BasicResolver. getDefaultRMDParser(ModuleId mid)
java.lang.String
ResolverSettings. getResolveMode(ModuleId moduleId)
-