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