| Constructor and Description |
|---|
AllFilesFilter()
Constructs a new AllFilesFilter.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(java.io.File dir,
java.lang.String name) |
AllFilesFilter |
standardInstance()
AllFilesFilter has no state, so you can use this standard instance
instead of creating your own.
|
public AllFilesFilter()
standardInstance() instead to avoid creating an object.public AllFilesFilter standardInstance()
public boolean accept(java.io.File dir,
java.lang.String name)
accept in interface java.io.FilenameFilter