Uses of Class
org.apache.ivy.core.module.id.ModuleId
Packages that use ModuleId
Package
Description
This packages gathers classes used to represent identifiers of objects involved in dependency management.
-
Uses of ModuleId in org.apache.ivy
Methods in org.apache.ivy that return ModuleIdModifier and TypeMethodDescriptionModuleId[]
Ivy.listModules
(ModuleId criteria, PatternMatcher matcher) ModuleId[]
Ivy14.listModules
(ModuleId criteria, PatternMatcher matcher) Methods in org.apache.ivy with parameters of type ModuleIdModifier and TypeMethodDescriptionIvy14.determineArtifactsToCopy
(ModuleId moduleId, String[] confs, File cache, String destFilePattern, String destIvyPattern) Ivy14.determineArtifactsToCopy
(ModuleId moduleId, String[] confs, File cache, String destFilePattern, String destIvyPattern, Filter<Artifact> artifactFilter) ModuleId[]
Ivy.listModules
(ModuleId criteria, PatternMatcher matcher) ModuleId[]
Ivy14.listModules
(ModuleId criteria, PatternMatcher matcher) int
int
Ivy14.retrieve
(ModuleId moduleId, String[] confs, File cache, String destFilePattern, String destIvyPattern) int
Ivy14.retrieve
(ModuleId moduleId, String[] confs, File cache, String destFilePattern, String destIvyPattern, Filter<Artifact> artifactFilter) int
Ivy14.retrieve
(ModuleId moduleId, String[] confs, File cache, String destFilePattern, String destIvyPattern, Filter<Artifact> artifactFilter, boolean sync, boolean useOrigin) int
Ivy14.retrieve
(ModuleId moduleId, String[] confs, File cache, String destFilePattern, 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 ModuleIdMethod parameters in org.apache.ivy.ant with type arguments of type ModuleIdModifier and TypeMethodDescriptionprivate void
IvyBuildList.processFilterNodeFromLeaf
(ModuleDescriptor node, Set<ModuleDescriptor> toKeep, 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, Set<ModuleDescriptor> toKeep, 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 ModuleIdModifier and TypeMethodDescriptionDefaultResolutionCacheManager.CacheParserSettings.getDefaultBranch
(ModuleId moduleId) -
Uses of ModuleId in org.apache.ivy.core.event
Methods in org.apache.ivy.core.event with parameters of type ModuleIdModifier and TypeMethodDescriptionprotected 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 ModuleIdModifier and TypeMethodDescriptionDefaultDependencyDescriptor.getDependencyId()
DependencyDescriptor.getDependencyId()
Methods in org.apache.ivy.core.module.descriptor with parameters of type ModuleIdModifier and TypeMethodDescriptionvoid
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) DefaultModuleDescriptor.getConflictManager
(ModuleId moduleId) ModuleDescriptor.getConflictManager
(ModuleId id) -
Uses of ModuleId in org.apache.ivy.core.module.id
Fields in org.apache.ivy.core.module.id declared as ModuleIdModifier and TypeFieldDescriptionprivate ModuleId
ArtifactId.mid
private final ModuleId
ModuleRevisionId.moduleId
Fields in org.apache.ivy.core.module.id with type parameters of type ModuleIdModifier and TypeFieldDescriptionprivate static final Map<ModuleId,
WeakReference<ModuleId>> ModuleId.CACHE
private static final Map<ModuleId,
WeakReference<ModuleId>> ModuleId.CACHE
Methods in org.apache.ivy.core.module.id that return ModuleIdModifier and TypeMethodDescriptionstatic ModuleId
Returns a ModuleIdArtifactId.getModuleId()
ModuleRevisionId.getModuleId()
static ModuleId
Returns an intern instance of a ModuleId equals to the given ModuleId if any, or the given ModuleId.static ModuleId
ModuleId.newInstance
(String org, String name) Returns a ModuleId for the given organization and module name.static ModuleId
Parses the module id text representation and returns it as aModuleId
instance.Methods in org.apache.ivy.core.module.id with parameters of type ModuleIdModifier and TypeMethodDescriptionint
Returns the rule object matching the givenModuleId
, ornull
if no rule applies.Returns the rules objects matching the givenModuleId
, or an empty array if no rule applies.static 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 ModuleIdModifierConstructorDescriptionArtifactId
(ModuleId mid, String name, String type, String ext) ModuleRevisionId
(ModuleId moduleId, String revision) ModuleRevisionId
(ModuleId moduleId, String branch, String revision) private
ModuleRevisionId
(ModuleId moduleId, String branch, String revision, Map<String, String> extraAttributes) private
ModuleRevisionId
(ModuleId moduleId, String branch, String revision, Map<String, String> extraAttributes, boolean replaceNullBranchWithDefault) private
-
Uses of ModuleId in org.apache.ivy.core.report
Fields in org.apache.ivy.core.report with type parameters of type ModuleIdModifier and TypeFieldDescriptionConfigurationResolveReport.modulesIds
private Map<ModuleId,
Collection<IvyNode>> ConfigurationResolveReport.modulesIdsMap
Methods in org.apache.ivy.core.report that return types with arguments of type ModuleIdModifier and TypeMethodDescriptionConfigurationResolveReport.getModuleIds()
gives all the modules ids concerned by this report, from the most dependent to the least oneResolveReport.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 ModuleIdModifier and TypeMethodDescriptionMethod parameters in org.apache.ivy.core.report with type arguments of type ModuleIdModifier and TypeMethodDescriptionResolveReport.toFixedModuleDescriptor
(IvySettings settings, List<ModuleId> midToKeep) -
Uses of ModuleId in org.apache.ivy.core.repository
Fields in org.apache.ivy.core.repository with type parameters of type ModuleIdModifier and TypeFieldDescriptionprivate Map<ModuleId,
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 ModuleIdFields in org.apache.ivy.core.resolve with type parameters of type ModuleIdMethods in org.apache.ivy.core.resolve that return ModuleIdModifier and TypeMethodDescriptionIvyNode.getModuleId()
final ModuleId
IvyNodeEviction.ModuleIdConf.getModuleId()
VisitNode.getModuleId()
Methods in org.apache.ivy.core.resolve that return types with arguments of type ModuleIdModifier and TypeMethodDescriptionIvyNode.getAllCallersModuleIds()
IvyNodeCallers.getAllCallersModuleIds()
Methods in org.apache.ivy.core.resolve with parameters of type ModuleIdModifier and TypeMethodDescriptionprivate Collection<IvyNode>
Finds and returns a path in callers from the given module id to the current nodeprivate Collection<IvyNode>
IvyNode.getConflictManager
(ModuleId mid) ResolveEngineSettings.getConflictManager
(ModuleId mid) static String
ResolveOptions.getDefaultResolveId
(ModuleId moduleId) private IvyNode
IvyNode.getDirectCallerFor
(ModuleId from) IvyNodeCallers.getDirectCallerFor
(ModuleId from) IvyNode.getEvictedNodes
(ModuleId mid, String rootModuleConf) IvyNodeEviction.getEvictedNodes
(ModuleId mid, String rootModuleConf) IvyNode.getEvictedRevisions
(ModuleId mid, String rootModuleConf) IvyNodeEviction.getEvictedRevisions
(ModuleId mid, String rootModuleConf) VisitNode.getEvictedRevisions
(ModuleId moduleId) IvyNode.getPendingConflicts
(String rootModuleConf, ModuleId mid) Returns a collection of Nodes in conflict for which conflict has been detected but conflict resolution hasn't been done yetIvyNodeEviction.getPendingConflicts
(String rootModuleConf, ModuleId mid) IvyNode.getResolvedNodes
(ModuleId moduleId, String rootModuleConf) A copy of the set of resolved nodes (real nodes)IvyNodeEviction.getResolvedNodes
(ModuleId mid, String rootModuleConf) IvyNode.getResolvedRevisions
(ModuleId moduleId, String rootModuleConf) IvyNodeEviction.getResolvedRevisions
(ModuleId mid, String rootModuleConf) VisitNode.getResolvedRevisions
(ModuleId mid) void
IvyNode.setEvictedNodes
(ModuleId moduleId, String rootModuleConf, Collection<IvyNode> evicted) void
IvyNodeEviction.setEvictedNodes
(ModuleId moduleId, String rootModuleConf, Collection<IvyNode> evicted) void
IvyNode.setPendingConflicts
(ModuleId moduleId, String rootModuleConf, Collection<IvyNode> conflicts) void
IvyNodeEviction.setPendingConflicts
(ModuleId moduleId, String rootModuleConf, Collection<IvyNode> conflicts) void
IvyNode.setResolvedNodes
(ModuleId moduleId, String rootModuleConf, Collection<IvyNode> resolved) void
IvyNodeEviction.setResolvedNodes
(ModuleId moduleId, String rootModuleConf, Collection<IvyNode> resolved) Constructors in org.apache.ivy.core.resolve with parameters of type ModuleId -
Uses of ModuleId in org.apache.ivy.core.search
Methods in org.apache.ivy.core.search that return ModuleIdModifier and TypeMethodDescriptionModuleId[]
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 ModuleIdModifier and TypeMethodDescriptionModuleId[]
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 ModuleIdModifier and TypeMethodDescriptionIvySettings.getConflictManager
(ModuleId moduleId) IvySettings.getDefaultBranch
(ModuleId moduleId) 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 ModuleIdModifier and TypeFieldDescriptionprivate final Map<ModuleId,
Collection<ModuleInSort>> CollectionOfModulesToSort.modulesByModuleId
-
Uses of ModuleId in org.apache.ivy.plugins.matcher
Methods in org.apache.ivy.plugins.matcher with parameters of type ModuleIdModifier and TypeMethodDescriptionstatic 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 ModuleIdModifier and TypeMethodDescriptionstatic ModuleId
NameSpaceHelper.transform
(ModuleId mid, NamespaceTransformer t) Methods in org.apache.ivy.plugins.namespace with parameters of type ModuleIdModifier and TypeMethodDescriptionstatic 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 -
Uses of ModuleId in org.apache.ivy.plugins.parser.m2
Fields in org.apache.ivy.plugins.parser.m2 with type parameters of type ModuleIdModifier and TypeFieldDescriptionprivate final Map<ModuleId,
PomDependencyMgt> PomModuleDescriptorBuilder.PomModuleDescriptor.dependencyManagementMap
DefaultPomDependencyMgt.excludedModules
Methods in org.apache.ivy.plugins.parser.m2 that return types with arguments of type ModuleIdModifier and TypeMethodDescriptionPomModuleDescriptorBuilder.getDependencyManagementMap
(ModuleDescriptor md) PomModuleDescriptorBuilder.PomModuleDescriptor.getDependencyManagementMap()
PomModuleDescriptorBuilder.getDependencyMgtExclusions
(ModuleDescriptor descriptor, String groupId, String artifactId) DefaultPomDependencyMgt.getExcludedModules()
PomDependencyMgt.getExcludedModules()
PomModuleDescriptorBuilder.PomPluginElement.getExcludedModules()
PomReader.PomDependencyMgtElement.getExcludedModules()
PomReader.PomPluginElement.getExcludedModules()
Method parameters in org.apache.ivy.plugins.parser.m2 with type arguments of type ModuleIdModifier and TypeMethodDescriptionprivate static boolean
PomModuleDescriptorBuilder.shouldExcludeAllTransitiveDeps
(List<ModuleId> exclusions) Constructor parameters in org.apache.ivy.plugins.parser.m2 with type arguments of type ModuleId -
Uses of ModuleId in org.apache.ivy.plugins.resolver
Methods in org.apache.ivy.plugins.resolver with parameters of type ModuleIdModifier and TypeMethodDescriptionAbstractResolver.ResolverParserSettings.getDefaultBranch
(ModuleId moduleId) protected ResourceMDParser
BasicResolver.getDefaultRMDParser
(ModuleId mid) ResolverSettings.getResolveMode
(ModuleId moduleId)