|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.util.filesystem.FileListFilter
public class FileListFilter
This class provides the lists of files
Constructor Summary | |
---|---|
FileListFilter(java.lang.String name,
java.lang.String extension)
Creates a new FileListFilter object. |
Method Summary | |
---|---|
boolean |
accept(java.io.File fileDirectory,
java.lang.String fileName)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FileListFilter(java.lang.String name, java.lang.String extension)
name
- The name of the fileextension
- The extension of the fileMethod Detail |
---|
public boolean accept(java.io.File fileDirectory, java.lang.String fileName)
accept
in interface java.io.FilenameFilter
fileDirectory
- The name of directoryfileName
- The name of the file
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |