public class ContainerDiffCmdImpl extends AbstrDockerCmd<ContainerDiffCmd,List<ChangeLog>> implements ContainerDiffCmd
ContainerDiffCmd.Exec
execution
Constructor and Description |
---|
ContainerDiffCmdImpl(ContainerDiffCmd.Exec exec,
String containerId) |
Modifier and Type | Method and Description |
---|---|
List<ChangeLog> |
exec() |
String |
getContainerId() |
String |
toString() |
ContainerDiffCmdImpl |
withContainerId(String containerId) |
close, registryAuth
public ContainerDiffCmdImpl(ContainerDiffCmd.Exec exec, String containerId)
public String getContainerId()
getContainerId
in interface ContainerDiffCmd
public ContainerDiffCmdImpl withContainerId(String containerId)
withContainerId
in interface ContainerDiffCmd
public String toString()
toString
in interface ContainerDiffCmd
toString
in class Object
public List<ChangeLog> exec() throws NotFoundException
exec
in interface ContainerDiffCmd
exec
in interface SyncDockerCmd<List<ChangeLog>>
exec
in class AbstrDockerCmd<ContainerDiffCmd,List<ChangeLog>>
NotFoundException
- No such containerInternalServerErrorException
- server errorDockerException
- unexpected http status codeCopyright © 2015. All Rights Reserved.