Uses of Class
com.sun.tools.ws.wscompile.Options
-
Packages that use Options Package Description com.sun.tools.ws.processor.generator com.sun.tools.ws.wscompile com.sun.tools.ws.wscompile.plugin.at_generated -
-
Uses of Options in com.sun.tools.ws.processor.generator
Methods in com.sun.tools.ws.processor.generator with parameters of type Options Modifier and Type Method Description static booleanGeneratorUtil. classExists(Options options, String className) -
Uses of Options in com.sun.tools.ws.wscompile
Subclasses of Options in com.sun.tools.ws.wscompile Modifier and Type Class Description classWsgenOptionsclassWsimportOptionsMethods in com.sun.tools.ws.wscompile that return Options Modifier and Type Method Description OptionsBadCommandLineException. getOptions()Gets the partly parsed option object, if any.Methods in com.sun.tools.ws.wscompile with parameters of type Options Modifier and Type Method Description voidBadCommandLineException. initOptions(Options opt)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.protected voidWsgenTool. usage(Options options)protected voidWsimportTool. usage(Options options)Constructors in com.sun.tools.ws.wscompile with parameters of type Options Constructor Description FilerCodeWriter(Options options)WSCodeWriter(File outDir, Options options) -
Uses of Options in com.sun.tools.ws.wscompile.plugin.at_generated
Methods in com.sun.tools.ws.wscompile.plugin.at_generated with parameters of type Options Modifier and Type Method Description intPluginImpl. parseArgument(Options opt, String[] args, int i)
-