Uses of Class
org.apache.ivy.core.resolve.IvyNodeBlacklist
Packages that use IvyNodeBlacklist
-
Uses of IvyNodeBlacklist in org.apache.ivy.core.resolve
Fields in org.apache.ivy.core.resolve with type parameters of type IvyNodeBlacklistMethods in org.apache.ivy.core.resolve that return IvyNodeBlacklistModifier and TypeMethodDescriptionIvyNode.getBlacklistData
(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
(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 IvyNodeBlacklistModifier and TypeMethodDescriptionvoid
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 IvyNodeBlacklistModifier and TypeMethodDescriptionprivate Collection<IvyNodeBlacklist>
LatestCompatibleConflictManager.blackListIncompatibleCaller
(VersionMatcher versionMatcher, IvyNode conflictParent, IvyNode selectedNode, IvyNode evictedNode, 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 IvyNodeBlacklistModifier and TypeMethodDescriptionprivate boolean
LatestCompatibleConflictManager.handleIncompatibleCaller
(Stack<IvyNode> callerStack, IvyNode node, IvyNode callerNode, IvyNode conflictParent, IvyNode selectedNode, IvyNode evictedNode, Collection<IvyNodeBlacklist> blacklisted, VersionMatcher versionMatcher)