public class JarLauncher extends Object implements ArtifactLauncher
| Constructor and Description |
|---|
JarLauncher(Path jarPath) |
JarLauncher(Path jarPath,
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 JarLauncher(Path jarPath)
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.