public interface JavaWebAppDriver extends JavaSoftwareProcessDriver
Modifier and Type | Method and Description |
---|---|
void |
deploy(java.io.File file) |
void |
deploy(java.io.File f,
java.lang.String targetName) |
java.lang.String |
deploy(java.lang.String url,
java.lang.String targetName)
Deploys a URL as a webapp at the appserver.
|
java.util.Set<java.lang.String> |
getEnabledProtocols() |
FilenameToWebContextMapper |
getFilenameContextMapper() |
java.lang.Integer |
getHttpPort() |
java.lang.Integer |
getHttpsPort() |
HttpsSslConfig |
getHttpsSslConfig() |
void |
undeploy(java.lang.String targetName) |
isJmxEnabled
getEntity, isRunning, kill, rebind, restart, start, stop
getLocation
java.util.Set<java.lang.String> getEnabledProtocols()
java.lang.Integer getHttpPort()
java.lang.Integer getHttpsPort()
HttpsSslConfig getHttpsSslConfig()
void deploy(java.io.File file)
void deploy(java.io.File f, java.lang.String targetName)
java.lang.String deploy(java.lang.String url, java.lang.String targetName)
See JavaWebAppService.CanDeployAndUndeploy.deploy(String, String)
for details of how input filenames are handled.
void undeploy(java.lang.String targetName)
FilenameToWebContextMapper getFilenameContextMapper()