org.freehep.util.io
Class StandardFileFilter
- java.lang.Object
-
- org.freehep.util.io.StandardFileFilter
-
- All Implemented Interfaces:
- java.io.FileFilter
public class StandardFileFilter extends java.lang.Object implements java.io.FileFilterImplements a standard file filter as is normally used in Unix and DOS. The template characters are treated literally and are case sensitive with the following exceptions:- * matches zero or more consecutive characters
- ? matches exactly one character
- \ causes the next character of the template to be treated literally. Use \\ for \, \* for * and \? for *.
-
-
Constructor Summary
Constructors Constructor and Description StandardFileFilter(java.lang.String template)Create a standard file filter
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description booleanaccept(java.io.File pathname)
-
DMelt 3.0 © DataMelt by jWork.ORG