org.jvnet.jaxb2_commons.plugin.wildcard
Class WildcardPlugin

java.lang.Object
  extended by com.sun.tools.xjc.Plugin
      extended by org.jvnet.jaxb2_commons.plugin.AbstractPlugin
          extended by org.jvnet.jaxb2_commons.plugin.AbstractParameterizablePlugin
              extended by org.jvnet.jaxb2_commons.plugin.wildcard.WildcardPlugin

public class WildcardPlugin
extends AbstractParameterizablePlugin


Field Summary
 
Fields inherited from class org.jvnet.jaxb2_commons.plugin.AbstractParameterizablePlugin
logger
 
Constructor Summary
WildcardPlugin()
           
 
Method Summary
 java.util.Collection<javax.xml.namespace.QName> getCustomizationElementNames()
           
 java.lang.String getOptionName()
           
 java.lang.String getUsage()
           
 void postProcessModel(com.sun.tools.xjc.model.Model model, org.xml.sax.ErrorHandler errorHandler)
           
 
Methods inherited from class org.jvnet.jaxb2_commons.plugin.AbstractParameterizablePlugin
parseArgument
 
Methods inherited from class org.jvnet.jaxb2_commons.plugin.AbstractPlugin
afterRun, beforeRun, getCustomizationURIs, init, isCustomizationTagName, onActivated, run, run
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WildcardPlugin

public WildcardPlugin()
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

postProcessModel

public void postProcessModel(com.sun.tools.xjc.model.Model model,
                             org.xml.sax.ErrorHandler errorHandler)
Overrides:
postProcessModel in class com.sun.tools.xjc.Plugin

getCustomizationElementNames

public java.util.Collection<javax.xml.namespace.QName> getCustomizationElementNames()
Overrides:
getCustomizationElementNames in class AbstractPlugin


Copyright © 2005-2010 Sun Microsystems. All Rights Reserved.