| Package | Description |
|---|---|
| ch.sourcepond.io.fileobserver.impl.directory | |
| ch.sourcepond.io.fileobserver.impl.fs |
| Modifier and Type | Class and Description |
|---|---|
class |
RootDirectory
Represents a root-directory i.e.
|
class |
SubDirectory |
| Modifier and Type | Method and Description |
|---|---|
Directory |
SubDirectory.getParent() |
Directory |
DirectoryFactory.newBranch(Directory pParent,
WatchKey pKey) |
Directory |
SubDirectory.rebase(Directory pBaseDirectory) |
Directory |
RootDirectory.rebase(Directory pBaseDirectory) |
abstract Directory |
Directory.rebase(Directory pBaseDirectory) |
Directory |
SubDirectory.toRootDirectory() |
Directory |
RootDirectory.toRootDirectory() |
abstract Directory |
Directory.toRootDirectory() |
| Modifier and Type | Method and Description |
|---|---|
void |
Directory.informCreatedOrInitial(EventDispatcher pDispatcher,
Directory pNewRootOrNull,
Path pFile,
Runnable pDoneCallback) |
void |
Directory.informIfChanged(EventDispatcher pDispatcher,
Directory pNewRootOrNull,
Path pFile,
Runnable pDoneCallback,
boolean pIsCreated)
Triggers the
PathChangeListener.modified(PathChangeEvent) on all listeners specified if the
file represented by the path specified has been changed i.e. |
boolean |
Directory.isDirectParentOf(Directory pOther)
Checks whether this directory is the directory parent of the directory specified.
|
Directory |
DirectoryFactory.newBranch(Directory pParent,
WatchKey pKey) |
Directory |
SubDirectory.rebase(Directory pBaseDirectory) |
Directory |
RootDirectory.rebase(Directory pBaseDirectory) |
abstract Directory |
Directory.rebase(Directory pBaseDirectory) |
| Modifier and Type | Method and Description |
|---|---|
Directory |
DedicatedFileSystem.getDirectory(Path pPath) |
Copyright © 2017 SourcePond. All rights reserved.