Class WildcardPlugin
- java.lang.Object
-
- com.sun.tools.xjc.Plugin
-
- org.jvnet.jaxb2_commons.plugin.AbstractPlugin
-
- org.jvnet.jaxb2_commons.plugin.AbstractParameterizablePlugin
-
- org.jvnet.jaxb2_commons.plugin.wildcard.WildcardPlugin
-
public class WildcardPlugin extends org.jvnet.jaxb2_commons.plugin.AbstractParameterizablePlugin
-
-
Constructor Summary
Constructors Constructor Description WildcardPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<QName>getCustomizationElementNames()StringgetOptionName()StringgetUsage()voidpostProcessModel(com.sun.tools.xjc.model.Model model, ErrorHandler errorHandler)-
Methods inherited from class org.jvnet.jaxb2_commons.plugin.AbstractParameterizablePlugin
parseArgument
-
-
-
-
Method Detail
-
getOptionName
public String getOptionName()
- Specified by:
getOptionNamein classcom.sun.tools.xjc.Plugin
-
getUsage
public String getUsage()
- Specified by:
getUsagein classcom.sun.tools.xjc.Plugin
-
postProcessModel
public void postProcessModel(com.sun.tools.xjc.model.Model model, ErrorHandler errorHandler)- Overrides:
postProcessModelin classcom.sun.tools.xjc.Plugin
-
getCustomizationElementNames
public Collection<QName> getCustomizationElementNames()
- Overrides:
getCustomizationElementNamesin classorg.jvnet.jaxb2_commons.plugin.AbstractPlugin
-
-