java.lang.Object
com.flexstor.common.io.xfile.unc.filters.UncExtFilter
- All Implemented Interfaces:
- com.flexstor.common.io.xfile.unc.UncFilenameFilter, com.flexstor.common.io.xfile.XFilenameFilterI
- public class UncExtFilter
- extends java.lang.Object
- implements com.flexstor.common.io.xfile.unc.UncFilenameFilter
UNCXExtFilter
A FileNameFilter used to filter out files based on the given extension.
(e.g. files ending with .cfg would be filtered by new ExtFilter("cfg") )
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FILTER_LOWPASS
public static final int FILTER_LOWPASS
- See Also:
- Constant Field Values
FILTER_HIGHPASS
public static final int FILTER_HIGHPASS
- See Also:
- Constant Field Values
sExtension
java.lang.String sExtension
bHighPass
boolean bHighPass
UncExtFilter
public UncExtFilter(java.lang.String sExtension)
setMode
public void setMode(int nMode)
accept
public boolean accept(com.flexstor.common.io.xfile.FlexXFileI xfile,
java.lang.String s)
- Specified by:
accept in interface com.flexstor.common.io.xfile.XFilenameFilterI