Searched defs:argument (Results 1 - 3 of 3) sorted by relevance

/opengrok/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/src/org/opensolaris/opengrok/index/
H A DCommandLineOptions.java48 String argument; field in class:CommandLineOptions.Option
53 argument = arg;
61 if (argument != null) {
63 sb.append(argument);
122 if (o.argument != null) {
177 if (o.argument != null) {
179 out.print(o.argument);
214 * @param argv argument vector. not used.
/opengrok/.mvn/wrapper/
H A Dmaven-wrapper.jarorg/apache/maven/wrapper/BootstrapMainStarter.class BootstrapMainStarter.java package org.apache.maven.wrapper public ...

Completed in 51 milliseconds