public class LoadImageCmdImpl extends AbstrDockerCmd<LoadImageCmd,java.lang.Void> implements LoadImageCmd
LoadImageCmd.Exec
execution
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, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
exec
public LoadImageCmdImpl(LoadImageCmd.Exec exec, java.io.InputStream imageStream)
imageStream
- the InputStream of the tar filepublic java.io.InputStream getImageStream()
getImageStream
in interface LoadImageCmd
public LoadImageCmdImpl withImageStream(@Nonnull java.io.InputStream imageStream)
withImageStream
in interface LoadImageCmd
imageStream
- the InputStream of the tar fileCopyright © 2019. All Rights Reserved.