public abstract class AbstrDockerCmd<CMD_T extends DockerCmd<RES_T>,RES_T> extends Object implements SyncDockerCmd<RES_T>
| Modifier and Type | Field and Description |
|---|---|
protected DockerCmdSyncExec<CMD_T,RES_T> |
execution |
| Constructor and Description |
|---|
AbstrDockerCmd(DockerCmdSyncExec<CMD_T,RES_T> execution) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
RES_T |
exec() |
protected String |
registryAuth(AuthConfig authConfig) |
String |
toString() |
protected DockerCmdSyncExec<CMD_T extends DockerCmd<RES_T>,RES_T> execution
public AbstrDockerCmd(DockerCmdSyncExec<CMD_T,RES_T> execution)
public RES_T exec() throws DockerException
exec in interface SyncDockerCmd<RES_T>DockerExceptionpublic void close()
protected String registryAuth(AuthConfig authConfig)
Copyright © 2017. All Rights Reserved.