Searched refs:argument (Results 1 - 2 of 2) sorted by relevance

/opengrok-jel/src/org/opensolaris/opengrok/util/
H A DGetopt.java33 * as it encounters an argument.
39 String argument; field in class:Getopt.Option
50 * @param argv argument vector
63 * @throws ParseException if an illegal argument is passed
80 throw new ParseException("Unknown argument: " + argv[ii].substring(jj), ii);
86 // does this option take an argument?
88 // next should be an argument
90 // Rest of this is the argument
91 option.argument = argv[ii].substring(jj + 1);
94 // next argument vecto
[all...]
/opengrok-jel/src/org/opensolaris/opengrok/index/
H A DCommandLineOptions.java47 String argument; field in class:CommandLineOptions.Option
52 argument = arg;
60 if (argument != null) {
62 sb.append(argument);
123 if (o.argument != null) {
181 if (o.argument != null) {
183 out.print(o.argument);
218 * @param argv argument vector. not used.

Completed in 9 milliseconds