org.jvnet.maven.plugin.antrun
Class ScopeFilter
java.lang.Object
org.apache.tools.ant.ProjectComponent
org.jvnet.maven.plugin.antrun.GraphFilter
org.jvnet.maven.plugin.antrun.ScopeFilter
- All Implemented Interfaces:
- Cloneable, GraphVisitor
public final class ScopeFilter
- extends GraphFilter
- implements GraphVisitor
Filter out a DependencyGraph
by only traversing the given scope.
- Author:
- Kohsuke Kawaguchi, Paul Sterk
Fields inherited from class org.apache.tools.ant.ProjectComponent |
description, location, project |
Methods inherited from class org.apache.tools.ant.ProjectComponent |
clone, getDescription, getLocation, getProject, log, log, setDescription, setLocation, setProject |
ScopeFilter
public ScopeFilter(Collection<String> scopes)
ScopeFilter
public ScopeFilter(String... scopes)
ScopeFilter
public ScopeFilter()
setLevel
public void setLevel(String level)
process
public DependencyGraph process()
- Specified by:
process
in class GraphFilter
visit
public boolean visit(DependencyGraph.Edge edge)
- Description copied from interface:
GraphVisitor
- Visits an edge.
- Specified by:
visit
in interface GraphVisitor
- Returns:
- false to cut the traversal here and don't visit
its destination node.
visit
public boolean visit(DependencyGraph.Node node)
- Description copied from interface:
GraphVisitor
- Visits a node.
- Specified by:
visit
in interface GraphVisitor
- Returns:
- false to cut the traversal here and don't visit
any of forward edges from this node.
Copyright © 2011. All Rights Reserved.