|
TUM CCSM Commons | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.tum.cs.commons.filesystem.FilenameFilter
public class FilenameFilter
This is a file filter that accepts only filenames out of a list of filenames
Constructor Summary | |
---|---|
FilenameFilter(java.util.Collection<java.lang.String> filenames)
Constructor |
Method Summary | |
---|---|
boolean |
accept(java.io.File file)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FilenameFilter(java.util.Collection<java.lang.String> filenames)
Method Detail |
---|
public boolean accept(java.io.File file)
accept
in interface java.io.FileFilter
|
TUM CCSM Commons | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |