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 45 2009-07-26 04:51:49Z schulte2005 $
- Author:
- Christian Schulte
|
Method Summary |
java.lang.String |
getOptionName()
|
java.lang.String |
getUsage()
|
boolean |
run(com.sun.tools.xjc.outline.Outline model,
com.sun.tools.xjc.Options options,
org.xml.sax.ErrorHandler errorHandler)
|
| Methods inherited from class com.sun.tools.xjc.Plugin |
getCustomizationURIs, isCustomizationTagName, onActivated, parseArgument, postProcessModel |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PluginImpl
public PluginImpl()
getOptionName
public java.lang.String getOptionName()
- Specified by:
getOptionName in class com.sun.tools.xjc.Plugin
getUsage
public java.lang.String getUsage()
- Specified by:
getUsage in class com.sun.tools.xjc.Plugin
run
public boolean run(com.sun.tools.xjc.outline.Outline model,
com.sun.tools.xjc.Options options,
org.xml.sax.ErrorHandler errorHandler)
- Specified by:
run in class com.sun.tools.xjc.Plugin
Copyright © 2009 The CC-XJC Community. All Rights Reserved.