org.apache.maven.archiva.dependency.graph.tasks
Class FlagExcludedEdgesTask

java.lang.Object
  extended by org.apache.maven.archiva.dependency.graph.tasks.FlagExcludedEdgesTask
All Implemented Interfaces:
GraphTask

public class FlagExcludedEdgesTask
extends java.lang.Object
implements GraphTask

FlagExcludedEdgesTask

Version:
$Id: FlagExcludedEdgesTask.java 562485 2007-08-03 14:44:15Z joakime $
Author:
Joakim Erdfelt

Constructor Summary
FlagExcludedEdgesTask()
           
 
Method Summary
 void executeTask(DependencyGraph graph)
          Execute the Graph Task.
 java.lang.String getTaskId()
          Get the id for this task.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FlagExcludedEdgesTask

public FlagExcludedEdgesTask()
Method Detail

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)


Copyright © 2002-2007 Apache Software Foundation. All Rights Reserved.