Uses of Class
manifold.io.FileTreeWalk.FileWalkDirection
-
Packages that use FileTreeWalk.FileWalkDirection Package Description manifold.io manifold.io.extensions.java.io.File -
-
Uses of FileTreeWalk.FileWalkDirection in manifold.io
Methods in manifold.io that return FileTreeWalk.FileWalkDirection Modifier and Type Method Description static FileTreeWalk.FileWalkDirectionFileTreeWalk.FileWalkDirection. valueOf(String name)Returns the enum constant of this type with the specified name.static FileTreeWalk.FileWalkDirection[]FileTreeWalk.FileWalkDirection. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in manifold.io with parameters of type FileTreeWalk.FileWalkDirection Constructor Description FileTreeWalk(File start, FileTreeWalk.FileWalkDirection direction)FileTreeWalk(File start, FileTreeWalk.FileWalkDirection direction, Function<File,Boolean> onEnter, Consumer<File> onLeave, BiConsumer<File,IOException> onFail, int maxDepth) -
Uses of FileTreeWalk.FileWalkDirection in manifold.io.extensions.java.io.File
Methods in manifold.io.extensions.java.io.File with parameters of type FileTreeWalk.FileWalkDirection Modifier and Type Method Description static FileTreeWalkManFileExt. walk(File thiz, FileTreeWalk.FileWalkDirection direction)Gets an iterable for visiting this directory and all its content.
-