net.sf.staccatocommons.io
Class FilePredicate

java.lang.Object
  extended by net.sf.staccatocommons.lang.predicate.AbstractPredicate<T>
      extended by net.sf.staccatocommons.lang.predicate.internal.TopLevelPredicate<File>
          extended by net.sf.staccatocommons.io.internal.FilePredicate
              extended by net.sf.staccatocommons.io.FilePredicate
All Implemented Interfaces:
FileFilter, Serializable, net.sf.staccatocommons.defs.Applicable<File,Boolean>, net.sf.staccatocommons.defs.Evaluable<File>, net.sf.staccatocommons.defs.predicate.Predicate<File>

Deprecated. internal usage only

@Deprecated
public class FilePredicate
extends FilePredicate

A AbstractPredicate that wraps a FileFilter and acts as a FileFilter api to Evaluable api bridge

Author:
flbulgarelli
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class net.sf.staccatocommons.lang.predicate.AbstractPredicate
AbstractPredicate.Soft<A>
 
Constructor Summary
FilePredicate(FileFilter fileFilter)
          Deprecated. Creates a new FilePredicate
 
Method Summary
 
Methods inherited from class net.sf.staccatocommons.io.internal.FilePredicate
accept, eval
 
Methods inherited from class net.sf.staccatocommons.lang.predicate.internal.TopLevelPredicate
toString
 
Methods inherited from class net.sf.staccatocommons.lang.predicate.AbstractPredicate
and, andNotNull, apply, not, of, or, orNull, withEffectOnFalse, withEffectOnTrue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FilePredicate

public FilePredicate(FileFilter fileFilter)
Deprecated. 
Creates a new FilePredicate



Copyright © 2010-2012 Staccatocommons. All Rights Reserved.