org.apache.ivy.core.resolve
Class IvyNodeEviction.EvictionData

java.lang.Object
  extended by org.apache.ivy.core.resolve.IvyNodeEviction.EvictionData
Enclosing class:
IvyNodeEviction

public static class IvyNodeEviction.EvictionData
extends java.lang.Object


Constructor Summary
IvyNodeEviction.EvictionData(java.lang.String rootModuleConf, IvyNode parent, ConflictManager conflictManager, java.util.Collection selected)
           
 
Method Summary
 ConflictManager getConflictManager()
           
 IvyNode getParent()
           
 java.lang.String getRootModuleConf()
           
 java.util.Collection getSelected()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IvyNodeEviction.EvictionData

public IvyNodeEviction.EvictionData(java.lang.String rootModuleConf,
                                    IvyNode parent,
                                    ConflictManager conflictManager,
                                    java.util.Collection selected)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

getConflictManager

public ConflictManager getConflictManager()

getParent

public IvyNode getParent()

getSelected

public java.util.Collection getSelected()

getRootModuleConf

public java.lang.String getRootModuleConf()