public class XmlFileFilter extends FileFilter
| Constructor and Description |
|---|
XmlFileFilter() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(File f)
Accept all directories, *.xml files.
|
String |
getDescription()
The description of this filter
|
public boolean accept(File f)
accept in class FileFilterf - public String getDescription()
getDescription in class FileFilterCopyright © 2014. All rights reserved.