|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.partnersoft.io.AllFilesFilter
public class AllFilesFilter
A filename filter that accepts all files, regardless of name or extension.
Copyright 2006 Partner Software, Inc.
| Constructor Summary | |
|---|---|
AllFilesFilter()
Constructs a new AllFilesFilter. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AllFilesFilter()
standardInstance() instead to avoid creating an object.
| Method Detail |
|---|
public AllFilesFilter standardInstance()
public boolean accept(java.io.File dir,
java.lang.String name)
accept in interface java.io.FilenameFilter
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||