Package info.monitorenter.gui.chart.io
Interface INameFilter
-
- All Known Implementing Classes:
FileFilterExtensions
public interface INameFilter
A story on the side: There are:FileFilter
FilenameFilter
FileFilter
Dumb all over hein? Well here's another one. Because we cannot stick to File instances when working with URL's .
- Version:
- $Revision: 1.3 $
- Author:
- Achim Westermann
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
accept(java.lang.String urlstring)
Accept the file denoted by the given url String.
-