This project has retired. For details please refer to its
Attic page.
DependencyResolutionEvent
org.apache.maven.archiva.dependency.graph
Class DependencyResolutionEvent
java.lang.Object
org.apache.maven.archiva.dependency.graph.DependencyResolutionEvent
public class DependencyResolutionEvent
- extends java.lang.Object
DependencyResolutionEvent
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
DependencyResolutionEvent
public DependencyResolutionEvent(int type,
DependencyGraph graph)
getGraph
public DependencyGraph getGraph()
getType
public int getType()