Uses of Class
bb.io.filefilter.OtherMode

Packages that use OtherMode
bb.io.filefilter Provides classes that may be used for file filtering. 
 

Uses of OtherMode in bb.io.filefilter
 

Fields in bb.io.filefilter declared as OtherMode
private  OtherMode BaseFilter.otherMode
           
 

Methods in bb.io.filefilter that return OtherMode
 OtherMode BaseFilter.getOtherMode()
          Returns BaseFilter.otherMode.
static OtherMode OtherMode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static OtherMode[] OtherMode.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 OtherMode
BaseFilter.UnitTest.TestFilter(FileMode fileMode, DirectoryMode directoryMode, OtherMode otherMode, PartMode partMode, String textExpected)
           
BaseFilter.UnitTest.TestFilter(OtherMode otherMode)
           
BaseFilter(FileMode fileMode, DirectoryMode directoryMode, OtherMode otherMode, PartMode partMode)
          Calls this(fileMode, directoryMode, reject, PartMode.name, null).
BaseFilter(FileMode fileMode, DirectoryMode directoryMode, OtherMode otherMode, PartMode partMode, FileFilterListener listener)
          Constructs a new BaseFilter instance.
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, OtherMode otherMode, PartMode partMode)
          Constructs a new SuffixFilter instance.