public class CSVFileFilter extends FileFilter
| Constructor and Description |
|---|
CSVFileFilter() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(File pFile)
Accept all directories and all csv or txt files.
|
String |
getDescription()
Return our description.
|
public boolean accept(File pFile)
accept in class FileFilterpFile - file to checkpublic String getDescription()
getDescription in class FileFilterCopyright © 2013–2024 Jürgen Zeller (privat). All rights reserved.