Package | Description |
---|---|
org.apache.commons.vfs.impl |
The standard VFS implementation.
|
org.apache.commons.vfs.provider |
The File Provider API, and utility classes.
|
Modifier and Type | Class | Description |
---|---|---|
class |
DefaultFileReplicator |
A simple file replicator and temporary file store.
|
class |
PrivilegedFileReplicator |
A file replicator that wraps another file replicator, performing
the replication as a privileged action.
|
Modifier and Type | Method | Description |
---|---|---|
FileReplicator |
DefaultFileSystemManager.getReplicator() |
Returns the file replicator.
|
Modifier and Type | Method | Description |
---|---|---|
void |
DefaultFileSystemManager.setReplicator(FileReplicator replicator) |
Sets the file replicator to use.
|
Constructor | Description |
---|---|
PrivilegedFileReplicator(FileReplicator replicator) |
Modifier and Type | Method | Description |
---|---|---|
FileReplicator |
VfsComponentContext.getReplicator() |
Locates a file replicator for the provider to use.
|