Package org.syncany.config.to
Class PortTO
- java.lang.Object
-
- org.syncany.config.to.PortTO
-
public class PortTO extends java.lang.Object
This class is the access object to the XML file written by the daemon in the client folder. It is used in the CLI to get access to the port information and a user-password pair that can be used to authenticate with the REST-server.It uses the Simple framework for XML serialization, and its corresponding annotation-based configuration.
- See Also:
- Simple framework
-
-
Constructor Summary
Constructors Constructor Description PortTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getPort()
UserTO
getUser()
void
setPort(int port)
void
setUser(UserTO user)
-