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

/glassfish-3.1.2/verifier/verifier-impl/src/main/java/com/sun/enterprise/tools/verifier/
H A DCLIPParser.java83 protected String optstring; field in class:CLIPParser
143 * @param optstring String containing a description of the valid short options for this program
146 public CLIPParser(String progname, String[] argv, String optstring, argument
148 if (optstring.length() == 0)
149 optstring = " "; // NOI18N
153 this.optstring = optstring;
245 if (optstring.charAt(0) == ':')
356 if (optstring.indexOf(c) != -1)
357 ct = optstring
[all...]

Completed in 8 milliseconds