public class LoadImageCmdImpl extends AbstrDockerCmd<LoadImageCmd,java.lang.Void> implements LoadImageCmd
LoadImageCmd.Execexecution| Constructor and Description |
|---|
LoadImageCmdImpl(LoadImageCmd.Exec exec,
java.io.InputStream imageStream) |
| Modifier and Type | Method and Description |
|---|---|
java.io.InputStream |
getImageStream() |
LoadImageCmdImpl |
withImageStream(java.io.InputStream imageStream) |
close, exec, registryAuth, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitexecpublic LoadImageCmdImpl(LoadImageCmd.Exec exec, java.io.InputStream imageStream)
imageStream - the InputStream of the tar filepublic java.io.InputStream getImageStream()
getImageStream in interface LoadImageCmdpublic LoadImageCmdImpl withImageStream(@Nonnull java.io.InputStream imageStream)
withImageStream in interface LoadImageCmdimageStream - the InputStream of the tar fileCopyright © 2020. All Rights Reserved.