org.fuin.utils4j.filter
Interface Filter

All Known Implementing Classes:
AndFilter, BooleanFilter, BooleanPropertyFilter, ComparableFilter, ComparablePropertyFilter, IntegerFilter, IntegerPropertyFilter, ListFilter, OrFilter, PropertyFilter, RegExprFilter, RegExprPropertyFilter, StringFilter, StringPropertyFilter, TokenFilter, TokenPropertyFilter

public interface Filter

Defines a filter condition.


Method Summary
 boolean complies(java.lang.Object obj)
          Checks if the argument complies with the condition of the filter.
 

Method Detail

complies

boolean complies(java.lang.Object obj)
Checks if the argument complies with the condition of the filter.

Parameters:
obj - Object to be tested for compliance
Returns:
If object complies TRUE else FALSE is returned.


Copyright © 2009 Future Invent Informationsmanagement GmbH. All Rights Reserved.