Class FilterNegate

  • All Implemented Interfaces:
    MFileFilter

    public class FilterNegate
    extends Object
    implements MFileFilter
    return the negation of the wrapped filter
    Since:
    1/22/2015
    • Constructor Detail

    • Method Detail

      • accept

        public boolean accept​(MFile mfile)
        Description copied from interface: MFileFilter
        Tests if a specified MFile should be included in a file collection.
        Specified by:
        accept in interface MFileFilter
        Parameters:
        mfile - the MFile
        Returns:
        true if the mfile should be included in the file collection; false otherwise.