public class InspectExecCmdImpl extends AbstrDockerCmd<InspectExecCmd,InspectExecResponse> implements InspectExecCmd
InspectExecCmd.Exec
execution
Constructor and Description |
---|
InspectExecCmdImpl(InspectExecCmd.Exec execution,
String execId) |
Modifier and Type | Method and Description |
---|---|
InspectExecResponse |
exec() |
String |
getExecId() |
String |
toString() |
InspectExecCmd |
withExecId(String execId) |
close
public InspectExecCmdImpl(InspectExecCmd.Exec execution, String execId)
public String getExecId()
getExecId
in interface InspectExecCmd
public InspectExecCmd withExecId(String execId)
withExecId
in interface InspectExecCmd
public InspectExecResponse exec() throws NotFoundException
exec
in interface DockerCmd<InspectExecResponse>
exec
in interface InspectExecCmd
exec
in class AbstrDockerCmd<InspectExecCmd,InspectExecResponse>
NotFoundException
- No such execCopyright © 2015. All Rights Reserved.