Uses of Class
com.sun.tools.xjc.BadCommandLineException

Packages that use BadCommandLineException
com.sun.tools.xjc Schema to Java compiler 
 

Uses of BadCommandLineException in com.sun.tools.xjc
 

Methods in com.sun.tools.xjc that throw BadCommandLineException
 void Plugin.onActivated(Options opts)
          Notifies a plugin that it's activated.
 int Plugin.parseArgument(Options opt, java.lang.String[] args, int i)
          Parses an option args[i] and augment the opt object appropriately, then return the number of tokens consumed.
 int Options.parseArgument(java.lang.String[] args, int i)
          Parses an option args[i] and return the number of tokens consumed.
 void Options.parseArguments(java.lang.String[] args)
          Parses arguments and fill fields of this object.
 java.lang.String Options.requireArgument(java.lang.String optionName, java.lang.String[] args, int i)
          Obtains an operand and reports an error if it's not there.
static int Driver.run(java.lang.String[] args, XJCListener listener)
          Performs schema compilation and prints the status/error into the specified PrintStream.
 void Options.scanEpisodeFile(java.io.File jar)
          Finds the META-INF/sun-jaxb.episode file to add as a binding customization.
 void Options.setFieldRendererFactory(com.sun.tools.xjc.generator.bean.field.FieldRendererFactory frf, Plugin owner)
          Sets the FieldRendererFactory.
 void Options.setNameConverter(com.sun.xml.bind.api.impl.NameConverter nc, Plugin owner)
          Sets the NameConverter.