Uses of Class
bb.io.filefilter.CompoundFilter.LogicMode

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

Uses of CompoundFilter.LogicMode in bb.io.filefilter
 

Fields in bb.io.filefilter declared as CompoundFilter.LogicMode
private  CompoundFilter.LogicMode CompoundFilter.logicMode
           
 

Methods in bb.io.filefilter that return CompoundFilter.LogicMode
static CompoundFilter.LogicMode CompoundFilter.LogicMode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CompoundFilter.LogicMode[] CompoundFilter.LogicMode.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 CompoundFilter.LogicMode
CompoundFilter(CompoundFilter.LogicMode logicMode, FileFilter... filters)
          Constructor.