public static class Context.FilePicker
extends java.lang.Object
implements java.io.FilenameFilter
Constructor and Description |
---|
Context.FilePicker() |
Modifier and Type | Method and Description |
---|---|
boolean |
accept(java.io.File dir,
java.lang.String fileName)
Return true if the candidate file is a prior version of the file sought.
|
public boolean accept(java.io.File dir, java.lang.String fileName)
accept
in interface java.io.FilenameFilter
dir
- the directory holding the filefileName
- the name of the candidate file