com.myjavaworld.util
Interface Filter

All Known Implementing Classes:
DateFilter, RegexFilter, RemoteFileFilter

public interface Filter

Version:
1.0
Author:
Sai Pullabhotla, psai [at] jMethods [dot] com

Method Summary
 boolean accept(Object obj)
          Whether or not the given object will pass through this filter.
 

Method Detail

accept

boolean accept(Object obj)
Whether or not the given object will pass through this filter.

Parameters:
obj - The object to test.
Returns:
true, if the object will pass through this filter. false otherwise.


Copyright © 2000-2012 jMethods, Inc.. All Rights Reserved.