Uses of Class
org.apache.ivy.core.resolve.IvyNodeBlacklist
-
Packages that use IvyNodeBlacklist Package Description org.apache.ivy.core.resolve org.apache.ivy.plugins.conflict -
-
Uses of IvyNodeBlacklist in org.apache.ivy.core.resolve
Fields in org.apache.ivy.core.resolve with type parameters of type IvyNodeBlacklist Modifier and Type Field Description private java.util.Map<java.lang.String,IvyNodeBlacklist>
IvyNodeUsage. blacklisted
Methods in org.apache.ivy.core.resolve that return IvyNodeBlacklist Modifier and Type Method Description IvyNodeBlacklist
IvyNode. getBlacklistData(java.lang.String rootModuleConf)
Returns the blacklist data of this node in the given root module conf, ornull
if this node is not blacklisted in this root module conf.protected IvyNodeBlacklist
IvyNodeUsage. getBlacklistData(java.lang.String rootModuleConf)
Returns the blacklist data of this node in the given root module conf, ornull
if this node is not blacklisted in this root module conf.Methods in org.apache.ivy.core.resolve with parameters of type IvyNodeBlacklist Modifier and Type Method Description void
IvyNode. blacklist(IvyNodeBlacklist bdata)
Blacklists the current node, so that a new resolve process won't ever consider this node as available in the repository.protected void
IvyNodeUsage. blacklist(IvyNodeBlacklist bdata)
-
Uses of IvyNodeBlacklist in org.apache.ivy.plugins.conflict
Methods in org.apache.ivy.plugins.conflict that return types with arguments of type IvyNodeBlacklist 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.Method parameters in org.apache.ivy.plugins.conflict with type arguments of type IvyNodeBlacklist Modifier and Type Method Description private boolean
LatestCompatibleConflictManager. handleIncompatibleCaller(java.util.Stack<IvyNode> callerStack, IvyNode node, IvyNode callerNode, IvyNode conflictParent, IvyNode selectedNode, IvyNode evictedNode, java.util.Collection<IvyNodeBlacklist> blacklisted, VersionMatcher versionMatcher)
-