Uses of Class
org.apache.ivy.core.resolve.IvyNode
-
-
Uses of IvyNode in org.apache.ivy
Methods in org.apache.ivy that return IvyNode Modifier and Type Method Description IvyNode[]Ivy14. getDependencies(java.net.URL ivySource, java.lang.String[] confs, java.io.File cache, java.util.Date date, boolean validate)IvyNode[]Ivy14. getDependencies(ModuleDescriptor md, java.lang.String[] confs, java.io.File cache, java.util.Date date, ResolveReport report, boolean validate)IvyNode[]Ivy14. getDependencies(ModuleDescriptor md, java.lang.String[] confs, java.io.File cache, java.util.Date date, ResolveReport report, boolean validate, boolean transitive)Methods in org.apache.ivy that return types with arguments of type IvyNode Modifier and Type Method Description java.util.List<IvyNode>Ivy. sortNodes(java.util.Collection<IvyNode> nodes, SortOptions options)Sorts the collection of IvyNode from the less dependent to the more dependentjava.util.List<IvyNode>Ivy14. sortNodes(java.util.Collection<IvyNode> nodes)Method parameters in org.apache.ivy with type arguments of type IvyNode Modifier and Type Method Description java.util.List<IvyNode>Ivy. sortNodes(java.util.Collection<IvyNode> nodes, SortOptions options)Sorts the collection of IvyNode from the less dependent to the more dependentjava.util.List<IvyNode>Ivy14. sortNodes(java.util.Collection<IvyNode> nodes) -
Uses of IvyNode in org.apache.ivy.ant
Fields in org.apache.ivy.ant with type parameters of type IvyNode Modifier and Type Field Description private java.util.Map<ModuleRevisionId,java.util.List<IvyNode>>IvyDependencyTree. dependenciesMethods in org.apache.ivy.ant with parameters of type IvyNode Modifier and Type Method Description private voidIvyDependencyTree. addDependency(ModuleRevisionId moduleRevisionId, IvyNode dependency)private voidIvyArtifactReport. generateXml(IvyNode[] dependencies, java.util.Map<ModuleRevisionId,java.util.Set<ArtifactDownloadReport>> moduleRevToArtifactsMap, java.util.Map<ArtifactDownloadReport,java.util.Set<java.lang.String>> artifactsToCopy)private booleanIvyDependencyTree. hasDependencies(IvyNode module)private voidIvyDependencyTree. populateDependencyTree(IvyNode dependency)private voidIvyArtifactReport. startModule(javax.xml.transform.sax.TransformerHandler saxHandler, IvyNode dependency)Method parameters in org.apache.ivy.ant with type arguments of type IvyNode Modifier and Type Method Description private voidIvyDependencyTree. printDependencies(ModuleRevisionId mrid, java.util.List<IvyNode> dependencyList, int indent, java.util.Set<ModuleRevisionId> ancestors) -
Uses of IvyNode in org.apache.ivy.core.report
Fields in org.apache.ivy.core.report with type parameters of type IvyNode Modifier and Type Field Description private java.util.Map<ModuleRevisionId,IvyNode>ConfigurationResolveReport. dependenciesprivate java.util.List<IvyNode>ResolveReport. dependenciesthe list of all dependencies resolved, ordered from the more dependent to the less dependentprivate java.util.Map<IvyNode,java.util.List<ArtifactDownloadReport>>ConfigurationResolveReport. dependencyReportsprivate java.util.Map<ModuleId,java.util.Collection<IvyNode>>ConfigurationResolveReport. modulesIdsMapMethods in org.apache.ivy.core.report that return IvyNode Modifier and Type Method Description IvyNodeConfigurationResolveReport. getDependency(ModuleRevisionId mrid)IvyNode[]ConfigurationResolveReport. getDownloadedNodes()IvyNode[]ConfigurationResolveReport. getEvictedNodes()IvyNode[]ResolveReport. getEvictedNodes()IvyNode[]ConfigurationResolveReport. getSearchedNodes()IvyNode[]ConfigurationResolveReport. getUnresolvedDependencies()IvyNode[]ResolveReport. getUnresolvedDependencies()Methods in org.apache.ivy.core.report that return types with arguments of type IvyNode Modifier and Type Method Description private java.util.Collection<IvyNode>ConfigurationResolveReport. getDependencies()java.util.List<IvyNode>ResolveReport. getDependencies()Returns the list of all dependencies concerned by this report as a List of IvyNode ordered from the more dependent to the least onejava.util.Collection<IvyNode>ConfigurationResolveReport. getNodes(ModuleId mid)Methods in org.apache.ivy.core.report with parameters of type IvyNode Modifier and Type Method Description voidConfigurationResolveReport. addDependency(IvyNode node)voidConfigurationResolveReport. addDependency(IvyNode node, DownloadReport report)voidConfigurationResolveReport. updateDependency(ModuleRevisionId mrid, IvyNode node)Method parameters in org.apache.ivy.core.report with type arguments of type IvyNode Modifier and Type Method Description voidResolveReport. setDependencies(java.util.List<IvyNode> dependencies, Filter<Artifact> artifactFilter) -
Uses of IvyNode in org.apache.ivy.core.resolve
Fields in org.apache.ivy.core.resolve declared as IvyNode Modifier and Type Field Description private IvyNodeIvyNodeBlacklist. blacklistedNodeprivate IvyNodeIvyNodeBlacklist. conflictParentprivate IvyNodeIvyNodeBlacklist. evictedNodeprivate IvyNodeIvyNodeCallers. nodeprivate IvyNodeIvyNodeEviction. nodeprivate IvyNodeIvyNodeUsage. nodeprivate IvyNodeIvyNodeUsage.NodeConf. nodeprivate IvyNodeVisitData. nodeA node in the graph of module dependencies resolutionprivate IvyNodeVisitNode. nodeThe node which is currently visitedprivate IvyNodeIvyNodeEviction.EvictionData. parentCan be null in case of transitive eviction.private IvyNodeIvyNode. rootprivate IvyNodeIvyNodeBlacklist. selectedNodeFields in org.apache.ivy.core.resolve with type parameters of type IvyNode Modifier and Type Field Description private java.util.Map<ModuleId,IvyNode>IvyNodeCallers. allCallersprivate java.util.Map<IvyNode,DependencyDescriptor>IvyNode. ddsprivate java.util.Map<IvyNodeEviction.ModuleIdConf,java.util.Set<IvyNode>>IvyNodeEviction. evictedDepsprivate java.util.Map<IvyNodeEviction.ModuleIdConf,java.util.Set<IvyNode>>IvyNodeEviction. pendingConflictsprivate java.util.Collection<IvyNode>IvyNodeEviction.EvictionData. selectedCan be null in case of transitive eviction.private java.util.Map<IvyNodeEviction.ModuleIdConf,java.util.Set<IvyNode>>IvyNodeEviction. selectedDepsMethods in org.apache.ivy.core.resolve that return IvyNode Modifier and Type Method Description IvyNodeIvyNode. findNode(ModuleRevisionId mrid)IvyNodeIvyNodeBlacklist. getBlacklistedNode()IvyNodeIvyNodeBlacklist. getConflictParent()IvyNode[]ResolveEngine. getDependencies(java.net.URL ivySource, ResolveOptions options)Resolve the dependencies of a module without downloading corresponding artifacts.IvyNode[]ResolveEngine. getDependencies(ModuleDescriptor md, ResolveOptions options, ResolveReport report)Resolve the dependencies of a module without downloading corresponding artifacts.private IvyNodeIvyNode. getDirectCallerFor(ModuleId from)IvyNodeIvyNodeCallers. getDirectCallerFor(ModuleId from)IvyNodeIvyNodeBlacklist. getEvictedNode()protected IvyNodeIvyNodeUsage. getNode()IvyNodeIvyNodeUsage.NodeConf. getNode()IvyNodeResolveData. getNode(ModuleRevisionId mrid)IvyNodeVisitData. getNode()IvyNodeVisitNode. getNode()IvyNodeIvyNodeEviction.EvictionData. getParent()private IvyNodeVisitNode. getParentNode()IvyNodeIvyNode. getRealNode()IvyNodeVisitNode. getRealNode()Returns the 'real' node currently visited.IvyNodeIvyNode. getRoot()IvyNodeIvyNodeBlacklist. getSelectedNode()Methods in org.apache.ivy.core.resolve that return types with arguments of type IvyNode Modifier and Type Method Description private java.util.Collection<IvyNode>ResolveEngine. computeConflicts(VisitNode node, VisitNode ancestor, java.lang.String conf, java.util.Collection<IvyNode> toevict, java.util.Collection<IvyNode> selectedNodes)Compute possible conflicts for a node, in the context of an ancestor (a node which has a dependency - direct or indirect - on the node for which conflicts should be computed.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)java.util.Collection<IvyNode>IvyNode. getAllEvictingNodes()java.util.Collection<IvyNode>IvyNodeEviction. getAllEvictingNodes()Returns null if this node has only be evicted transitively, or the the collection of selected nodes if it has been evicted by other selected nodesjava.util.Collection<IvyNode>IvyNode. getDependencies(java.lang.String rootModuleConf, java.lang.String[] confs, java.lang.String requestedConf)java.util.Collection<IvyNode>IvyNode. getDependencies(java.lang.String rootModuleConf, java.lang.String conf, java.lang.String requestedConf)Load the dependencies of the current nodejava.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<IvyNode>ResolveData. getNodes()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<IvyNode>IvyNodeEviction.EvictionData. getSelected()private java.util.Collection<IvyNode>ResolveEngine. resolveConflicts(VisitNode node, VisitNode ancestor, java.util.Collection<IvyNode> conflicts, ConflictManager conflictManager)Methods in org.apache.ivy.core.resolve with parameters of type IvyNode Modifier and Type Method Description voidIvyNode. addCaller(java.lang.String rootModuleConf, IvyNode callerNode, java.lang.String callerConf, java.lang.String requestedConf, java.lang.String[] dependencyConfs, DependencyDescriptor dd)voidIvyNodeCallers. addCaller(java.lang.String rootModuleConf, IvyNode callerNode, java.lang.String callerConf, java.lang.String requestedConf, java.lang.String[] dependencyConfs, DependencyDescriptor dd)private voidIvyNode. addDependencyDescriptor(IvyNode parent, DependencyDescriptor dd)(package private) voidResolveData. blacklist(IvyNode node)intIvyNode. compareTo(IvyNode that)private java.util.Collection<IvyNode>IvyNode. findPath(ModuleId from, IvyNode node, java.util.List<IvyNode> path)private java.lang.StringResolveEngine. getDependenciesFetchedKey(IvyNode node, java.lang.String conf)DependencyDescriptorIvyNode. getDependencyDescriptor(IvyNode parent)IvyNodeEviction.EvictionDataIvyNode. getEvictionDataInRoot(java.lang.String rootModuleConf, IvyNode ancestor)IvyNodeEviction.EvictionDataIvyNodeEviction. getEvictionDataInRoot(java.lang.String rootModuleConf, IvyNode ancestor)Returns the eviction data for this node if it has been previously evicted in the root, null otherwise (if it hasn't been evicted in root) for the given rootModuleConf.java.lang.String[]IvyNode. getRequiredConfigurations(IvyNode in, java.lang.String inConf)returns the required configurations from the given nodeprotected java.util.Collection<java.lang.String>IvyNodeUsage. getRequiredConfigurations(IvyNode in, java.lang.String inConf)(package private) VisitNodeVisitNode. gotoNode(IvyNode node)Returns a VisitNode for the given node.private booleanIvyNode. handleConfiguration(boolean loaded, java.lang.String rootModuleConf, IvyNode parent, java.lang.String parentConf, java.lang.String conf, boolean shouldBePublic, IvyNodeUsage usage)private booleanResolveEngine. isDependenciesFetched(IvyNode node, java.lang.String conf, java.util.Set<java.lang.String> fetchedSet)Returns true if we've already fetched the dependencies for this node and configurationbooleanIvyNode. loadData(java.lang.String rootModuleConf, IvyNode parent, java.lang.String parentConf, java.lang.String conf, boolean shouldBePublic, IvyNodeUsage usage)After the call node may be discarded.private voidResolveEngine. markDependenciesFetched(IvyNode node, java.lang.String conf, java.util.Set<java.lang.String> fetchedSet)voidIvyNode. markEvicted(java.lang.String rootModuleConf, IvyNode node, ConflictManager conflictManager, java.util.Collection<IvyNode> resolved)private voidIvyNode. moveToRealNode(java.lang.String rootModuleConf, IvyNode parent, java.lang.String parentConf, java.lang.String conf, boolean shouldBePublic, IvyNode resolved)(package private) voidResolveData. replaceNode(ModuleRevisionId mrid, IvyNode node, java.lang.String rootModuleConf)Updates the visit data currently associated with the given mrid with the given node and the visit nodes of the old visitData for the given rootModuleConfvoidVisitData. setNode(IvyNode node)protected voidIvyNodeUsage. setRequiredConfs(IvyNode parent, java.lang.String parentConf, java.util.Collection<java.lang.String> confs)private ModuleRevisionId[]IvyNode. toMrids(java.util.Collection<IvyNode> path, IvyNode depNode)private VisitNodeVisitNode. traverse(VisitNode parent, java.lang.String parentConf, IvyNode node, IvyNodeUsage usage)private VisitNodeVisitNode. traverseChild(java.lang.String parentConf, IvyNode child)private voidIvyNode. updateDataFrom(IvyNode node, java.lang.String rootModuleConf, boolean real)Update data in this node from data of the given node, for the given root module configuration.Method parameters in org.apache.ivy.core.resolve with type arguments of type IvyNode Modifier and Type Method Description private voidIvyNode. clearEvictionDataInAllCallers(java.lang.String rootModuleConf, java.util.Stack<IvyNode> callerStack)private java.util.Collection<IvyNode>ResolveEngine. computeConflicts(VisitNode node, VisitNode ancestor, java.lang.String conf, java.util.Collection<IvyNode> toevict, java.util.Collection<IvyNode> selectedNodes)Compute possible conflicts for a node, in the context of an ancestor (a node which has a dependency - direct or indirect - on the node for which conflicts should be computed.booleanIvyNode. doesCallersExclude(java.lang.String rootModuleConf, Artifact artifact, java.util.Deque<IvyNode> callersStack)(package private) booleanIvyNodeCallers. doesCallersExclude(java.lang.String rootModuleConf, Artifact artifact, java.util.Deque<IvyNode> callersStack)(package private) java.lang.BooleanIvyNode. doesExclude(ModuleDescriptor md, java.lang.String rootModuleConf, java.lang.String[] moduleConfs, DependencyDescriptor dd, Artifact artifact, java.util.Deque<IvyNode> callersStack)private java.util.Collection<IvyNode>IvyNode. findPath(ModuleId from, IvyNode node, java.util.List<IvyNode> path)private voidResolveEngine. handleTransitiveEviction(ModuleDescriptor md, java.lang.String[] confs, ResolveData data, java.util.List<IvyNode> sortedDependencies)voidIvyNode. markEvicted(java.lang.String rootModuleConf, IvyNode node, ConflictManager conflictManager, java.util.Collection<IvyNode> resolved)voidVisitNode. markEvicted(VisitNode parent, ConflictManager conflictMgr, java.util.Collection<IvyNode> selected)Marks the current node as evicted by the the given selected IvyNodes, in the given parent and root module configuration, with the givenConflictManagerprivate booleanResolveEngine. resolveConflict(VisitNode node, VisitNode ancestor, java.lang.String conf, java.util.Collection<IvyNode> toevict)Resolves conflict for the given node in the given ancestor.private java.util.Collection<IvyNode>ResolveEngine. resolveConflicts(VisitNode node, VisitNode ancestor, java.util.Collection<IvyNode> conflicts, ConflictManager conflictManager)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)private ModuleRevisionId[]IvyNode. toMrids(java.util.Collection<IvyNode> path, IvyNode depNode)Constructors in org.apache.ivy.core.resolve with parameters of type IvyNode Constructor Description EvictionData(java.lang.String rootModuleConf, IvyNode parent, ConflictManager conflictManager, java.util.Collection<IvyNode> selected)Creates a new object containing the eviction data of anIvyNode.EvictionData(java.lang.String rootModuleConf, IvyNode parent, ConflictManager conflictManager, java.util.Collection<IvyNode> selected, java.lang.String detail)Creates a new object containing the eviction data of anIvyNode.IvyNode(ResolveData data, IvyNode parent, DependencyDescriptor dd)IvyNodeBlacklist(IvyNode conflictParent, IvyNode selectedNode, IvyNode evictedNode, IvyNode blacklistedNode, java.lang.String rootModuleConf)IvyNodeCallers(IvyNode node)IvyNodeEviction(IvyNode node)IvyNodeUsage(IvyNode node)NodeConf(IvyNode node, java.lang.String conf)VisitData(IvyNode node)VisitNode(ResolveData data, IvyNode node, VisitNode parent, java.lang.String rootModuleConf, java.lang.String parentConf)VisitNode(ResolveData data, IvyNode node, VisitNode parent, java.lang.String rootModuleConf, java.lang.String parentConf, IvyNodeUsage usage)Constructor parameters in org.apache.ivy.core.resolve with type arguments of type IvyNode Constructor Description EvictionData(java.lang.String rootModuleConf, IvyNode parent, ConflictManager conflictManager, java.util.Collection<IvyNode> selected)Creates a new object containing the eviction data of anIvyNode.EvictionData(java.lang.String rootModuleConf, IvyNode parent, ConflictManager conflictManager, java.util.Collection<IvyNode> selected, java.lang.String detail)Creates a new object containing the eviction data of anIvyNode. -
Uses of IvyNode in org.apache.ivy.core.sort
Methods in org.apache.ivy.core.sort that return types with arguments of type IvyNode Modifier and Type Method Description java.util.List<IvyNode>SortEngine. sortNodes(java.util.Collection<IvyNode> nodes, SortOptions options)Same asSortEngine.sortModuleDescriptors(Collection, SortOptions)but forIvyNodes.Method parameters in org.apache.ivy.core.sort with type arguments of type IvyNode Modifier and Type Method Description java.util.List<IvyNode>SortEngine. sortNodes(java.util.Collection<IvyNode> nodes, SortOptions options)Same asSortEngine.sortModuleDescriptors(Collection, SortOptions)but forIvyNodes. -
Uses of IvyNode in org.apache.ivy.plugins.conflict
Fields in org.apache.ivy.plugins.conflict declared as IvyNode Modifier and Type Field Description private IvyNodeLatestConflictManager.IvyNodeArtifactInfo. nodeMethods in org.apache.ivy.plugins.conflict that return IvyNode Modifier and Type Method Description IvyNodeLatestConflictManager.IvyNodeArtifactInfo. getNode()Methods in org.apache.ivy.plugins.conflict that return types with arguments of type IvyNode Modifier and Type Method Description java.util.Collection<IvyNode>ConflictManager. resolveConflicts(IvyNode parent, java.util.Collection<IvyNode> conflicts)Resolves the eventual conflicts found in the given collection of IvyNode.java.util.Collection<IvyNode>FixedConflictManager. resolveConflicts(IvyNode parent, java.util.Collection<IvyNode> conflicts)java.util.Collection<IvyNode>LatestCompatibleConflictManager. resolveConflicts(IvyNode parent, java.util.Collection<IvyNode> conflicts)java.util.Collection<IvyNode>LatestConflictManager. resolveConflicts(IvyNode parent, java.util.Collection<IvyNode> conflicts)java.util.Collection<IvyNode>NoConflictManager. resolveConflicts(IvyNode parent, java.util.Collection<IvyNode> conflicts)java.util.Collection<IvyNode>RegexpConflictManager. resolveConflicts(IvyNode parent, java.util.Collection<IvyNode> conflicts)java.util.Collection<IvyNode>StrictConflictManager. resolveConflicts(IvyNode parent, java.util.Collection<IvyNode> conflicts)Methods in org.apache.ivy.plugins.conflict with parameters of type IvyNode Modifier and Type Method Description private java.util.Collection<IvyNodeBlacklist>LatestCompatibleConflictManager. blackListIncompatibleCaller(VersionMatcher versionMatcher, IvyNode conflictParent, IvyNode selectedNode, IvyNode evictedNode, java.util.Stack<IvyNode> callerStack)Tries to blacklist exactly one version for all callers paths.private voidLatestCompatibleConflictManager. blackListIncompatibleCallerAndRestartResolveIfPossible(IvySettings settings, IvyNode parent, IvyNode selected, IvyNode evicted)private java.lang.StringRegexpConflictManager. getMatch(IvyNode node)private booleanLatestCompatibleConflictManager. handleIncompatibleCaller(java.util.Stack<IvyNode> callerStack, IvyNode node, IvyNode callerNode, IvyNode conflictParent, IvyNode selectedNode, IvyNode evictedNode, java.util.Collection<IvyNodeBlacklist> blacklisted, VersionMatcher versionMatcher)private booleanLatestCompatibleConflictManager. handleIncompatibleConflict(IvyNode parent, java.util.Collection<IvyNode> conflicts, IvyNode node, IvyNode other)Handles an incompatible conflictprotected voidLatestCompatibleConflictManager. handleUnsolvableConflict(IvyNode parent, java.util.Collection<IvyNode> conflicts, IvyNode node1, IvyNode node2)private booleanRegexpConflictManager. matchEquals(IvyNode lastNode, IvyNode node)private booleanRegexpConflictManager. nodeIsGreater(IvyNode node, IvyNode lastNode)java.util.Collection<IvyNode>ConflictManager. resolveConflicts(IvyNode parent, java.util.Collection<IvyNode> conflicts)Resolves the eventual conflicts found in the given collection of IvyNode.java.util.Collection<IvyNode>FixedConflictManager. resolveConflicts(IvyNode parent, java.util.Collection<IvyNode> conflicts)java.util.Collection<IvyNode>LatestCompatibleConflictManager. resolveConflicts(IvyNode parent, java.util.Collection<IvyNode> conflicts)java.util.Collection<IvyNode>LatestConflictManager. resolveConflicts(IvyNode parent, java.util.Collection<IvyNode> conflicts)java.util.Collection<IvyNode>NoConflictManager. resolveConflicts(IvyNode parent, java.util.Collection<IvyNode> conflicts)java.util.Collection<IvyNode>RegexpConflictManager. resolveConflicts(IvyNode parent, java.util.Collection<IvyNode> conflicts)java.util.Collection<IvyNode>StrictConflictManager. resolveConflicts(IvyNode parent, java.util.Collection<IvyNode> conflicts)Method parameters in org.apache.ivy.plugins.conflict with type arguments of type IvyNode Modifier and Type Method Description private java.util.Collection<IvyNodeBlacklist>LatestCompatibleConflictManager. blackListIncompatibleCaller(VersionMatcher versionMatcher, IvyNode conflictParent, IvyNode selectedNode, IvyNode evictedNode, java.util.Stack<IvyNode> callerStack)Tries to blacklist exactly one version for all callers paths.private booleanLatestCompatibleConflictManager. handleIncompatibleCaller(java.util.Stack<IvyNode> callerStack, IvyNode node, IvyNode callerNode, IvyNode conflictParent, IvyNode selectedNode, IvyNode evictedNode, java.util.Collection<IvyNodeBlacklist> blacklisted, VersionMatcher versionMatcher)private booleanLatestCompatibleConflictManager. handleIncompatibleConflict(IvyNode parent, java.util.Collection<IvyNode> conflicts, IvyNode node, IvyNode other)Handles an incompatible conflictprotected voidLatestCompatibleConflictManager. handleUnsolvableConflict(IvyNode parent, java.util.Collection<IvyNode> conflicts, IvyNode node1, IvyNode node2)java.util.Collection<IvyNode>ConflictManager. resolveConflicts(IvyNode parent, java.util.Collection<IvyNode> conflicts)Resolves the eventual conflicts found in the given collection of IvyNode.java.util.Collection<IvyNode>FixedConflictManager. resolveConflicts(IvyNode parent, java.util.Collection<IvyNode> conflicts)java.util.Collection<IvyNode>LatestCompatibleConflictManager. resolveConflicts(IvyNode parent, java.util.Collection<IvyNode> conflicts)java.util.Collection<IvyNode>LatestConflictManager. resolveConflicts(IvyNode parent, java.util.Collection<IvyNode> conflicts)java.util.Collection<IvyNode>NoConflictManager. resolveConflicts(IvyNode parent, java.util.Collection<IvyNode> conflicts)java.util.Collection<IvyNode>RegexpConflictManager. resolveConflicts(IvyNode parent, java.util.Collection<IvyNode> conflicts)java.util.Collection<IvyNode>StrictConflictManager. resolveConflicts(IvyNode parent, java.util.Collection<IvyNode> conflicts)protected ArtifactInfo[]LatestConflictManager. toArtifactInfo(java.util.Collection<IvyNode> conflicts)Constructors in org.apache.ivy.plugins.conflict with parameters of type IvyNode Constructor Description IvyNodeArtifactInfo(IvyNode dep)StrictConflictException(IvyNode node1, IvyNode node2) -
Uses of IvyNode in org.apache.ivy.plugins.report
Methods in org.apache.ivy.plugins.report with parameters of type IvyNode Modifier and Type Method Description private voidXmlReportWriter. outputArtifacts(ConfigurationResolveReport report, java.io.PrintWriter out, IvyNode dep)private voidXmlReportWriter. outputCallers(ConfigurationResolveReport report, java.io.PrintWriter out, IvyNode dep)private voidXmlReportWriter. outputEvictionInformation(ConfigurationResolveReport report, java.io.PrintWriter out, IvyNode dep)private voidXmlReportWriter. outputMetadataArtifact(java.io.PrintWriter out, IvyNode dep)private voidXmlReportWriter. outputRevision(ConfigurationResolveReport report, java.io.PrintWriter out, java.util.List<ModuleRevisionId> dependencies, IvyNode dep) -
Uses of IvyNode in org.apache.ivy.plugins.resolver
Methods in org.apache.ivy.plugins.resolver that return IvyNode Modifier and Type Method Description protected IvyNodeAbstractResolver. getSystemNode(ResolveData data, ModuleRevisionId resolvedMrid)
-