Uses of Class
com.sun.tools.xjc.Options
-
Packages that use Options Package Description com.sun.tools.xjc Schema to Java compilercom.sun.tools.xjc.api API for programmatic invocation of XJC and schemagen.com.sun.tools.xjc.model Implementation of thecom.sun.xml.bind.v2.model.corepackage for XJC.com.sun.tools.xjc.reader Front-end that reads schema(s) and produce BGM.com.sun.tools.xjc.reader.internalizer internalization of external binding files and <jaxb:bindings> customizations.com.sun.tools.xjc.reader.xmlschema.bindinfo Object Model that represents customization declarations. -
-
Uses of Options in com.sun.tools.xjc
Fields in com.sun.tools.xjc declared as Options Modifier and Type Field Description OptionsXJCBase. optionsMethods in com.sun.tools.xjc that return Options Modifier and Type Method Description OptionsBadCommandLineException. getOptions()Gets the partly parsed option object, if any.Methods in com.sun.tools.xjc with parameters of type Options Modifier and Type Method Description voidBadCommandLineException. initOptions(Options opt)static ModelModelLoader. load(Options opt, JCodeModel codeModel, ErrorReceiver er)A convenience method to load schemas into aModel.voidPlugin. onActivated(Options opts)Notifies a plugin that it's activated.intPlugin. parseArgument(Options opt, String[] args, int i)Parses an optionargs[i]and augment theoptobject appropriately, then return the number of tokens consumed.abstract booleanPlugin. run(Outline outline, Options opt, ErrorHandler errorHandler)Run the add-on.static voidDriver. usage(Options opts, boolean privateUsage)Prints the usage screen and exits the process.Constructors in com.sun.tools.xjc with parameters of type Options Constructor Description ModelLoader(Options _opt, JCodeModel _codeModel, ErrorReceiver er) -
Uses of Options in com.sun.tools.xjc.api
Methods in com.sun.tools.xjc.api that return Options Modifier and Type Method Description OptionsSchemaCompiler. 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 evolveOptionsclass in the compatible fashion. -
Uses of Options in com.sun.tools.xjc.model
Fields in com.sun.tools.xjc.model declared as Options Modifier and Type Field Description OptionsModel. optionsCommand-line options used for building this model.Methods in com.sun.tools.xjc.model with parameters of type Options Modifier and Type Method Description OutlineModel. 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 Options Constructor Description Model(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 Options Constructor Description AbstractExtensionBindingChecker(String schemaLanguage, Options options, ErrorHandler handler)ExtensionBindingChecker(String schemaLanguage, Options options, ErrorHandler handler) -
Uses of Options in com.sun.tools.xjc.reader.internalizer
Constructors in com.sun.tools.xjc.reader.internalizer with parameters of type Options Constructor Description DOMForest(InternalizationLogic logic, Options opt) -
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 Constructor Description AnnotationParserFactoryImpl(Options opts)
-