public class AutoInheritancePlugin extends AbstractParameterizablePlugin
logger
Constructor and Description |
---|
AutoInheritancePlugin() |
Modifier and Type | Method and Description |
---|---|
String |
getJaxbElementsImplement() |
String |
getOptionName() |
String |
getUsage() |
String |
getXmlRootElementsExtend() |
String |
getXmlRootElementsImplement() |
String |
getXmlTypesExtend() |
String |
getXmlTypesImplement() |
protected void |
processGlobalComplexType(com.sun.tools.xjc.outline.ClassOutline classOutline) |
protected void |
processGlobalElement(com.sun.tools.xjc.outline.ClassOutline classOutline) |
protected void |
processGlobalJAXBElement(com.sun.tools.xjc.outline.ElementOutline elementOutline) |
boolean |
run(com.sun.tools.xjc.outline.Outline outline,
com.sun.tools.xjc.Options opt,
ErrorHandler errorHandler) |
void |
setJaxbElementsImplement(String jaxbElementsImplement) |
void |
setXmlRootElementsExtend(String globalElementsExtend) |
void |
setXmlRootElementsImplement(String xmlRootElementsImplement) |
void |
setXmlTypesExtend(String globalComplexTypesExtend) |
void |
setXmlTypesImplement(String xmlTypesImplement) |
parseArgument
afterRun, beforeRun, getCustomizationElementNames, getCustomizationURIs, init, isCustomizationTagName, onActivated, run
public String getXmlRootElementsExtend()
public void setXmlRootElementsExtend(String globalElementsExtend)
public String getXmlRootElementsImplement()
public void setXmlRootElementsImplement(String xmlRootElementsImplement)
public String getXmlTypesExtend()
public void setXmlTypesExtend(String globalComplexTypesExtend)
public String getXmlTypesImplement()
public void setXmlTypesImplement(String xmlTypesImplement)
public String getJaxbElementsImplement()
public void setJaxbElementsImplement(String jaxbElementsImplement)
public String getOptionName()
getOptionName
in class com.sun.tools.xjc.Plugin
public String getUsage()
getUsage
in class com.sun.tools.xjc.Plugin
public boolean run(com.sun.tools.xjc.outline.Outline outline, com.sun.tools.xjc.Options opt, ErrorHandler errorHandler)
run
in class AbstractPlugin
protected void processGlobalElement(com.sun.tools.xjc.outline.ClassOutline classOutline)
protected void processGlobalJAXBElement(com.sun.tools.xjc.outline.ElementOutline elementOutline)
protected void processGlobalComplexType(com.sun.tools.xjc.outline.ClassOutline classOutline)
Copyright © 2005–2018. All rights reserved.