Class CompoundFilter

  • All Implemented Interfaces:
    Filter

    public class CompoundFilter
    extends Object
    implements Filter
    A filter based on a list of others filters. To accept a document, all the registered filters must accept it.
    Author:
    Thomas Roger