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