public class ModifiedFileFilter
extends java.lang.Object
implements java.io.FileFilter
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
REVISION |
| Constructor and Description |
|---|
ModifiedFileFilter(java.util.Date mdate)
Construct a ModifiedFileFilter which accepts only files
modified since the given mdate.
|
ModifiedFileFilter(long mtime)
Construct a ModifiedFileFilter which accepts only files
modified since the given mtime.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(java.io.File pathname) |
static void |
main(java.lang.String[] args) |
public static final java.lang.String REVISION
public ModifiedFileFilter(long mtime)
mtime - the modified timepublic ModifiedFileFilter(java.util.Date mdate)
mdate - the modified dateCopyright © 2001-2017 Jalios SA. All Rights Reserved.