Package de.dv.sbu.filefilter.buildin

Class Summary
AllFilter This file filter accepts every file.
FilterChain Builds a chain of other filters.
NotFilter File filter as a negation of another one.
PathFilter File filter restricting on relative paths (including the full file name) by testing on matching a regular expression.
SimplePathFilter File filter restricting on relative paths (including the full file name).
SuffixFilter File filer filtering by suffixes.
 

Enum Summary
FilterChain.Mode Modes for the chain: conjunction or disjunction.