Uses of Class
com.sun.tools.xjc.BadCommandLineException
Packages that use BadCommandLineException
Package
Description
Annotation Processing related code.
Schema to Java compiler
-
Uses of BadCommandLineException in com.sun.tools.jxc.ap
Methods in com.sun.tools.jxc.ap that throw BadCommandLineException -
Uses of BadCommandLineException in com.sun.tools.xjc
Methods in com.sun.tools.xjc that throw BadCommandLineExceptionModifier and TypeMethodDescriptionvoid
Plugin.onActivated
(Options opts) Notifies a plugin that it's activated.int
Options.parseArgument
(String[] args, int i) Parses an optionargs[i]
and return the number of tokens consumed.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.void
Options.parseArguments
(String[] args) Parses arguments and fill fields of this object.Options.requireArgument
(String optionName, String[] args, int i) Obtains an operand and reports an error if it's not there.static int
Driver.run
(String[] args, XJCListener listener) Performs schema compilation and prints the status/error into the specified PrintStream.void
Options.scanEpisodeFile
(File jar) Finds theMETA-INF/sun-jaxb.episode
file to add as a binding customization.void
Options.setFieldRendererFactory
(FieldRendererFactory frf, Plugin owner) Sets theFieldRendererFactory
.void
Options.setNameConverter
(NameConverter nc, Plugin owner) Sets theNameConverter
. -
Uses of BadCommandLineException in com.sun.tools.xjc.addon.accessors
Methods in com.sun.tools.xjc.addon.accessors that throw BadCommandLineExceptionModifier and TypeMethodDescriptionint
PluginImpl.parseArgument
(Options opt, String[] args, int i) -
Uses of BadCommandLineException in com.sun.tools.xjc.addon.episode
Methods in com.sun.tools.xjc.addon.episode that throw BadCommandLineExceptionModifier and TypeMethodDescriptionint
PluginImpl.parseArgument
(Options opt, String[] args, int i) -
Uses of BadCommandLineException in com.sun.tools.xjc.addon.locator
Methods in com.sun.tools.xjc.addon.locator that throw BadCommandLineExceptionModifier and TypeMethodDescriptionint
SourceLocationAddOn.parseArgument
(Options opt, String[] args, int i) -
Uses of BadCommandLineException in com.sun.tools.xjc.addon.sync
Methods in com.sun.tools.xjc.addon.sync that throw BadCommandLineExceptionModifier and TypeMethodDescriptionint
SynchronizedMethodAddOn.parseArgument
(Options opt, String[] args, int i)