public abstract class AbstractContainerSupportUtil extends Object
| Constructor and Description |
|---|
AbstractContainerSupportUtil() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
debug(String msg)
Log debug
|
abstract void |
error(String msg,
Throwable e)
Log error
|
protected String |
execDockerCmd(String command,
int timeout,
boolean throwExceptionOnError) |
protected String |
readStdOut(Process p) |
public abstract void debug(String msg)
msg - protected String execDockerCmd(String command, int timeout, boolean throwExceptionOnError)
timeout - unit is secondsprotected String readStdOut(Process p) throws IOException, InterruptedException
IOExceptionInterruptedExceptionCopyright © 2022 the original author or authors.