|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.maven.archiva.dependency.graph.GraphPhaseEvent
public class GraphPhaseEvent
GraphPhaseEvent
Field Summary | |
---|---|
static int |
GRAPH_DONE
Graph Phase Event Type - All Graph Tasks are done. |
static int |
GRAPH_NEW
Graph Phase Event Type - New Graph has been created. |
static int |
GRAPH_TASK_POST
Graph Phase Event Type - Graph Task has finished. |
static int |
GRAPH_TASK_PRE
Graph Phase Event Type - Graph Task is about to run. |
Constructor Summary | |
---|---|
GraphPhaseEvent(int type,
GraphTask task,
DependencyGraph graph)
|
Method Summary | |
---|---|
DependencyGraph |
getGraph()
|
GraphTask |
getTask()
|
int |
getType()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int GRAPH_NEW
getTask()
will be null for this type.
public static final int GRAPH_TASK_PRE
public static final int GRAPH_TASK_POST
public static final int GRAPH_DONE
getTask()
will be null for this type.
Constructor Detail |
---|
public GraphPhaseEvent(int type, GraphTask task, DependencyGraph graph)
Method Detail |
---|
public DependencyGraph getGraph()
public GraphTask getTask()
public int getType()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |