public class RemoveVolumeCmdImpl extends AbstrDockerCmd<RemoveVolumeCmd,Void> implements RemoveVolumeCmd
RemoveVolumeCmd.Execexecution| Constructor and Description |
|---|
RemoveVolumeCmdImpl(RemoveVolumeCmd.Exec exec,
String name) |
| Modifier and Type | Method and Description |
|---|---|
Void |
exec() |
String |
getName() |
RemoveVolumeCmd |
withName(String name) |
close, registryAuth, toStringpublic RemoveVolumeCmdImpl(RemoveVolumeCmd.Exec exec, String name)
public String getName()
getName in interface RemoveVolumeCmdpublic RemoveVolumeCmd withName(String name)
withName in interface RemoveVolumeCmdpublic Void exec() throws NotFoundException
exec in interface RemoveVolumeCmdexec in interface SyncDockerCmd<Void>exec in class AbstrDockerCmd<RemoveVolumeCmd,Void>NotFoundException - No such volumeCopyright © 2017. All Rights Reserved.