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 net.sf.staccatocommons.defs.predicate.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 net.sf.staccatocommons.defs.predicate.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


Copyright © 2010-2012 StaccatoCommons. All Rights Reserved.