public interface RunSession
Modifier and Type | Method and Description |
---|---|
void |
cancel() |
int |
getAgent() |
int |
getExitCode() |
String |
getHost() |
int |
getJdb() |
String |
getLabel() |
String |
getName() |
Map<String,Object> |
getProperties() |
long |
getTimeout() |
int |
launch() |
void |
stderr(Appendable app) |
void |
stdin(String input) |
void |
stdout(Appendable app) |
boolean |
validate(Callable<Boolean> isCancelled) |
void |
waitTillStarted(long ms) |
String getName()
String getLabel()
int getJdb()
void stderr(Appendable app) throws Exception
Exception
void stdout(Appendable app) throws Exception
Exception
int getExitCode()
String getHost()
int getAgent()
void waitTillStarted(long ms) throws InterruptedException
InterruptedException
long getTimeout()
Copyright © 2021 aQute SARL. All rights reserved.