com.github.dockerjava.core.command
Class UnpauseContainerCmdImpl
java.lang.Object
com.github.dockerjava.core.command.AbstrDockerCmd<UnpauseContainerCmd,Void>
com.github.dockerjava.core.command.UnpauseContainerCmdImpl
- All Implemented Interfaces:
- DockerCmd<Void>, UnpauseContainerCmd
public class UnpauseContainerCmdImpl
- extends AbstrDockerCmd<UnpauseContainerCmd,Void>
- implements UnpauseContainerCmd
Unpause a container.
UnpauseContainerCmdImpl
public UnpauseContainerCmdImpl(UnpauseContainerCmd.Exec exec,
String containerId)
getContainerId
public String getContainerId()
- Specified by:
getContainerId
in interface UnpauseContainerCmd
withContainerId
public UnpauseContainerCmd withContainerId(String containerId)
- Specified by:
withContainerId
in interface UnpauseContainerCmd
toString
public String toString()
- Overrides:
toString
in class Object
exec
public Void exec()
throws NotFoundException
- Specified by:
exec
in interface DockerCmd<Void>
- Specified by:
exec
in interface UnpauseContainerCmd
- Overrides:
exec
in class AbstrDockerCmd<UnpauseContainerCmd,Void>
- Throws:
NotFoundException
- No such container
Copyright © 2014. All rights reserved.