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

Packages that use Options
com.sun.tools.xjc Schema to Java compiler 
com.sun.tools.xjc.api API for programmatic invocation of XJC and schemagen. 
 

Uses of Options in com.sun.tools.xjc
 

Fields in com.sun.tools.xjc declared as Options
 Options XJC2Task.options
           
 

Methods in com.sun.tools.xjc that return Options
 Options BadCommandLineException.getOptions()
          Gets the partly parsed option object, if any.
 

Methods in com.sun.tools.xjc with parameters of type Options
 void BadCommandLineException.initOptions(Options opt)
           
static com.sun.tools.xjc.model.Model ModelLoader.load(Options opt, com.sun.codemodel.JCodeModel codeModel, ErrorReceiver er)
          A convenience method to load schemas into a Model.
 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.
abstract  boolean Plugin.run(com.sun.tools.xjc.outline.Outline outline, Options opt, org.xml.sax.ErrorHandler errorHandler)
          Run the add-on.
static void Driver.usage(Options opts, boolean privateUsage)
          Prints the usage screen and exits the process.
 

Constructors in com.sun.tools.xjc with parameters of type Options
ModelLoader(Options _opt, com.sun.codemodel.JCodeModel _codeModel, ErrorReceiver er)
           
 

Uses of Options in com.sun.tools.xjc.api
 

Methods in com.sun.tools.xjc.api that return Options
 Options SchemaCompiler.getOptions()
          Deprecated. This method is not really "deprecated" (in the sense of being removed from future versions), but the JAXB team is not committed to evolve Options class in the compatible fashion. So please don't use this method unless you know what you're doing.