|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DirectoryMode | |
---|---|
bb.io.filefilter | Provides classes that may be used for file filtering. |
Uses of DirectoryMode in bb.io.filefilter |
---|
Fields in bb.io.filefilter declared as DirectoryMode | |
---|---|
private DirectoryMode |
BaseFilter.directoryMode
|
Methods in bb.io.filefilter that return DirectoryMode | |
---|---|
DirectoryMode |
BaseFilter.getDirectoryMode()
Returns BaseFilter.directoryMode . |
static DirectoryMode |
DirectoryMode.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static DirectoryMode[] |
DirectoryMode.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Constructors in bb.io.filefilter with parameters of type DirectoryMode | |
---|---|
BaseFilter.UnitTest.TestFilter(DirectoryMode directoryMode)
|
|
BaseFilter.UnitTest.TestFilter(FileMode fileMode,
DirectoryMode directoryMode,
OtherMode otherMode,
PartMode partMode,
String textExpected)
|
|
BaseFilter(FileMode fileMode,
DirectoryMode directoryMode)
Calls . |
|
BaseFilter(FileMode fileMode,
DirectoryMode directoryMode,
FileFilterListener listener)
Calls . |
|
BaseFilter(FileMode fileMode,
DirectoryMode directoryMode,
OtherMode otherMode,
PartMode partMode)
Calls . |
|
BaseFilter(FileMode fileMode,
DirectoryMode directoryMode,
OtherMode otherMode,
PartMode partMode,
FileFilterListener listener)
Constructs a new BaseFilter instance. |
|
RegexFilter(Set<Pattern> patterns,
FileMode fileMode,
DirectoryMode directoryMode)
Calls . |
|
RegexFilter(Set<Pattern> patterns,
FileMode fileMode,
DirectoryMode directoryMode,
OtherMode otherMode,
PartMode partMode)
Constructs a new RegexFilter instance. |
|
SuffixFilter(Set<String> suffixes,
FileMode fileMode,
DirectoryMode directoryMode)
Calls . |
|
SuffixFilter(Set<String> suffixes,
FileMode fileMode,
DirectoryMode directoryMode,
OtherMode otherMode,
PartMode partMode)
Constructs a new SuffixFilter instance. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |