public abstract class AbstrDockerCmd<CMD_T extends DockerCmd<RES_T>,RES_T> extends java.lang.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 java.lang.String |
registryAuth(AuthConfig authConfig)
Deprecated.
|
java.lang.String |
toString() |
protected transient 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()
public java.lang.String toString()
toString in class java.lang.Object@Deprecated protected java.lang.String registryAuth(AuthConfig authConfig)
Copyright © 2020. All Rights Reserved.