Class WildcardMatchOnPath

    • Field Detail

      • pattern

        protected com.google.re2j.Pattern pattern
    • Constructor Detail

      • WildcardMatchOnPath

        public WildcardMatchOnPath​(String wildcardString)
    • Method Detail

      • accept

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