public abstract class AbstrDockerCmd<CMD_T extends DockerCmd<RES_T>,RES_T> extends Object implements DockerCmd<RES_T>
Modifier and Type | Field and Description |
---|---|
protected DockerCmdExec<CMD_T,RES_T> |
execution |
Constructor and Description |
---|
AbstrDockerCmd(DockerCmdExec<CMD_T,RES_T> execution) |
protected DockerCmdExec<CMD_T extends DockerCmd<RES_T>,RES_T> execution
public AbstrDockerCmd(DockerCmdExec<CMD_T,RES_T> execution)
public RES_T exec() throws DockerException
exec
in interface DockerCmd<RES_T>
DockerException
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
IOException
Copyright © 2015. All Rights Reserved.