Package | Description |
---|---|
manifold.io | |
manifold.io.extensions.java.io.File |
Modifier and Type | Method and Description |
---|---|
static FileTreeWalk.FileWalkDirection |
FileTreeWalk.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.
|
Constructor and 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) |
Modifier and Type | Method and Description |
---|---|
static FileTreeWalk |
ManFileExt.walk(File thiz,
FileTreeWalk.FileWalkDirection direction)
Gets an iterable for visiting this directory and all its content.
|
Copyright © 2024. All rights reserved.