|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FileReplicator | |
---|---|
org.apache.commons.vfs2.impl | The standard VFS implementation. |
org.apache.commons.vfs2.provider | The File Provider API, and utility classes. |
Uses of FileReplicator in org.apache.commons.vfs2.impl |
---|
Classes in org.apache.commons.vfs2.impl that implement FileReplicator | |
---|---|
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. |
Methods in org.apache.commons.vfs2.impl that return FileReplicator | |
---|---|
FileReplicator |
DefaultFileSystemManager.getReplicator()
Returns the file replicator. |
Methods in org.apache.commons.vfs2.impl with parameters of type FileReplicator | |
---|---|
void |
DefaultFileSystemManager.setReplicator(FileReplicator replicator)
Sets the file replicator to use. |
Constructors in org.apache.commons.vfs2.impl with parameters of type FileReplicator | |
---|---|
PrivilegedFileReplicator(FileReplicator replicator)
|
Uses of FileReplicator in org.apache.commons.vfs2.provider |
---|
Methods in org.apache.commons.vfs2.provider that return FileReplicator | |
---|---|
FileReplicator |
VfsComponentContext.getReplicator()
Locates a file replicator for the provider to use. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |