org.jvnet.maven.plugin.antrun
Class GroupIdFilter

java.lang.Object
  extended by org.apache.tools.ant.ProjectComponent
      extended by org.jvnet.maven.plugin.antrun.GraphFilter
          extended by org.jvnet.maven.plugin.antrun.ListFilter
              extended by org.jvnet.maven.plugin.antrun.GroupIdFilter
All Implemented Interfaces:
java.lang.Cloneable, GraphVisitor

public class GroupIdFilter
extends ListFilter

Author:
Kohsuke Kawaguchi

Field Summary
 
Fields inherited from class org.jvnet.maven.plugin.antrun.GraphFilter
children
 
Fields inherited from class org.apache.tools.ant.ProjectComponent
description, location, project
 
Constructor Summary
GroupIdFilter()
           
 
Method Summary
 void setNot(java.lang.String v)
           
 void setValue(java.lang.String v)
           
 boolean visit(DependencyGraph.Node node)
          Visits a node.
 
Methods inherited from class org.jvnet.maven.plugin.antrun.ListFilter
process, visit
 
Methods inherited from class org.jvnet.maven.plugin.antrun.GraphFilter
add, evaluateChild, evaluateChild
 
Methods inherited from class org.apache.tools.ant.ProjectComponent
clone, getDescription, getLocation, getProject, log, log, setDescription, setLocation, setProject
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GroupIdFilter

public GroupIdFilter()
Method Detail

setValue

public void setValue(java.lang.String v)

setNot

public void setNot(java.lang.String v)

visit

public boolean visit(DependencyGraph.Node node)
Description copied from interface: GraphVisitor
Visits a node.

Returns:
false to cut the traversal here and don't visit any of forward edges from this node.


Copyright © 2011. All Rights Reserved.