269270271272273274275276277
String value = null; if (match.groupCount() > 1) value = this.stripQuotes(match.group(3)); this.setOption(optionName, value); } else { throw new BadCommandLineException("I cannot parse arg " + arg + "."); } }