Modifier and Type | Method and Description |
---|---|
ExecStartCmd |
DockerClient.execStartCmd(java.lang.String execId) |
Modifier and Type | Method and Description |
---|---|
ExecStartCmd |
ExecStartCmd.withDetach(java.lang.Boolean detach) |
ExecStartCmd |
ExecStartCmd.withExecId(java.lang.String execId) |
ExecStartCmd |
ExecStartCmd.withStdIn(java.io.InputStream stdin) |
ExecStartCmd |
ExecStartCmd.withTty(java.lang.Boolean tty) |
Modifier and Type | Method and Description |
---|---|
ExecStartCmd |
DockerClientImpl.execStartCmd(java.lang.String execId) |
Modifier and Type | Class and Description |
---|---|
class |
ExecStartCmdImpl |
Modifier and Type | Method and Description |
---|---|
ExecStartCmd |
ExecStartCmdImpl.withDetach(java.lang.Boolean detach) |
ExecStartCmd |
ExecStartCmdImpl.withExecId(java.lang.String execId) |
ExecStartCmd |
ExecStartCmdImpl.withStdIn(java.io.InputStream stdin) |
ExecStartCmd |
ExecStartCmdImpl.withTty(java.lang.Boolean tty) |
Modifier and Type | Method and Description |
---|---|
protected java.lang.Void |
ExecStartCmdExec.execute0(ExecStartCmd command,
ResultCallback<Frame> resultCallback) |
Modifier and Type | Method and Description |
---|---|
protected AbstractCallbackNotifier<Frame> |
ExecStartCmdExec.callbackNotifier(ExecStartCmd command,
ResultCallback<Frame> resultCallback) |
Copyright © 2019. All Rights Reserved.