Interface ArgParser.TestInterface2
- Enclosing class:
ArgParser
private static interface ArgParser.TestInterface2
-
Method Details
-
url
-
arrayData
@DefaultValue("funny:thing,another:thing,something:else") @Help("A list of pairs of the form xxx:yyy") @Separator(",") ArgParser.StringPair[] arrayData() -
listData
@DefaultValue("funny:thing,another:thing,something:else") @Help("A list of pairs of the form xxx:yyy") @Separator(",") List<ArgParser.StringPair> listData()
-