public class MMTFileFilter
extends java.lang.Object
implements java.io.FileFilter
It is used by MMTFolder but is called by Java via the File method listFiles(fileFilter). call.
Constructor and Description |
---|
MMTFileFilter() |
Modifier and Type | Method and Description |
---|---|
boolean |
accept(java.io.File pathname)
FileFilter for MMT Folders.
|