public abstract class AbstractDeploymentService extends Object implements DeploymentService
| Constructor and Description |
|---|
AbstractDeploymentService() |
| Modifier and Type | Method and Description |
|---|---|
String |
getHost() |
File |
getKeyStoreLocation() |
String |
getKeyStorePassword() |
String |
getPassword() |
String |
getPort() |
File |
getTrustStoreLocation() |
String |
getTrustStorePassword() |
String |
getUsername() |
void |
setHost(String host) |
void |
setKeyStoreLocation(File location) |
void |
setKeyStorePassword(String password) |
void |
setPassword(String password) |
void |
setPort(String port) |
void |
setTrustStoreLocation(File location) |
void |
setTrustStorePassword(String password) |
void |
setUsername(String username) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitconnect, disconnect, installArtifact, isArtifactInstalled, isAvailable, startArtifact, stopArtifact, uninstallArtifact, updateArtifactpublic File getTrustStoreLocation()
public File getKeyStoreLocation()
public String getTrustStorePassword()
public String getKeyStorePassword()
public String getUsername()
public String getPassword()
public String getHost()
public String getPort()
public void setPassword(String password)
setPassword in interface DeploymentServicepublic void setUsername(String username)
setUsername in interface DeploymentServicepublic void setHost(String host)
setHost in interface DeploymentServicepublic void setPort(String port)
setPort in interface DeploymentServicepublic void setTrustStoreLocation(File location)
setTrustStoreLocation in interface DeploymentServicepublic void setKeyStoreLocation(File location)
setKeyStoreLocation in interface DeploymentServicepublic void setTrustStorePassword(String password)
setTrustStorePassword in interface DeploymentServicepublic void setKeyStorePassword(String password)
setKeyStorePassword in interface DeploymentServiceCopyright © 2013–2018. All rights reserved.