Interface ServletTarget
- All Superinterfaces:
DeployTarget
Deployment of contents using the FirstSpirit deployment servlet (e.g. used to deploy contents into a local file system remotely)
- Since:
- 4.0.17
-
Method Summary
Modifier and TypeMethodDescriptionThe host used for http proxy.The login used for http proxy.The password used for http proxy login.int
The port used for http proxy.getLogin()
The login nameThe password, used for loginThe url where deployment servlet is storedlong
Returns the timeout in milliseconds.boolean
Returnstrue
if http proxy should be used,false
otherwise (default).void
setHttpProxyHost
(String value) Sets the port used for http proxy.void
setHttpProxyLogin
(String value) Set the login used for http proxy.void
setHttpProxyPassword
(String value) Set the password used for http proxy login.void
setHttpProxyPort
(int value) Set the port used for http proxy.void
Set the login namevoid
setPassword
(String value) Set the password used for loginvoid
setServletUrl
(String value) Set the url where deployment servlet is storedvoid
setTimeout
(long value) Provide the timeout in milliseconds.void
setUseHttpProxy
(boolean value) Providetrue
if http proxy should be used,false
otherwise (default).Methods inherited from interface de.espirit.firstspirit.access.schedule.DeployTarget
checkParams, createWebServerConfiguration, getPath, getTargetType, getWebServerConfiguration, setPath
-
Method Details
-
getServletUrl
String getServletUrl()The url where deployment servlet is stored- Since:
- 4.0.17
-
setServletUrl
Set the url where deployment servlet is stored- Parameters:
value
- the url where deployment servlet is stored- Since:
- 4.0.17
-
getTimeout
long getTimeout()Returns the timeout in milliseconds.- Since:
- 4.0.17
-
setTimeout
void setTimeout(long value) Provide the timeout in milliseconds.- Since:
- 4.0.17
-
getLogin
String getLogin()The login name- Since:
- 4.0.17
-
setLogin
Set the login name- Parameters:
value
- the login name- Since:
- 4.0.17
-
getPassword
String getPassword()The password, used for login- Since:
- 4.0.17
-
setPassword
Set the password used for login- Parameters:
value
- the password used for login- Since:
- 4.0.17
-
getUseHttpProxy
boolean getUseHttpProxy()Returnstrue
if http proxy should be used,false
otherwise (default).- Since:
- 4.0.17
-
setUseHttpProxy
void setUseHttpProxy(boolean value) Providetrue
if http proxy should be used,false
otherwise (default).- Parameters:
value
-true
if http proxy should be used,false
otherwise (default)- Since:
- 4.0.17
-
getHttpProxyHost
String getHttpProxyHost()The host used for http proxy.- Since:
- 4.0.17
-
setHttpProxyHost
Sets the port used for http proxy.- Since:
- 4.0.17
-
getHttpProxyPort
int getHttpProxyPort()The port used for http proxy.- Since:
- 4.0.17
-
setHttpProxyPort
void setHttpProxyPort(int value) Set the port used for http proxy.- Parameters:
value
- the port used for http proxy- Since:
- 4.0.17
-
getHttpProxyLogin
String getHttpProxyLogin()The login used for http proxy.- Since:
- 4.0.17
-
setHttpProxyLogin
Set the login used for http proxy.- Parameters:
value
- the login used for http proxy- Since:
- 4.0.17
-
getHttpProxyPassword
String getHttpProxyPassword()The password used for http proxy login.- Since:
- 4.0.17
-
setHttpProxyPassword
Set the password used for http proxy login.- Parameters:
value
- the password used for http proxy login- Since:
- 4.0.17
-