public class DockerContainerLauncher extends Object implements ArtifactLauncher
| Constructor and Description |
|---|
DockerContainerLauncher(String containerImage) |
DockerContainerLauncher(String containerImage,
int httpPort,
int httpsPort,
long jarWaitTime,
String profile) |
| Modifier and Type | Method and Description |
|---|---|
void |
addSystemProperties(Map<String,String> systemProps) |
void |
close() |
boolean |
listensOnSsl() |
void |
start() |
public DockerContainerLauncher(String containerImage)
public void start()
throws IOException
start in interface ArtifactLauncherIOExceptionpublic boolean listensOnSsl()
listensOnSsl in interface ArtifactLauncherpublic void addSystemProperties(Map<String,String> systemProps)
addSystemProperties in interface ArtifactLauncherpublic void close()
close in interface Closeableclose in interface AutoCloseableCopyright © 2021 JBoss by Red Hat. All rights reserved.