Package | Description |
---|---|
net.sourceforge.javadpkg.plugin.impl |
The implementations of the interfaces and abstract classes.
|
net.sourceforge.javadpkg.plugin.io |
Contains interfaces and classes for the I/O.
|
net.sourceforge.javadpkg.plugin.io.impl |
The implementations of the interfaces and abstract classes for the I/O.
|
Modifier and Type | Method and Description |
---|---|
FileSystemNodeVisitResult |
DataFileSystemNodeVisitor.postVisitDirectory(FileSystemNode<FileSystemNodeInfo> node) |
FileSystemNodeVisitResult |
DataFileSystemNodeVisitor.preVisitDirectory(FileSystemNode<FileSystemNodeInfo> node) |
FileSystemNodeVisitResult |
DataFileSystemNodeVisitor.visitFile(FileSystemNode<FileSystemNodeInfo> node) |
Modifier and Type | Method and Description |
---|---|
FileSystemNodeVisitResult |
FileSystemNodeVisitor.postVisitDirectory(FileSystemNode<A> node)
Invoked for a directory node after children in the directory node, and
all of their descendants, have been visited.
|
FileSystemNodeVisitResult |
FileSystemNodeVisitor.preVisitDirectory(FileSystemNode<A> node)
Invoked for a directory node before children of the directory node are
visited.
|
static FileSystemNodeVisitResult |
FileSystemNodeVisitResult.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FileSystemNodeVisitResult[] |
FileSystemNodeVisitResult.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
FileSystemNodeVisitResult |
FileSystemNodeVisitor.visitFile(FileSystemNode<A> node)
Invoked for a file node in a directory node.
|
FileSystemNodeVisitResult |
FileSystemNode.walkNodeTree(FileSystemNodeVisitor<A> visitor)
Walks the node tree starting at this node.
|
Modifier and Type | Method and Description |
---|---|
FileSystemNodeVisitResult |
FileSystemNodeImpl.walkNodeTree(FileSystemNodeVisitor<A> visitor) |
Copyright © 2015–2019. All rights reserved.