public final class ScopeFilter extends GraphFilter implements GraphVisitor
DependencyGraph by only traversing the given scope.children| Constructor and Description |
|---|
ScopeFilter() |
ScopeFilter(Collection<String> scopes) |
ScopeFilter(String... scopes) |
| Modifier and Type | Method and Description |
|---|---|
DependencyGraph |
process() |
void |
setLevel(String level) |
boolean |
visit(DependencyGraph.Edge edge)
Visits an edge.
|
boolean |
visit(DependencyGraph.Node node)
Visits a node.
|
add, evaluateChild, evaluateChildpublic ScopeFilter(Collection<String> scopes)
public ScopeFilter(String... scopes)
public ScopeFilter()
public void setLevel(String level)
public DependencyGraph process()
process in class GraphFilterpublic boolean visit(DependencyGraph.Edge edge)
GraphVisitorvisit in interface GraphVisitorpublic boolean visit(DependencyGraph.Node node)
GraphVisitorvisit in interface GraphVisitorCopyright © 2014. All rights reserved.