Class ConfigTO


  • public class ConfigTO
    extends java.lang.Object
    The config transfer object is used to create and load the local config file from/to XML. The config file contains local config settings of a client, namely the machine and display name, the master key as well as connection information (for the connection plugin).

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

    See Also:
    Simple framework