org.jvnet.maven.plugin.antrun
public abstract class ListFilter extends GraphFilter implements GraphVisitor
ListFilter
is a special kind of GraphFilter
that only filters graph based on DependencyGraph.Node
.
This kind of filters can be applied on a list of nodes.
children
Constructor and Description |
---|
ListFilter() |
Modifier and Type | Method and Description |
---|---|
DependencyGraph |
process() |
boolean |
visit(DependencyGraph.Edge edge)
Visits an edge.
|
add, evaluateChild, evaluateChild
clone, getDescription, getLocation, getProject, log, log, setDescription, setLocation, setProject
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
visit
public final DependencyGraph process()
process
in class GraphFilter
public final boolean visit(DependencyGraph.Edge edge)
GraphVisitor
visit
in interface GraphVisitor
Copyright © 2014. All Rights Reserved.