Home | History | Annotate | Download | only in args

Lines Matching defs:specified

196                                         opts.addError (formatMessage ("option \'" + optName + "\' cannot be specified more than once"));
225 // value specified explicitly using the <name>separator<value> syntax:
332 final IOpt [] specified = opts.getOpts ();
333 if (specified != null)
335 // validation: all required parameters must be specified
340 for (int s = 0; s < specified.length; ++ s)
342 required.remove (specified [s].getCanonicalName ());
353 for (int s = 0; s < specified.length; ++ s)
355 final IOpt opt = specified [s];