org.apache.ivy.core.resolve
public static class IvyNodeEviction.EvictionData extends Object
Constructor Summary | |
---|---|
EvictionData(String rootModuleConf, IvyNode parent, ConflictManager conflictManager, Collection selected)
Creates a new object containing the eviction data of an IvyNode.
| |
EvictionData(String rootModuleConf, IvyNode parent, ConflictManager conflictManager, Collection selected, String detail)
Creates a new object containing the eviction data of an IvyNode.
|
Method Summary | |
---|---|
ConflictManager | getConflictManager() |
String | getDetail() |
IvyNode | getParent() |
String | getRootModuleConf() |
Collection | getSelected() |
boolean | isTransitivelyEvicted() |
String | toString() |
Parameters: rootModuleConf the root module configuration parent the parent node (or null in case of transitive eviction) conflictManager the conflict manager which evicted the node (or null in case of transitive eviction) selected a collection of IvyNodes which evict the evicted node (or null in case of transitive eviction)
Parameters: rootModuleConf the root module configuration parent the parent node (or null in case of transitive eviction) conflictManager the conflict manager which evicted the node (or null in case of transitive eviction) selected a collection of IvyNodes which evict the evicted node (or null in case of transitive eviction) detail a String detailing the reason why the node was evicted