org.apache.archiva.consumers.functors
Class PermanentConsumerPredicate

java.lang.Object
  extended by org.apache.archiva.consumers.functors.PermanentConsumerPredicate
All Implemented Interfaces:
org.apache.commons.collections.Predicate

public class PermanentConsumerPredicate
extends Object
implements org.apache.commons.collections.Predicate

Selects Consumers that are flaged as 'permanent'.


Constructor Summary
PermanentConsumerPredicate()
           
 
Method Summary
 boolean evaluate(Object object)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PermanentConsumerPredicate

public PermanentConsumerPredicate()
Method Detail

evaluate

public boolean evaluate(Object object)
Specified by:
evaluate in interface org.apache.commons.collections.Predicate


Copyright © 2006-2013 The Apache Software Foundation. All Rights Reserved.