public class DockerVolumeCommand extends DockerCommand
| Modifier and Type | Field and Description | 
|---|---|
| static String | VOLUME_COMMAND | 
| static String | VOLUME_CREATE_SUB_COMMAND | 
| static String | VOLUME_LS_SUB_COMMAND | 
| static Pattern | VOLUME_NAME_PATTERN | 
| Constructor and Description | 
|---|
| DockerVolumeCommand(String subCommand) | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getDriverName() | 
| String | getSubCommand() | 
| String | getVolumeName() | 
| DockerVolumeCommand | setDriverName(String driverName) | 
| DockerVolumeCommand | setFormat(String format) | 
| DockerVolumeCommand | setVolumeName(String volumeName) | 
addCommandArguments, getCommandOption, getDockerCommandWithArguments, preparePrivilegedOperation, setClientConfigDir, toStringpublic static final String VOLUME_COMMAND
public static final String VOLUME_CREATE_SUB_COMMAND
public static final String VOLUME_LS_SUB_COMMAND
public static final Pattern VOLUME_NAME_PATTERN
public DockerVolumeCommand(String subCommand)
public DockerVolumeCommand setVolumeName(String volumeName)
public DockerVolumeCommand setDriverName(String driverName)
public String getVolumeName()
public String getDriverName()
public String getSubCommand()
public DockerVolumeCommand setFormat(String format)
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.