This project has retired. For details please refer to its Attic page.
EdgeScopeClosure

org.apache.maven.archiva.dependency.graph.functors
Class EdgeScopeClosure

Package class diagram package EdgeScopeClosure
java.lang.Object
  extended by 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.


Constructor Summary
EdgeScopeClosure(java.lang.String 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
 

Constructor Detail

EdgeScopeClosure

public EdgeScopeClosure(java.lang.String scope)
Method Detail

execute

public void execute(java.lang.Object input)
Specified by:
execute in interface org.apache.commons.collections.Closure