|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.shaker.dwu.BugFilter
This inner class provides a simple FilenameFilter. Its a positive filter, that returns every filename that ends with ".bug" (BugProfile log file).
Constructor Summary | |
(package private) |
BugFilter()
Filter constructor |
Method Summary | |
boolean |
accept(java.io.File dir,
java.lang.String name)
Returns true, if the filename ends with |
Methods inherited from class java.lang.Object |
|
Constructor Detail |
BugFilter()
Method Detail |
public boolean accept(java.io.File dir, java.lang.String name)
".bug".
accept
in interface java.io.FilenameFilter
dir
- the directory of the file (ignored)name
- the file name (has to end with .bug)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |