public class AttachContainerCmdImpl extends AbstrAsyncDockerCmd<AttachContainerCmd,Frame> implements AttachContainerCmd
AttachContainerCmd.Execexecution| Constructor and Description |
|---|
AttachContainerCmdImpl(AttachContainerCmd.Exec exec,
java.lang.String containerId) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getContainerId() |
java.io.InputStream |
getStdin() |
java.lang.Boolean |
hasFollowStreamEnabled() |
java.lang.Boolean |
hasLogsEnabled() |
java.lang.Boolean |
hasStderrEnabled() |
java.lang.Boolean |
hasStdoutEnabled() |
java.lang.Boolean |
hasTimestampsEnabled() |
AttachContainerCmd |
withContainerId(java.lang.String containerId) |
AttachContainerCmd |
withFollowStream(java.lang.Boolean followStream) |
AttachContainerCmd |
withLogs(java.lang.Boolean logs) |
AttachContainerCmd |
withStdErr(java.lang.Boolean stderr) |
AttachContainerCmd |
withStdIn(java.io.InputStream stdin) |
AttachContainerCmd |
withStdOut(java.lang.Boolean stdout) |
AttachContainerCmd |
withTimestamps(java.lang.Boolean timestamps) |
close, execclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitexecpublic AttachContainerCmdImpl(AttachContainerCmd.Exec exec, java.lang.String containerId)
public java.lang.String getContainerId()
getContainerId in interface AttachContainerCmdpublic java.lang.Boolean hasLogsEnabled()
hasLogsEnabled in interface AttachContainerCmdpublic java.lang.Boolean hasFollowStreamEnabled()
hasFollowStreamEnabled in interface AttachContainerCmdpublic java.lang.Boolean hasTimestampsEnabled()
hasTimestampsEnabled in interface AttachContainerCmdpublic java.lang.Boolean hasStdoutEnabled()
hasStdoutEnabled in interface AttachContainerCmdpublic java.lang.Boolean hasStderrEnabled()
hasStderrEnabled in interface AttachContainerCmdpublic java.io.InputStream getStdin()
getStdin in interface AttachContainerCmdpublic AttachContainerCmd withContainerId(java.lang.String containerId)
withContainerId in interface AttachContainerCmdpublic AttachContainerCmd withFollowStream(java.lang.Boolean followStream)
withFollowStream in interface AttachContainerCmdpublic AttachContainerCmd withTimestamps(java.lang.Boolean timestamps)
withTimestamps in interface AttachContainerCmdpublic AttachContainerCmd withStdOut(java.lang.Boolean stdout)
withStdOut in interface AttachContainerCmdpublic AttachContainerCmd withStdErr(java.lang.Boolean stderr)
withStdErr in interface AttachContainerCmdpublic AttachContainerCmd withStdIn(java.io.InputStream stdin)
withStdIn in interface AttachContainerCmdpublic AttachContainerCmd withLogs(java.lang.Boolean logs)
withLogs in interface AttachContainerCmdCopyright © 2020. All Rights Reserved.