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

/opengrok/src/org/opensolaris/opengrok/util/
H A DGetopt.java46 private final String opts; field in class:Getopt
51 * @param opts the list of allowed options
53 public Getopt(String[] argv, String opts) { argument
58 this.opts = opts;
78 int idx = opts.indexOf(chars[jj]);
87 if ((idx + 1) < opts.length() && (opts.charAt(idx + 1) ==':')) {

Completed in 7 milliseconds