public class ToStringPlugin
extends com.sun.tools.xjc.Plugin
| Modifier and Type | Field and Description |
|---|---|
(package private) ToStringPlugin |
impl |
| Constructor and Description |
|---|
ToStringPlugin() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getOptionName() |
java.lang.String |
getUsage() |
void |
onActivated(com.sun.tools.xjc.Options opts) |
int |
parseArgument(com.sun.tools.xjc.Options opt,
java.lang.String[] args,
int index) |
boolean |
run(com.sun.tools.xjc.outline.Outline outline,
com.sun.tools.xjc.Options opt,
org.xml.sax.ErrorHandler errorHandler) |
ToStringPlugin impl
public java.lang.String getOptionName()
getOptionName in class com.sun.tools.xjc.Pluginpublic java.lang.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,
org.xml.sax.ErrorHandler errorHandler)
throws org.xml.sax.SAXException
run in class com.sun.tools.xjc.Pluginorg.xml.sax.SAXExceptionpublic 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,
java.lang.String[] args,
int index)
throws com.sun.tools.xjc.BadCommandLineException,
java.io.IOException
parseArgument in class com.sun.tools.xjc.Plugincom.sun.tools.xjc.BadCommandLineExceptionjava.io.IOException