Package | Description |
---|---|
org.apache.commons.vfs2.impl |
The standard VFS implementation.
|
org.apache.commons.vfs2.provider |
The File Provider API, and utility classes.
|
Modifier and Type | Class and 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 and Description |
---|---|
FileReplicator |
DefaultFileSystemManager.getReplicator()
Returns the file replicator.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultFileSystemManager.setReplicator(FileReplicator replicator)
Sets the file replicator to use.
|
Constructor and Description |
---|
PrivilegedFileReplicator(FileReplicator replicator) |
Modifier and Type | Method and Description |
---|---|
FileReplicator |
VfsComponentContext.getReplicator()
Gets a file replicator for the provider to use.
|
Copyright © 2002–2020 The Apache Software Foundation. All rights reserved.