Uses of Class
bb.io.filefilter.CompoundFilter

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

Uses of CompoundFilter in bb.io.filefilter
 

Methods in bb.io.filefilter that return CompoundFilter
static CompoundFilter CompoundFilter.makeAnd(FileFilter... filters)
          Returns a new CompoundFilter instance that connects the elements of filters via logical AND.
static CompoundFilter CompoundFilter.makeOr(FileFilter... filters)
          Returns a new CompoundFilter instance that connects the elements of filters via logical OR.