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