public class ExportContainerCmdImpl extends AbstrDockerCmd<ExportContainerCmd,InputStream> implements ExportContainerCmd
ExportContainerCmd.Execexecution| Constructor and Description |
|---|
ExportContainerCmdImpl(ExportContainerCmd.Exec exec,
String containerId) |
| Modifier and Type | Method and Description |
|---|---|
InputStream |
exec() |
String |
getContainerId() |
ExportContainerCmdImpl |
withContainerId(String containerId) |
close, registryAuth, toStringpublic ExportContainerCmdImpl(ExportContainerCmd.Exec exec, String containerId)
public String getContainerId()
getContainerId in interface ExportContainerCmdpublic ExportContainerCmdImpl withContainerId(String containerId)
withContainerId in interface ExportContainerCmdpublic InputStream exec() throws NotFoundException
exec in interface ExportContainerCmdexec in interface SyncDockerCmd<InputStream>exec in class AbstrDockerCmd<ExportContainerCmd,InputStream>NotFoundException - No such containerCopyright © 2026. All rights reserved.