fr.jayasoft.ivy
Class IvyNode.EvictionData

java.lang.Object
  extended by fr.jayasoft.ivy.IvyNode.EvictionData
Enclosing class:
IvyNode

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


Constructor Summary
IvyNode.EvictionData(java.lang.String rootModuleConf, IvyNode node, ConflictManager conflictManager, java.util.Collection selected)
           
 
Method Summary
 ConflictManager getConflictManager()
           
 IvyNode getNode()
           
 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

IvyNode.EvictionData

public IvyNode.EvictionData(java.lang.String rootModuleConf,
                            IvyNode node,
                            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()

getNode

public IvyNode getNode()

getSelected

public java.util.Collection getSelected()

getRootModuleConf

public java.lang.String getRootModuleConf()