org.jvnet.maven.plugin.antrun
public final class ScopeFilter extends GraphFilter implements GraphVisitor
DependencyGraph
by only traversing the given scope.children
Constructor and Description |
---|
ScopeFilter() |
ScopeFilter(java.util.Collection<java.lang.String> scopes) |
ScopeFilter(java.lang.String... scopes) |
Modifier and Type | Method and Description |
---|---|
DependencyGraph |
process() |
void |
setLevel(java.lang.String level) |
boolean |
visit(DependencyGraph.Edge edge)
Visits an edge.
|
boolean |
visit(DependencyGraph.Node node)
Visits a node.
|
add, evaluateChild, evaluateChild
public ScopeFilter(java.util.Collection<java.lang.String> scopes)
public ScopeFilter(java.lang.String... scopes)
public ScopeFilter()
public void setLevel(java.lang.String level)
public DependencyGraph process()
process
in class GraphFilter
public boolean visit(DependencyGraph.Edge edge)
GraphVisitor
visit
in interface GraphVisitor
public boolean visit(DependencyGraph.Node node)
GraphVisitor
visit
in interface GraphVisitor
Copyright © 2014. All Rights Reserved.