@ThreadSafe public final class FilenameFilterEndsWith extends Object implements FilenameFilter
String.endsWith(String) so it is case
sensitive.| Constructor and Description |
|---|
FilenameFilterEndsWith(String sSuffix) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(File aDir,
String sName) |
String |
getSuffix() |
String |
toString() |
Copyright © 2014 Philip Helger. All rights reserved.