public class DefaultValuePlugin
extends com.sun.tools.xjc.Plugin
| Constructor and Description |
|---|
DefaultValuePlugin() |
| Modifier and Type | Method and Description |
|---|---|
String |
getOptionName() |
String |
getUsage() |
void |
onActivated(com.sun.tools.xjc.Options opts) |
int |
parseArgument(com.sun.tools.xjc.Options opt,
String[] args,
int index) |
boolean |
run(com.sun.tools.xjc.outline.Outline outline,
com.sun.tools.xjc.Options opt,
ErrorHandler errorHandler) |
public String getOptionName()
getOptionName in class com.sun.tools.xjc.Pluginpublic String getUsage()
getUsage in class com.sun.tools.xjc.Pluginpublic boolean run(com.sun.tools.xjc.outline.Outline outline,
com.sun.tools.xjc.Options opt,
ErrorHandler errorHandler)
throws SAXException
run in class com.sun.tools.xjc.PluginSAXExceptionpublic void onActivated(com.sun.tools.xjc.Options opts)
throws com.sun.tools.xjc.BadCommandLineException
onActivated in class com.sun.tools.xjc.Plugincom.sun.tools.xjc.BadCommandLineExceptionpublic int parseArgument(com.sun.tools.xjc.Options opt,
String[] args,
int index)
throws com.sun.tools.xjc.BadCommandLineException,
IOException
parseArgument in class com.sun.tools.xjc.Plugincom.sun.tools.xjc.BadCommandLineExceptionIOExceptionApache CXF