Interface DirectoryStream.Filter<T>

  • Enclosing interface:
    DirectoryStream<T>

    public static interface DirectoryStream.Filter<T>
    • Method Detail

      • accept

        boolean accept​(T entry)
                throws org.uberfire.java.nio.IOException
        Throws:
        org.uberfire.java.nio.IOException