This project has retired. For details please refer to its
Attic page.
ReduceTransitiveEdgesTask
org.apache.maven.archiva.dependency.graph.tasks
Class ReduceTransitiveEdgesTask
java.lang.Object
org.apache.maven.archiva.dependency.graph.tasks.ReduceTransitiveEdgesTask
- All Implemented Interfaces:
- GraphTask
public class ReduceTransitiveEdgesTask
- extends java.lang.Object
- implements GraphTask
ReduceTransitiveEdgesTask
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReduceTransitiveEdgesTask
public ReduceTransitiveEdgesTask()
executeTask
public void executeTask(DependencyGraph graph)
- Description copied from interface:
GraphTask
- Execute the Graph Task.
- Specified by:
executeTask
in interface GraphTask
- Parameters:
graph
- the graph to execute the task on.
getTaskId
public java.lang.String getTaskId()
- Description copied from interface:
GraphTask
- Get the id for this task.
- Specified by:
getTaskId
in interface GraphTask
- Returns:
- the id for this task. (used in Exception messages and
GraphPhaseEvent
)