This project has retired. For details please refer to its Attic page.
DependencyResolutionEvent

org.apache.maven.archiva.dependency.graph
Class DependencyResolutionEvent

Package class diagram package DependencyResolutionEvent
java.lang.Object
  extended by org.apache.maven.archiva.dependency.graph.DependencyResolutionEvent

public class DependencyResolutionEvent
extends java.lang.Object

DependencyResolutionEvent


Field Summary
static int ADDING_MODEL
           
static int APPLYING_DEPENDENCY_MANAGEMENT
           
static int CYCLE_BROKEN
           
static int DEP_CONFLICT_OMIT_FOR_NEARER
           
 
Constructor Summary
DependencyResolutionEvent(int type, DependencyGraph graph)
           
 
Method Summary
 DependencyGraph getGraph()
           
 int getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ADDING_MODEL

public static final int ADDING_MODEL
See Also:
Constant Field Values

DEP_CONFLICT_OMIT_FOR_NEARER

public static final int DEP_CONFLICT_OMIT_FOR_NEARER
See Also:
Constant Field Values

CYCLE_BROKEN

public static final int CYCLE_BROKEN
See Also:
Constant Field Values

APPLYING_DEPENDENCY_MANAGEMENT

public static final int APPLYING_DEPENDENCY_MANAGEMENT
See Also:
Constant Field Values
Constructor Detail

DependencyResolutionEvent

public DependencyResolutionEvent(int type,
                                 DependencyGraph graph)
Method Detail

getGraph

public DependencyGraph getGraph()

getType

public int getType()