This project has retired. For details please refer to its
Attic page.
EdgeScopeClosure
org.apache.maven.archiva.dependency.graph.functors
Class EdgeScopeClosure
java.lang.Object
org.apache.maven.archiva.dependency.graph.functors.EdgeScopeClosure
- All Implemented Interfaces:
- org.apache.commons.collections.Closure
public class EdgeScopeClosure
- extends java.lang.Object
- implements org.apache.commons.collections.Closure
Closure to set the edge scope.
Method Summary |
void |
execute(java.lang.Object input)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EdgeScopeClosure
public EdgeScopeClosure(java.lang.String scope)
execute
public void execute(java.lang.Object input)
- Specified by:
execute
in interface org.apache.commons.collections.Closure