Class FilterByFileName

  • All Implemented Interfaces:
    Filter<org.uberfire.java.nio.file.Path>

    public class FilterByFileName
    extends Object
    implements Filter<org.uberfire.java.nio.file.Path>
    • Constructor Detail

      • FilterByFileName

        public FilterByFileName​(String name)
    • Method Detail

      • accept

        public boolean accept​(org.uberfire.java.nio.file.Path path)
        Specified by:
        accept in interface Filter<org.uberfire.java.nio.file.Path>