Class VFSRegistryHelper.BySuffixFilter

  • All Implemented Interfaces:
    org.uberfire.java.nio.file.DirectoryStream.Filter<org.uberfire.java.nio.file.Path>
    Enclosing class:
    VFSRegistryHelper

    public static class VFSRegistryHelper.BySuffixFilter
    extends Object
    implements org.uberfire.java.nio.file.DirectoryStream.Filter<org.uberfire.java.nio.file.Path>
    Helper class for filtering files by a suffix. Files that ends with the expected suffix verifies the filter.
    • Method Detail

      • accept

        public boolean accept​(org.uberfire.java.nio.file.Path path)
                       throws org.uberfire.java.nio.IOException
        Specified by:
        accept in interface org.uberfire.java.nio.file.DirectoryStream.Filter<org.uberfire.java.nio.file.Path>
        Throws:
        org.uberfire.java.nio.IOException
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object