net.sf.eos.config
Class ConfigurationKey.AlwaysTruePredicate

java.lang.Object
  extended by net.sf.eos.config.ConfigurationKey.AlwaysTruePredicate
All Implemented Interfaces:
Predicate<String>
Enclosing class:
ConfigurationKey

public static final class ConfigurationKey.AlwaysTruePredicate
extends Object
implements Predicate<String>

The predicate always returns true.

Author:
Sascha Kohlmann

Constructor Summary
ConfigurationKey.AlwaysTruePredicate()
           
 
Method Summary
 boolean evaluate(String value)
          Evaluates this predicate for the given value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface net.sf.eos.Predicate
equals
 

Constructor Detail

ConfigurationKey.AlwaysTruePredicate

public ConfigurationKey.AlwaysTruePredicate()
Method Detail

evaluate

public boolean evaluate(String value)
Description copied from interface: Predicate
Evaluates this predicate for the given value.

Specified by:
evaluate in interface Predicate<String>
Parameters:
value - will be ignored.
Returns:
always true


Copyright © 2008. All Rights Reserved.