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.Plugin
public String getUsage()
getUsage
in class com.sun.tools.xjc.Plugin
public 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.Plugin
SAXException
public void onActivated(com.sun.tools.xjc.Options opts) throws com.sun.tools.xjc.BadCommandLineException
onActivated
in class com.sun.tools.xjc.Plugin
com.sun.tools.xjc.BadCommandLineException
public 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.Plugin
com.sun.tools.xjc.BadCommandLineException
IOException
Apache CXF