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