Class RepoTO


  • public class RepoTO
    extends java.lang.Object
    The repo transfer object is used to create and load the repo file from/to XML. The repo file identifies the repository with a unique repo ID, and defines the chunking framework settings. It is stored locally and on the remote storage.

    It uses the Simple framework for XML serialization, and its corresponding annotation-based configuration.

    See Also:
    Simple framework