Lines Matching defs:getCanonicalName

58             final String canonicalName = optdef.getCanonicalName ();
342 required.remove (specified [s].getCanonicalName ());
356 final OptDef optdef = m_metadata.getOptDef (opt.getCanonicalName (), null);
395 opts.setUsageRequested (opt.getName ().equals (opt.getCanonicalName ()) ? SHORT_USAGE : DETAILED_USAGE);
407 final String canonicalPattern = optdef.getCanonicalName ();
425 return optdef.getCanonicalName ();
513 public String getCanonicalName ()
681 final String canonicalPattern = optdef.getCanonicalName ();
780 String getCanonicalName ()
999 m_requiredOpts.add (optdef.getCanonicalName ());
1512 // throw new IllegalArgumentException ("option [" + optdef.getCanonicalName () + "] is mergeable and can only specify {0, +inf} for max value cardinality: " + cardinality [1]);
1550 throw new IllegalArgumentException ("option [" + optdef.getCanonicalName () + "] specifies an unknown option [" + requires [r] + "] in its \'requires\' set");
1553 throw new IllegalArgumentException ("option [" + optdef.getCanonicalName () + "] specifies itself in its \'requires\' set");
1564 throw new IllegalArgumentException ("option [" + optdef.getCanonicalName () + "] specifies an unknown option [" + excludes [x] + "] in its \'excludes\' set");
1567 throw new IllegalArgumentException ("option [" + optdef.getCanonicalName () + "] specifies a required option [" + excludes [x] + "] in its \'excludes\' set");
1570 throw new IllegalArgumentException ("option [" + optdef.getCanonicalName () + "] specifies itself in its \'excludes\' set");