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

/opengrok/src/org/opensolaris/opengrok/util/
H A DGetopt.java38 char option; field in class:Getopt.Option
83 Option option = new Option();
84 option.option = chars[jj];
85 options.add(option);
86 // does this option take an argument?
91 option.argument = argv[ii].substring(jj + 1);
97 option.argument = argv[ii];
113 * Get the next option in the options string.
114 * @return the next valid option, o
[all...]
/opengrok/src/org/opensolaris/opengrok/index/
H A DCommandLineOptions.java47 char option; field in class:CommandLineOptions.Option
52 option = opt;
60 sb.append(option);
121 sb.append(o.option);
131 if (o.option == c) {
175 out.println("<optional><option>");
176 out.print(o.option);
182 out.println("</option></optional>");
187 out.print("<varlistentry><term><option>");
188 out.print(o.option);
[all...]
/opengrok/.mvn/wrapper/
H A Dmaven-wrapper.jar ... .apache.maven.wrapper.cli.CommandLineOption option protected java.util.Map newInstance () public java. ...

Completed in 11 milliseconds