public static class CommandOption.SpacedStrings extends CommandOption
CommandOption.Boolean, CommandOption.Double, CommandOption.DoubleArray, CommandOption.File, CommandOption.Integer, CommandOption.IntegerArray, CommandOption.List, CommandOption.ListProviding, CommandOption.Object, CommandOption.Set, CommandOption.SpacedStrings, CommandOption.String| Modifier and Type | Field and Description |
|---|---|
String[] |
defaultValue |
String[] |
value |
| Constructor and Description |
|---|
SpacedStrings(Class owner,
String name,
String argName,
boolean argRequired,
String[] defaultValue,
String shortdoc,
String longdoc) |
| Modifier and Type | Method and Description |
|---|---|
String |
defaultValueToString() |
int |
parseArg(String[] args,
int argi)
Called after this CommandOption matches an argument.
|
String[] |
value() |
String |
valueToString() |
getFullName, getInterpreter, getList, parseArg, postParsing, process, process, setSummary, wasInvokedpublic String[] value()
public int parseArg(String[] args, int argi)
CommandOptionparseArg in class CommandOptionpublic String defaultValueToString()
defaultValueToString in class CommandOptionpublic String valueToString()
valueToString in class CommandOptionCopyright © 2019 JULIE Lab, Germany. All rights reserved.