|
|||||||||
| Home >> All >> com >> flexstor >> common >> io >> xfile >> webnfs >> [ filters overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.flexstor.common.io.xfile.webnfs.filters
Class WebNfsExtFilter

java.lang.Objectcom.flexstor.common.io.xfile.webnfs.filters.WebNfsExtFilter
- All Implemented Interfaces:
- com.flexstor.common.io.xfile.webnfs.WebNfsFilenameFilter, com.flexstor.common.io.xfile.XFilenameFilterI
- public class WebNfsExtFilter
- extends java.lang.Object
- implements com.flexstor.common.io.xfile.webnfs.WebNfsFilenameFilter
- extends java.lang.Object
WebNFSXExtFilter 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") )
| Field Summary | |
(package private) boolean |
bHighPass
|
static int |
FILTER_HIGHPASS
|
static int |
FILTER_LOWPASS
|
(package private) java.lang.String |
sExtension
|
| Constructor Summary | |
WebNfsExtFilter(java.lang.String sExtension)
|
|
| Method Summary | |
boolean |
accept(XFile xfile,
java.lang.String s)
|
void |
setMode(int nMode)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.flexstor.common.io.xfile.XFilenameFilterI |
accept |
| Field Detail |
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
| Constructor Detail |
WebNfsExtFilter
public WebNfsExtFilter(java.lang.String sExtension)
| Method Detail |
setMode
public void setMode(int nMode)
accept
public boolean accept(XFile xfile,
java.lang.String s)
|
|||||||||
| Home >> All >> com >> flexstor >> common >> io >> xfile >> webnfs >> [ filters overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.flexstor.common.io.xfile.webnfs.filters.WebNfsExtFilter