Lines Matching defs:option

20      * Returns the "length" of a given option. If an option takes no
28 * are not case-sensitive, use toLowerCase() on the option string
32 * @param option a String containing an option
33 * @return an int telling how many components that option has
35 public static int optionLength(String option) {
36 String opt = option.toLowerCase();
110 * the first item in any array is the option, and subsequent items in
111 * that array are its arguments. So, if -print is an option that takes
112 * no arguments, and -copies is an option that takes 1 argument, then
118 * option[0][0] = -print
119 * option[1][0] = -copies
120 * option[1][1] = 3
131 * @param options an array of String arrays, one per option
167 err.msg("No version identifier specified after -apiname option.");
169 err.msg("Use the -apiname option, or the -oldapi and -newapi options, but not both.");
182 err.msg("No directory specified after -apidir option.");
190 err.msg("No version identifier specified after -oldapi option.");
192 err.msg("Use the -apiname or -oldapi option, but not both.");
204 err.msg("No directory specified after -oldapidir option.");
212 err.msg("No version identifier specified after -newapi option.");
214 err.msg("Use the -apiname or -newapi option, but not both.");
226 err.msg("No directory specified after -newapidir option.");
234 err.msg("Android: No directory specified after -usercommentsdir option.");
242 err.msg("No directory specified after -d option.");
250 err.msg("No location specified after -javadocnew option.");
258 err.msg("No location specified after -javadocold option.");
266 err.msg("No base location specified after -baseURI option.");
274 err.msg("No level (public|protected|package|private) specified after -excludeclass option.");
281 err.msg("Level specified after -excludeclass option must be one of (public|protected|package|private).");
290 err.msg("No level (public|protected|package|private) specified after -excludemember option.");
297 err.msg("Level specified after -excludemember option must be one of (public|protected|package|private).");
323 err.msg("No level (all|remove|add|change) specified after -nosuggest option.");
330 err.msg("Level specified after -nosuggest option must be one of (all|remove|add|change).");
357 err.msg("No exclude tag specified after -excludetag option.");
371 err.msg("No HTML text specified after -doctitle option.");
379 err.msg("No text specified after -windowtitle option.");
395 err.msg("First use the -apiname option to generate an XML file for one API.");
396 err.msg("Then use the -apiname option again to generate another XML file for a different version of the API.");
397 err.msg("Finally use the -oldapi option and -newapi option to generate a report about how the APIs differ.");