Class InheritancePlugin
- 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.inheritance.InheritancePlugin
-
public class InheritancePlugin extends org.jvnet.jaxb2_commons.plugin.AbstractParameterizablePlugin
-
-
Constructor Summary
Constructors Constructor Description InheritancePlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<QName>getCustomizationElementNames()StringgetOptionName()StringgetUsage()booleanrun(com.sun.tools.xjc.outline.Outline outline, com.sun.tools.xjc.Options opt, 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
-
getCustomizationElementNames
public Collection<QName> getCustomizationElementNames()
- Overrides:
getCustomizationElementNamesin classorg.jvnet.jaxb2_commons.plugin.AbstractPlugin
-
run
public boolean run(com.sun.tools.xjc.outline.Outline outline, com.sun.tools.xjc.Options opt, ErrorHandler errorHandler)- Overrides:
runin classorg.jvnet.jaxb2_commons.plugin.AbstractPlugin
-
-