public class HostBuilder extends Object
| Constructor and Description |
|---|
HostBuilder() |
| Modifier and Type | Method and Description |
|---|---|
Host |
buildHost() |
Map<Folder,List<Resource>> |
getCache() |
FileSyncer |
getFileSyncer() |
String |
getPassword() |
int |
getPort() |
ProxyDetails |
getProxy() |
String |
getRootPath() |
String |
getServer() |
int |
getTimeoutMillis() |
String |
getUser() |
boolean |
isSecure() |
void |
setCache(Map<Folder,List<Resource>> cache) |
void |
setFileSyncer(FileSyncer fileSyncer) |
void |
setPassword(String password) |
void |
setPort(int port) |
void |
setProxy(ProxyDetails proxy) |
void |
setRootPath(String rootPath) |
void |
setSecure(boolean secure) |
void |
setServer(String server) |
void |
setTimeoutMillis(int timeoutMillis) |
void |
setUser(String user) |
public Host buildHost()
public String getServer()
public void setServer(String server)
server - the server to setpublic void setSecure(boolean secure)
public boolean isSecure()
public int getPort()
public void setPort(int port)
port - the port to setpublic String getUser()
public void setUser(String user)
user - the user to setpublic String getPassword()
public void setPassword(String password)
password - the password to setpublic String getRootPath()
public void setRootPath(String rootPath)
rootPath - the rootPath to setpublic ProxyDetails getProxy()
public void setProxy(ProxyDetails proxy)
public int getTimeoutMillis()
public void setTimeoutMillis(int timeoutMillis)
public FileSyncer getFileSyncer()
public void setFileSyncer(FileSyncer fileSyncer)
Copyright © 2021 McEvoy Software Ltd. All rights reserved.