org.jvnet.jaxb2_commons.plugin.simplify
Class SimplifyPlugin

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.simplify.SimplifyPlugin

public class SimplifyPlugin
extends AbstractParameterizablePlugin


Field Summary
 
Fields inherited from class org.jvnet.jaxb2_commons.plugin.AbstractPlugin
logger
 
Constructor Summary
SimplifyPlugin()
           
 
Method Summary
 Collection<QName> getCustomizationElementNames()
           
 Ignoring getIgnoring()
           
 String getOptionName()
           
 String getUsage()
           
 void postProcessModel(com.sun.tools.xjc.model.Model model, ErrorHandler errorHandler)
           
 void setIgnoring(Ignoring ignoring)
           
 
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

SimplifyPlugin

public SimplifyPlugin()
Method Detail

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

getIgnoring

public Ignoring getIgnoring()

setIgnoring

public void setIgnoring(Ignoring ignoring)

getCustomizationElementNames

public Collection<QName> getCustomizationElementNames()
Overrides:
getCustomizationElementNames in class AbstractPlugin

postProcessModel

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


Copyright © 2005-2012. All Rights Reserved.