Uses of Class
com.sun.tools.xjc.BadCommandLineException
-
Packages that use BadCommandLineException Package Description com.sun.tools.jxc.ap Annotation Processing related code.com.sun.tools.xjc Schema to Java compilercom.sun.tools.xjc.addon.accessors com.sun.tools.xjc.addon.episode com.sun.tools.xjc.addon.locator com.sun.tools.xjc.addon.sync -
-
Uses of BadCommandLineException in com.sun.tools.jxc.ap
Methods in com.sun.tools.jxc.ap that throw BadCommandLineException Modifier and Type Method Description voidOptions. parseArguments(String[] args) -
Uses of BadCommandLineException in com.sun.tools.xjc
Methods in com.sun.tools.xjc that throw BadCommandLineException Modifier and Type Method Description voidPlugin. onActivated(Options opts)Notifies a plugin that it's activated.intOptions. parseArgument(String[] args, int i)Parses an optionargs[i]and return the number of tokens consumed.intPlugin. parseArgument(Options opt, String[] args, int i)Parses an optionargs[i]and augment theoptobject appropriately, then return the number of tokens consumed.voidOptions. parseArguments(String[] args)Parses arguments and fill fields of this object.StringOptions. requireArgument(String optionName, String[] args, int i)Obtains an operand and reports an error if it's not there.static intDriver. run(String[] args, XJCListener listener)Performs schema compilation and prints the status/error into the specified PrintStream.voidOptions. scanEpisodeFile(File jar)Finds theMETA-INF/sun-jaxb.episodefile to add as a binding customization.voidOptions. setFieldRendererFactory(FieldRendererFactory frf, Plugin owner)Sets theFieldRendererFactory.voidOptions. setNameConverter(com.sun.xml.bind.api.impl.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 BadCommandLineException Modifier and Type Method Description intPluginImpl. 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 BadCommandLineException Modifier and Type Method Description intPluginImpl. 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 BadCommandLineException Modifier and Type Method Description intSourceLocationAddOn. 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 BadCommandLineException Modifier and Type Method Description intSynchronizedMethodAddOn. parseArgument(Options opt, String[] args, int i)
-