- All Implemented Interfaces:
- java.io.FileFilter
- Enclosing class:
- DCDriverFileCommands
protected class DCDriverFileCommands.RJFileFilter
extends java.lang.Object
implements java.io.FileFilter
Note:
To form a new instance of class RJFileFilter,please use
one of the following file attribute's code or their combination:
NORMALFILE
READONLYFILE
HIDDENFILE
SYSTEMFILE
DIRECTORY
ARCHIVEFILE
For example: use HIDDENFILE | ARCHIVEFILE to instanciate a new RJFileFilter,
this filter will help to get all normal files and also all hidden files and
all archive file.
If OS is other than Windows:
1. SYSTEMFILE will not have effect.
2. ARCHIVEFILE will only affect files which end with suffix listed in array ARCHIVEFILESUFFIX;
Array ARCHIVEFILESUFFIX contains ".jar",".tar",".zip",".rar",".a",".ar",".gz",".tgz".