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