|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use bb.io.filefilter | |
---|---|
bb.io.filefilter | Provides classes that may be used for file filtering. |
Classes in bb.io.filefilter used by bb.io.filefilter | |
---|---|
BaseFilter
Abstract base class for other File filter implementations that defines some common functionality. |
|
CompoundFilter
Meta filter whose accept method incorporates all the constraints of all the file filters that it was constructed with. |
|
CompoundFilter.LogicMode
Enum of all the supported modes for applying the individual filters. |
|
CompoundFilter.UnitTest.TestFilter
|
|
DirectoryMode
Enum of all the ways that directories can be handled by a filter. |
|
FileFilterListener
Defines callback methods for a listener class interested in File accept/reject events. |
|
FileMode
Enum of all the ways that normal files can be handled by a filter. |
|
OtherMode
Enum of all the ways that "other" file system elements can be handled by a filter. |
|
PartMode
Enum of the different parts of a File's path which can be extracted and subjected to a filter's test. |
|
RegexFilter
Accepts any File which matches a set of regular expressions. |
|
SuffixFilter
Subclass of RegexFilter that makes it convenient to match File s based on their endings. |
|
VisibleFilter
File filter that accepts all visible normal files and directories, and rejects all hidden ones as well as other file system elements. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |