edu.tum.cs.commons.filesystem
Class FilenameFilter
java.lang.Object
edu.tum.cs.commons.filesystem.FilenameFilter
- All Implemented Interfaces:
- FileFilter
public class FilenameFilter
- extends Object
- implements FileFilter
This is a file filter that accepts only filenames out of a list of filenames
- Version:
- $Rev: 26283 $
- Author:
- Elmar Juergens, $Author: juergens $
- Rating:
- GREEN Hash: 7DA7526D19E61401397E1515B6135BD1
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FilenameFilter
public FilenameFilter(Collection<String> filenames)
- Constructor
accept
public boolean accept(File file)
-
- Specified by:
accept in interface FileFilter
TUM CCSM Commons - 2.7