Uses of Class
bb.io.filefilter.PartMode

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

Uses of PartMode in bb.io.filefilter
 

Fields in bb.io.filefilter declared as PartMode
private  PartMode BaseFilter.partMode
           
 

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