Package org.syncany.config.to
Provides transfer object classes to serialize/deserialize the
application configuration.
Most classes in this package use the Simple framework for XML serialization, and its corresponding annotation-based configuration.
- See Also:
- Simple framework
-
Interface Summary Interface Description RepoTOFactory This class is the interface for creation ofRepoTO
s. -
Class Summary Class Description ConfigTO The config transfer object is used to create and load the local config file from/to XML.DaemonConfigTO This class is used to configure the daemon, in particular, its web server, the managed folders and the web server / API users.DefaultRepoTOFactory This class producesRepoTO
s with some sensible defaults for the Chunkers and MultiChunkers.FolderTO This class is the access object to configure a folder managed by the daemon.MasterTO The master transfer object is used to create and load the master file from/to XML.PortTO This class is the access object to the XML file written by the daemon in the client folder.RepoTO The repo transfer object is used to create and load the repo file from/to XML.RepoTO.ChunkerTO Configuration object for the deduplication chunker.RepoTO.MultiChunkerTO Configuration object for the deduplication multi-chunker.RepoTO.TransformerTO Configuration object for the deduplication transformer.TypedPropertyListTO The typed property list is a helper data structure that allows storing an object of a certain type with its properties .UserConfigTO The user config transfer object is a helper data structure that allows storing a user's global system settings such as system properties.UserTO This class is the access object to user-password pairs in XML.WebServerTO This class is the access object to configure the local daemon web server.