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.
|
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-2010 Jalios SA. All Rights Reserved.