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. blacklistedMethods in org.apache.ivy.core.resolve that return IvyNodeBlacklist Modifier and Type Method Description IvyNodeBlacklistIvyNode. getBlacklistData(java.lang.String rootModuleConf)Returns the blacklist data of this node in the given root module conf, ornullif this node is not blacklisted in this root module conf.protected IvyNodeBlacklistIvyNodeUsage. getBlacklistData(java.lang.String rootModuleConf)Returns the blacklist data of this node in the given root module conf, ornullif 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 voidIvyNode. 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 voidIvyNodeUsage. 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 booleanLatestCompatibleConflictManager. handleIncompatibleCaller(java.util.Stack<IvyNode> callerStack, IvyNode node, IvyNode callerNode, IvyNode conflictParent, IvyNode selectedNode, IvyNode evictedNode, java.util.Collection<IvyNodeBlacklist> blacklisted, VersionMatcher versionMatcher)
-