Package | Description |
---|---|
de.esprit.appsuite.gui.pathtree |
Contains the path-tree model for watching file system paths
|
de.esprit.appsuite.nio.watcher |
Contains classes for watching the file system.
|
de.esprit.common.io |
Contains input/output related classes like readers and writers.
|
de.esprit.netsuite.client.tool.pathtree |
Contains a PathTree implementation for observing a remote file system.
|
de.esprit.netsuite.client.tool.pathtree.agent |
Contains agents for remote file-tree support
|
de.esprit.netsuite.server.pathtree |
Contains classes for remote file-tree access
|
de.esprit.netsuite.server.pathtree.permission |
Contains remote file-tree permission related classes
|
Modifier and Type | Method and Description |
---|---|
PathInfo |
PathTreeNode.getPathInfo() |
Modifier and Type | Method and Description |
---|---|
protected N |
PathTreeModel.createPathTreeNode(N parent,
PathInfo childPathInfo)
Same as
PathTreeModel.createPathTreeNode(PathTreeNode, PathInfo, Comparator)
whereas the Comparator is just overtaken from the parent node. |
protected N |
PathTreeModel.createPathTreeNode(N parent,
PathInfo childPathInfo,
java.util.Comparator<PathTreeNode> comparator)
Creates the
PathTreeNode to be inserted in the tree model. |
N |
PathTreeModel.findPathTreeNode(PathInfo pathInfo) |
void |
PathTreeNode.setPathInfo(PathInfo newPathInfo) |
N |
PathTree.setRoot(PathInfo rootPathInfo,
java.util.Comparator<PathTreeNode> comparator) |
boolean |
PathTreeNode.startsWith(PathInfo wantedPathInfo) |
Constructor and Description |
---|
PathTreeNode(PathInfo rootPathInfo,
java.util.Comparator<PathTreeNode> masterComparator)
Constructor for root node
|
PathTreeNode(PathTreeNode parent,
PathInfo pathInfo,
java.util.Comparator<PathTreeNode> childComparator) |
Modifier and Type | Method and Description |
---|---|
protected PathInfo |
LocalPathTreeModelDriver.createPathInfo(PathInfo parentInfo,
java.nio.file.Path path) |
PathInfo |
PathRegistrationEvent.getPathInfo() |
PathInfo |
PathChangeEvent.getPathInfo() |
Modifier and Type | Method and Description |
---|---|
abstract java.util.List<PathInfo> |
PathTreeModelDriver.loadChildren(PathInfo parent) |
java.util.List<PathInfo> |
LocalPathTreeModelDriver.loadChildren(PathInfo parentInfo) |
Modifier and Type | Method and Description |
---|---|
protected PathInfo |
LocalPathTreeModelDriver.createPathInfo(PathInfo parentInfo,
java.nio.file.Path path) |
abstract java.util.List<PathInfo> |
PathTreeModelDriver.loadChildren(PathInfo parent) |
java.util.List<PathInfo> |
LocalPathTreeModelDriver.loadChildren(PathInfo parentInfo) |
Modifier and Type | Method and Description |
---|---|
PathInfo |
PathInfo.getParent() |
Modifier and Type | Method and Description |
---|---|
int |
PathInfo.compareTo(PathInfo o) |
boolean |
PathInfo.startsWith(PathInfo path) |
Modifier and Type | Method and Description |
---|---|
PathInfo |
RemotePathTreeModelDriver.getRootPathInfo() |
Modifier and Type | Method and Description |
---|---|
java.util.List<PathInfo> |
RemotePathTreeModelDriver.loadChildren(PathInfo parentInfo) |
Modifier and Type | Method and Description |
---|---|
java.util.List<PathInfo> |
RemotePathTreeModelDriver.loadChildren(PathInfo parentInfo) |
Modifier and Type | Method and Description |
---|---|
PathInfo |
GetRootPathInfoAgent.getRootPathInfo() |
Modifier and Type | Method and Description |
---|---|
java.util.List<PathInfo> |
LoadChildrenAgent.getChildList() |
Constructor and Description |
---|
LoadChildrenAgent(ClientContext clientCtx,
PathInfo parentInfo) |
RenamePathAgent(ClientContext clientCtx,
PathInfo oldPath,
PathInfo newPath) |
Modifier and Type | Class and Description |
---|---|
class |
RemotePathInfo
This class ...
|
Modifier and Type | Method and Description |
---|---|
protected PathInfo |
ServerPathTreeModelDriver.createPathInfo(PathInfo parentPath,
java.nio.file.Path path) |
Modifier and Type | Method and Description |
---|---|
protected PathInfo |
ServerPathTreeModelDriver.createPathInfo(PathInfo parentPath,
java.nio.file.Path path) |
Modifier and Type | Method and Description |
---|---|
protected PermissionDefinition |
DefaultPathTreePermissionMaster.getDirectoryPermissionDefinitionFor(PathInfo pathInfo) |
protected PermissionDefinition |
DefaultPathTreePermissionMaster.getFilePermissionDefinitionFor(PathInfo pathInfo) |
PermissionControlled |
PathTreePermissionMaster.getPermissionControlledPath(PathInfo path) |
PermissionControlled |
DefaultPathTreePermissionMaster.getPermissionControlledPath(PathInfo pathInfo) |
PermissionDefinition |
PathTreePermissionMaster.getPermissionDefinition(PathInfo path) |
PermissionDefinition |
DefaultPathTreePermissionMaster.getPermissionDefinition(PathInfo pathInfo) |
void |
FilePermissionConfig.read(PathInfo pathInfo) |
void |
FilePermissionConfig.write(PathInfo pathInfo) |
Copyright © 2014 EsprIT-Systems. All Rights Reserved.