Searched refs:commandLineForm (Results 1 – 2 of 2) sorted by relevance
31 @Nullable private final String commandLineForm; field in ParsedOptionDescription37 @Nullable String commandLineForm, in ParsedOptionDescription() argument41 this.commandLineForm = commandLineForm; in ParsedOptionDescription()48 String commandLineForm, in newParsedOptionDescription() argument55 Preconditions.checkNotNull(commandLineForm), in newParsedOptionDescription()75 return commandLineForm; in getCommandLineForm()174 String.format("While parsing option %s: %s", commandLineForm, e.getMessage()), e); in getConvertedValue()181 if (commandLineForm == null) { in toString()187 commandLineForm, source == null ? "" : String.format(" (source %s)", source)); in toString()
453 StringBuilder commandLineForm = new StringBuilder(); in identifyOptionAndPossibleArgument() local454 commandLineForm.append(arg); in identifyOptionAndPossibleArgument()519 commandLineForm.append(" ").append(unconvertedValue); in identifyOptionAndPossibleArgument()527 commandLineForm.toString(), in identifyOptionAndPossibleArgument()