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 |
---|---|
FileSystemNode<A> |
FileSystemNode.addChild(FileSystemNode<A> child)
Adds a child node to this node.
|
FileSystemNode<A> |
FileSystemNode.createChildDirectory(String name,
FileOwner owner,
FileMode mode,
A attachment)
Creates a child node within this node representing a directory.
|
FileSystemNode<A> |
FileSystemNode.createChildFile(String name,
FileOwner owner,
FileMode mode,
A attachment)
Creates a child node within this node representing a file.
|
FileSystemNode<A> |
FileSystemNode.createChildSymLink(String name,
Path target,
FileOwner owner,
FileMode mode,
A attachment)
Creates a child node within this node representing a file.
|
FileSystemNode<A> |
FileSystemNode.createDirectories(Path path)
Creates a node for the directory specified by the path and all
directories on the path there.
|
FileSystemNode<A> |
FileSystemNode.getChild(String name)
Returns the child node with the specified name.
|
FileSystemNode<A> |
FileSystemNode.getNode(Path path)
Returns the node for the specified path.
|
FileSystemNode<A> |
FileSystemNode.getParent()
Returns the parent.
|
FileSystemNode<A> |
FileSystemNode.removeChild(String name)
Removes the child node with the specified name.
|
FileSystemNode<A> |
FileSystemNode.setParent(FileSystemNode<A> parent)
Sets the parent.
|
Modifier and Type | Method and Description |
---|---|
List<FileSystemNode<A>> |
FileSystemNode.moveChildrenTo(FileSystemNode<A> node)
Moves all child nodes of this node to the specified node.
|
Modifier and Type | Method and Description |
---|---|
FileSystemNode<A> |
FileSystemNode.addChild(FileSystemNode<A> child)
Adds a child node to this node.
|
int |
FileSystemNodeComparator.compare(FileSystemNode<?> o1,
FileSystemNode<?> o2) |
int |
FileSystemNodeComparator.compare(FileSystemNode<?> o1,
FileSystemNode<?> o2) |
List<FileSystemNode<A>> |
FileSystemNode.moveChildrenTo(FileSystemNode<A> node)
Moves all child nodes of this node to the specified node.
|
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.
|
boolean |
FileSystemNode.removeChild(FileSystemNode<A> child)
Removes the specified child node.
|
FileSystemNode<A> |
FileSystemNode.setParent(FileSystemNode<A> parent)
Sets the parent.
|
FileSystemNodeVisitResult |
FileSystemNodeVisitor.visitFile(FileSystemNode<A> node)
Invoked for a file node in a directory node.
|
Modifier and Type | Class and Description |
---|---|
class |
FileSystemNodeImpl<A>
A
FileSystemNode implementation. |
Modifier and Type | Method and Description |
---|---|
FileSystemNode<A> |
FileSystemNodeImpl.addChild(FileSystemNode<A> child) |
FileSystemNode<A> |
FileSystemNodeImpl.createChildDirectory(String name,
FileOwner owner,
FileMode mode,
A attachment) |
FileSystemNode<A> |
FileSystemNodeImpl.createChildFile(String name,
FileOwner owner,
FileMode mode,
A attachment) |
FileSystemNode<A> |
FileSystemNodeImpl.createChildSymLink(String name,
Path target,
FileOwner owner,
FileMode mode,
A attachment) |
FileSystemNode<A> |
FileSystemNodeImpl.createDirectories(Path path) |
FileSystemNode<A> |
FileSystemNodeImpl.getChild(String name) |
FileSystemNode<A> |
FileSystemNodeImpl.getNode(Path path) |
FileSystemNode<A> |
FileSystemNodeImpl.getParent() |
FileSystemNode<A> |
FileSystemNodeImpl.removeChild(String name) |
FileSystemNode<A> |
FileSystemNodeImpl.setParent(FileSystemNode<A> parent) |
Modifier and Type | Method and Description |
---|---|
List<FileSystemNode<A>> |
FileSystemNodeImpl.moveChildrenTo(FileSystemNode<A> node) |
Modifier and Type | Method and Description |
---|---|
FileSystemNode<A> |
FileSystemNodeImpl.addChild(FileSystemNode<A> child) |
List<FileSystemNode<A>> |
FileSystemNodeImpl.moveChildrenTo(FileSystemNode<A> node) |
boolean |
FileSystemNodeImpl.removeChild(FileSystemNode<A> child) |
FileSystemNode<A> |
FileSystemNodeImpl.setParent(FileSystemNode<A> parent) |
Copyright © 2015–2019. All rights reserved.