protected class PhiScoreDriver.SuffixFilter
extends java.lang.Object
implements java.io.FilenameFilter
Modifier | Constructor and Description |
---|---|
protected |
PhiScoreDriver.SuffixFilter() |
Modifier and Type | Method and Description |
---|---|
boolean |
accept(java.io.File dir,
java.lang.String filename)
Returns true if the filename is of the propert type; the directory is ignored.
|
public boolean accept(java.io.File dir, java.lang.String filename)
accept
in interface java.io.FilenameFilter