net.sf.staccatocommons.io
Class IOPredicates
java.lang.Object
net.sf.staccatocommons.io.IOPredicates
Deprecated. use Files instead
@Deprecated
public class IOPredicates
- extends Object
- Author:
- flbulgarelli
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IOPredicates
public IOPredicates()
- Deprecated.
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