public class ListStringCommandOption extends CommandOption
| Constructor and Description |
|---|
ListStringCommandOption(String longKey)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static ListStringCommandOption |
process(String optionKey,
Object jsonObject,
List<String> command)
Processes a command line option containing a list of strings.
|
getLongKey, getValue, setValuepublic ListStringCommandOption(String longKey)
longKey - A String with the long key of the command line option.public static ListStringCommandOption 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.