org.apache.commons.io.filefilter
public class TrueFileFilter extends Object implements IOFileFilter
Since: Commons IO 1.0
Version: $Revision: 471628 $ $Date: 2006-11-06 05:06:45 +0100 (Mo, 06 Nov 2006) $
Field Summary | |
---|---|
static IOFileFilter | INSTANCE
Singleton instance of true filter.
|
static IOFileFilter | TRUE
Singleton instance of true filter. |
Constructor Summary | |
---|---|
protected | TrueFileFilter()
Restrictive consructor. |
Method Summary | |
---|---|
boolean | accept(File file)
Returns true.
|
boolean | accept(File dir, String name)
Returns true.
|
Since: Commons IO 1.3
Parameters: file the file to check
Returns: true
Parameters: dir the directory to check name the filename
Returns: true