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