Interface FileReplicator

All Known Implementing Classes:
DefaultFileReplicator, PrivilegedFileReplicator

public interface FileReplicator
Responsible for making local replicas of files.

A file replicator may also implement VfsComponent.

  • Method Summary

    Modifier and Type
    Method
    Description
    Creates a local copy of the file, and all its descendants.
  • Method Details