Uses of Class
com.sun.tools.ws.wscompile.BadCommandLineException
-
Packages that use BadCommandLineException Package Description com.sun.tools.ws.wscompile com.sun.tools.ws.wscompile.plugin.at_generated -
-
Uses of BadCommandLineException in com.sun.tools.ws.wscompile
Subclasses of BadCommandLineException in com.sun.tools.ws.wscompile Modifier and Type Class Description static classOptions.WeAreDoneUsed to signal that we've finished processing.Methods in com.sun.tools.ws.wscompile that throw BadCommandLineException Modifier and Type Method Description voidWsimportOptions. addBindings(String name)protected voidOptions. addFile(String arg)Adds a file from the argumeprotected voidWsimportOptions. addFile(String arg)booleanWsgenTool. buildModel(String endpoint, com.sun.tools.ws.wscompile.WsgenTool.Listener listener)protected ModelWsimportTool. buildWsdlModel(WsimportTool.Listener listener, WsimportTool.Receiver receiver)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.voidOptions. parseArguments(String[] args)Parses arguments and fill fields of this object.protected intOptions. parseArguments(String[] args, int i)Parses an optionargs[i]and return the number of tokens consumed.protected intWsgenOptions. parseArguments(String[] args, int i)voidWsimportOptions. parseArguments(String[] args)Parses arguments and fill fields of this object.intWsimportOptions. parseArguments(String[] args, int i)protected voidWsimportTool. parseArguments(String[] args, WsimportTool.Listener listener, WsimportTool.Receiver receiver)StringOptions. requireArgument(String optionName, String[] args, int i)Obtains an operand and reports an error if it's not there.voidWsgenOptions. validate()voidWsimportOptions. validate() -
Uses of BadCommandLineException in com.sun.tools.ws.wscompile.plugin.at_generated
Methods in com.sun.tools.ws.wscompile.plugin.at_generated that throw BadCommandLineException Modifier and Type Method Description intPluginImpl. parseArgument(Options opt, String[] args, int i)
-