org.apache.maven.archiva.dependency.graph.functors
Class 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.

Version:
$Id: EdgeScopeClosure.java 562485 2007-08-03 14:44:15Z joakime $
Author:
Joakim Erdfelt

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


Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.