Package | Description |
---|---|
nl.esciencecenter.octopus.engine.files | |
nl.esciencecenter.octopus.files |
This package contains classes and interfaces which are used to provide advanced input
and output.
|
nl.esciencecenter.octopus.util |
Modifier and Type | Field and Description |
---|---|
private FileAttributes |
AbstractPathAttributes.attributes |
Modifier and Type | Method and Description |
---|---|
FileAttributes |
AbstractPathAttributes.attributes() |
FileAttributes |
FilesEngine.readAttributes(Path path) |
FileAttributes |
FilesAdaptor.readAttributes(Path path)
Reads a file's attributes.
|
Constructor and Description |
---|
AbstractPathAttributes(Path path,
FileAttributes attributes) |
Modifier and Type | Method and Description |
---|---|
FileAttributes |
PathAttributes.attributes() |
FileAttributes |
Files.readAttributes(Path path)
Reads a file's attributes.
|
Modifier and Type | Method and Description |
---|---|
FileVisitResult |
FileVisitor.preVisitDirectory(Path dir,
FileAttributes attributes,
Octopus octopus)
Invoked for a directory before entries in the directory are visited.
|
FileVisitResult |
FileVisitor.visitFile(Path file,
FileAttributes attributes,
Octopus octopus)
Invoked for a file in a directory.
|
private static FileVisitResult |
FileUtils.walk(Octopus octopus,
Path path,
FileAttributes attributes,
boolean followLinks,
int maxDepth,
FileVisitor visitor) |