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)intIvy14. retrieve(ModuleId moduleId, java.lang.String[] confs, java.io.File cache, java.lang.String destFilePattern)intIvy14. retrieve(ModuleId moduleId, java.lang.String[] confs, java.io.File cache, java.lang.String destFilePattern, java.lang.String destIvyPattern)intIvy14. retrieve(ModuleId moduleId, java.lang.String[] confs, java.io.File cache, java.lang.String destFilePattern, java.lang.String destIvyPattern, Filter<Artifact> artifactFilter)intIvy14. 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)intIvy14. 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 ModuleIdIvyPostResolveTask. getResolvedModuleId()Method parameters in org.apache.ivy.ant with type arguments of type ModuleId Modifier and Type Method Description private voidIvyBuildList. 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 voidIvyBuildList. 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.StringDefaultResolutionCacheManager.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 voidIvyEvent. 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 ModuleIdDefaultDependencyDescriptor. getDependencyId()ModuleIdDependencyDescriptor. getDependencyId()Methods in org.apache.ivy.core.module.descriptor with parameters of type ModuleId Modifier and Type Method Description voidDefaultModuleDescriptor. addConflictManager(ModuleId moduleId, PatternMatcher matcher, ConflictManager manager)regular expressions as explained in Pattern class may be used in ModuleId organisation and namevoidDefaultModuleDescriptor. addDependencyDescriptorMediator(ModuleId moduleId, PatternMatcher matcher, DependencyDescriptorMediator ddm)ConflictManagerDefaultModuleDescriptor. getConflictManager(ModuleId moduleId)ConflictManagerModuleDescriptor. 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 ModuleIdArtifactId. midprivate ModuleIdModuleRevisionId. moduleIdFields 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. CACHEprivate static java.util.Map<ModuleId,java.lang.ref.WeakReference<ModuleId>>ModuleId. CACHEMethods in org.apache.ivy.core.module.id that return ModuleId Modifier and Type Method Description static ModuleIdModuleId. decode(java.lang.String encoded)Returns a ModuleIdModuleIdArtifactId. getModuleId()ModuleIdModuleRevisionId. getModuleId()static ModuleIdModuleId. intern(ModuleId moduleId)Returns an intern instance of a ModuleId equals to the given ModuleId if any, or the given ModuleId.static ModuleIdModuleId. newInstance(java.lang.String org, java.lang.String name)Returns a ModuleId for the given organization and module name.static ModuleIdModuleId. parse(java.lang.String mid)Parses the module id text representation and returns it as aModuleIdinstance.Methods in org.apache.ivy.core.module.id with parameters of type ModuleId Modifier and Type Method Description intModuleId. compareTo(ModuleId that)TModuleRules. getRule(ModuleId mid)Returns the rule object matching the givenModuleId, ornullif no rule applies.TModuleRules. 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 ModuleIdModuleId. 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. modulesIdsprivate java.util.Map<ModuleId,java.util.Collection<IvyNode>>ConfigurationResolveReport. modulesIdsMapMethods 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 ModuleDescriptorResolveReport. 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. modulesList 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 ModuleIdIvyNodeEviction.ModuleIdConf. moduleIdFields in org.apache.ivy.core.resolve with type parameters of type ModuleId Modifier and Type Field Description private java.util.Map<ModuleId,IvyNode>IvyNodeCallers. allCallersMethods in org.apache.ivy.core.resolve that return ModuleId Modifier and Type Method Description ModuleIdIvyNode. getModuleId()ModuleIdIvyNodeEviction.ModuleIdConf. getModuleId()ModuleIdVisitNode. 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)ConflictManagerIvyNode. getConflictManager(ModuleId mid)ConflictManagerResolveEngineSettings. getConflictManager(ModuleId mid)static java.lang.StringResolveOptions. getDefaultResolveId(ModuleId moduleId)private IvyNodeIvyNode. getDirectCallerFor(ModuleId from)IvyNodeIvyNodeCallers. 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)voidIvyNode. setEvictedNodes(ModuleId moduleId, java.lang.String rootModuleConf, java.util.Collection<IvyNode> evicted)voidIvyNodeEviction. setEvictedNodes(ModuleId moduleId, java.lang.String rootModuleConf, java.util.Collection<IvyNode> evicted)voidIvyNode. setPendingConflicts(ModuleId moduleId, java.lang.String rootModuleConf, java.util.Collection<IvyNode> conflicts)voidIvyNodeEviction. setPendingConflicts(ModuleId moduleId, java.lang.String rootModuleConf, java.util.Collection<IvyNode> conflicts)voidIvyNode. setResolvedNodes(ModuleId moduleId, java.lang.String rootModuleConf, java.util.Collection<IvyNode> resolved)voidIvyNodeEviction. 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 ConflictManagerIvySettings. getConflictManager(ModuleId moduleId)java.lang.StringIvySettings. getDefaultBranch(ModuleId moduleId)java.lang.StringIvySettings. 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 booleanMatcherHelper. isExact(PatternMatcher m, ModuleId exp)static booleanMatcherHelper. 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 ModuleIdNameSpaceHelper. transform(ModuleId mid, NamespaceTransformer t)Methods in org.apache.ivy.plugins.namespace with parameters of type ModuleId Modifier and Type Method Description static ModuleIdNameSpaceHelper. 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.StringParserSettings. 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. dependencyManagementMapprivate java.util.List<ModuleId>DefaultPomDependencyMgt. excludedModulesMethods 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 booleanPomModuleDescriptorBuilder. 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.StringAbstractResolver.ResolverParserSettings. getDefaultBranch(ModuleId moduleId)protected ResourceMDParserBasicResolver. getDefaultRMDParser(ModuleId mid)java.lang.StringResolverSettings. getResolveMode(ModuleId moduleId)
-