Package org.uberfire.backend.vfs
Interface DirectoryStream.Filter<T>
-
- Enclosing interface:
- DirectoryStream<T>
public static interface DirectoryStream.Filter<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanaccept(T entry)
-
-
-
Method Detail
-
accept
boolean accept(T entry) throws org.uberfire.java.nio.IOException
- Throws:
org.uberfire.java.nio.IOException
-
-