public class StringCommandOption extends CommandOption
| Constructor and Description |
|---|
StringCommandOption(String longKey)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static StringCommandOption |
process(String optionKey,
Object jsonObject,
List<String> command)
Processes a string command line option.
|
getLongKey, getValue, setValuepublic StringCommandOption(String longKey)
longKey - A String with the long key of the string command line option.public static StringCommandOption process(String optionKey, Object jsonObject, List<String> command)
optionKey - A String with the key of the option.jsonObject - An object with the JSON object that represents the value of the command line
option.command - A ListCopyright © 2000–2023 LOCKSS Program. All rights reserved.