A general purpose object filter that uses a JoSQL statement to provide the filtering.
The value returned by the
DefaultObjectFilter.accept(Object) method is determined by executing the
JoSQL WHERE clause passed in.
A
FileFilter that uses a JoSQL statement to provide the filtering.
The value returned by the
JoSQLSwingFileFilter.accept(File) method is determined by executing the
WHERE clause of a JoSQL statement on each File passed in.