net.sourceforge.ccxjc
Class PluginImpl
java.lang.Object
com.sun.tools.xjc.Plugin
net.sourceforge.ccxjc.PluginImpl
public final class PluginImpl
- extends com.sun.tools.xjc.Plugin
CC-XJC plugin implementation.
- Version:
- $Id: PluginImpl.java 129 2011-03-11 02:51:49Z schulte2005 $
- Author:
- Christian Schulte
Methods inherited from class com.sun.tools.xjc.Plugin |
getCustomizationURIs, isCustomizationTagName, onActivated, postProcessModel |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PluginImpl
public PluginImpl()
getOptionName
public String getOptionName()
- Specified by:
getOptionName
in class com.sun.tools.xjc.Plugin
getUsage
public String getUsage()
- Specified by:
getUsage
in class com.sun.tools.xjc.Plugin
parseArgument
public int parseArgument(com.sun.tools.xjc.Options opt,
String[] args,
int i)
throws com.sun.tools.xjc.BadCommandLineException,
IOException
- Overrides:
parseArgument
in class com.sun.tools.xjc.Plugin
- Throws:
com.sun.tools.xjc.BadCommandLineException
IOException
run
public boolean run(com.sun.tools.xjc.outline.Outline model,
com.sun.tools.xjc.Options options,
ErrorHandler errorHandler)
- Specified by:
run
in class com.sun.tools.xjc.Plugin