Uses of Interface
org.apache.commons.vfs2.provider.FileReplicator
-
Packages that use FileReplicator Package Description 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 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.Methods in org.apache.commons.vfs2.impl that return FileReplicator Modifier and Type Method Description FileReplicator
DefaultFileSystemManager. getReplicator()
Returns the file replicator.Methods in org.apache.commons.vfs2.impl with parameters of type FileReplicator Modifier and Type Method Description void
DefaultFileSystemManager. setReplicator(FileReplicator replicator)
Sets the file replicator to use.Constructors in org.apache.commons.vfs2.impl with parameters of type FileReplicator Constructor Description PrivilegedFileReplicator(FileReplicator replicator)
-
Uses of FileReplicator in org.apache.commons.vfs2.provider
Methods in org.apache.commons.vfs2.provider that return FileReplicator Modifier and Type Method Description FileReplicator
VfsComponentContext. getReplicator()
Locates a file replicator for the provider to use.
-