Uses of Class
com.sun.tools.xjc.Options
Packages that use Options
Package
Description
Schema to Java compiler
API for programmatic invocation of XJC and schemagen.
implementation of the XJC API for schema to java.
Implementation of the
com.sun.xml.bind.v2.model.core
package for XJC.Front-end that reads schema(s) and produce BGM.
internalization of external binding files and <jaxb:bindings> customizations.
Object Model that represents customization declarations.
-
Uses of Options in com.sun.tools.xjc
Fields in com.sun.tools.xjc declared as OptionsMethods in com.sun.tools.xjc that return OptionsModifier and TypeMethodDescriptionBadCommandLineException.getOptions()
Gets the partly parsed option object, if any.Methods in com.sun.tools.xjc with parameters of type OptionsModifier and TypeMethodDescriptionvoid
BadCommandLineException.initOptions
(Options opt) static Model
ModelLoader.load
(Options opt, JCodeModel codeModel, ErrorReceiver er) A convenience method to load schemas into aModel
.void
Plugin.onActivated
(Options opts) Notifies a plugin that it's activated.int
Plugin.parseArgument
(Options opt, String[] args, int i) Parses an optionargs[i]
and augment theopt
object appropriately, then return the number of tokens consumed.abstract boolean
Plugin.run
(Outline outline, Options opt, ErrorHandler errorHandler) Run the add-on.static void
Prints the usage screen and exits the process.Constructors in com.sun.tools.xjc with parameters of type Options -
Uses of Options in com.sun.tools.xjc.addon.accessors
Methods in com.sun.tools.xjc.addon.accessors with parameters of type OptionsModifier and TypeMethodDescriptionint
PluginImpl.parseArgument
(Options opt, String[] args, int i) boolean
PluginImpl.run
(Outline model, Options opt, ErrorHandler errorHandler) -
Uses of Options in com.sun.tools.xjc.addon.at_generated
Methods in com.sun.tools.xjc.addon.at_generated with parameters of type OptionsModifier and TypeMethodDescriptionboolean
PluginImpl.run
(Outline model, Options opt, ErrorHandler errorHandler) -
Uses of Options in com.sun.tools.xjc.addon.code_injector
Methods in com.sun.tools.xjc.addon.code_injector with parameters of type OptionsModifier and TypeMethodDescriptionboolean
PluginImpl.run
(Outline model, Options opt, ErrorHandler errorHandler) -
Uses of Options in com.sun.tools.xjc.addon.episode
Methods in com.sun.tools.xjc.addon.episode with parameters of type OptionsModifier and TypeMethodDescriptionint
PluginImpl.parseArgument
(Options opt, String[] args, int i) boolean
PluginImpl.run
(Outline model, Options opt, ErrorHandler errorHandler) Capture all the generated classes from global schema components and generate them in an episode file. -
Uses of Options in com.sun.tools.xjc.addon.locator
Methods in com.sun.tools.xjc.addon.locator with parameters of type OptionsModifier and TypeMethodDescriptionint
SourceLocationAddOn.parseArgument
(Options opt, String[] args, int i) boolean
SourceLocationAddOn.run
(Outline outline, Options opt, ErrorHandler errorHandler) -
Uses of Options in com.sun.tools.xjc.addon.sync
Methods in com.sun.tools.xjc.addon.sync with parameters of type OptionsModifier and TypeMethodDescriptionint
SynchronizedMethodAddOn.parseArgument
(Options opt, String[] args, int i) boolean
SynchronizedMethodAddOn.run
(Outline model, Options opt, ErrorHandler errorHandler) -
Uses of Options in com.sun.tools.xjc.api
Methods in com.sun.tools.xjc.api that return Options -
Uses of Options in com.sun.tools.xjc.api.impl.s2j
Fields in com.sun.tools.xjc.api.impl.s2j declared as OptionsMethods in com.sun.tools.xjc.api.impl.s2j that return Options -
Uses of Options in com.sun.tools.xjc.model
Fields in com.sun.tools.xjc.model declared as OptionsModifier and TypeFieldDescriptionfinal Options
Model.options
Command-line options used for building this model.Methods in com.sun.tools.xjc.model with parameters of type OptionsModifier and TypeMethodDescriptionModel.generateCode
(Options opt, ErrorReceiver receiver) Fully-generate the source code into the given model.Constructors in com.sun.tools.xjc.model with parameters of type OptionsModifierConstructorDescriptionModel
(Options opts, JCodeModel cm, NameConverter nc, ClassNameAllocator allocator, XSSchemaSet schemaComponent) -
Uses of Options in com.sun.tools.xjc.reader
Constructors in com.sun.tools.xjc.reader with parameters of type OptionsModifierConstructorDescriptionAbstractExtensionBindingChecker
(String schemaLanguage, Options options, ErrorHandler handler) ExtensionBindingChecker
(String schemaLanguage, Options options, ErrorHandler handler) -
Uses of Options in com.sun.tools.xjc.reader.dtd
Methods in com.sun.tools.xjc.reader.dtd with parameters of type OptionsModifier and TypeMethodDescriptionstatic Model
TDTDReader.parse
(InputSource dtd, InputSource bindingInfo, ErrorReceiver errorReceiver, Options opts) Parses DTD grammar and a binding information into BGM.Constructors in com.sun.tools.xjc.reader.dtd with parameters of type OptionsModifierConstructorDescriptionprotected
TDTDReader
(ErrorReceiver errorReceiver, Options opts, InputSource _bindInfo) -
Uses of Options in com.sun.tools.xjc.reader.internalizer
Constructors in com.sun.tools.xjc.reader.internalizer with parameters of type Options -
Uses of Options in com.sun.tools.xjc.reader.relaxng
Methods in com.sun.tools.xjc.reader.relaxng with parameters of type OptionsModifier and TypeMethodDescriptionstatic Model
RELAXNGCompiler.build
(DPattern grammar, JCodeModel codeModel, Options opts) Constructors in com.sun.tools.xjc.reader.relaxng with parameters of type OptionsModifierConstructorDescriptionRELAXNGCompiler
(DPattern grammar, JCodeModel codeModel, Options opts) -
Uses of Options in com.sun.tools.xjc.reader.xmlschema
Methods in com.sun.tools.xjc.reader.xmlschema with parameters of type OptionsModifier and TypeMethodDescriptionstatic Model
BGMBuilder.build
(XSSchemaSet _schemas, JCodeModel codeModel, ErrorReceiver _errorReceiver, Options opts) Entry point. -
Uses of Options in com.sun.tools.xjc.reader.xmlschema.bindinfo
Constructors in com.sun.tools.xjc.reader.xmlschema.bindinfo with parameters of type Options
Options
class in the compatible fashion.