net.sourceforge.ccxjc
Class PluginImpl

java.lang.Object
  extended by com.sun.tools.xjc.Plugin
      extended by 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

Constructor Summary
PluginImpl()
           
 
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
 

Constructor Detail

PluginImpl

public PluginImpl()
Method Detail

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.