net.sf.staccatocommons.io
Class IOPredicates

java.lang.Object
  extended by net.sf.staccatocommons.io.IOPredicates

Deprecated. use Files instead

@Deprecated
public class IOPredicates
extends Object

Author:
flbulgarelli

Constructor Summary
IOPredicates()
          Deprecated.  
 
Method Summary
static Predicate<File> suffix(String... suffixes)
          Deprecated. use Files.suffix(String...) instead
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IOPredicates

public IOPredicates()
Deprecated. 
Method Detail

suffix

@Deprecated
public static Predicate<File> suffix(@NonNull
                                                String... suffixes)
Deprecated. use Files.suffix(String...) instead

Answers a predicate that evaluates if a file ends with a given suffix

Parameters:
suffixes -
Returns:
a new Predicate
See Also:
SuffixFileFilter


Get Staccatocommons at SourceForge.net. Fast, secure and Free Open Source software downloads