Class ParentPointerPlugin
- java.lang.Object
-
- com.sun.tools.xjc.Plugin
-
- org.jvnet.jaxb.plugin.parentpointer.ParentPointerPlugin
-
public class ParentPointerPlugin extends com.sun.tools.xjc.Plugin- Author:
- gk5885 This plugin came from here : org.andromda.thirdparty.jaxb2_commons:parent-pointer-plugin:1.0
-
-
Field Summary
Fields Modifier and Type Field Description protected StringOPTION_NAME
-
Constructor Summary
Constructors Constructor Description ParentPointerPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetOptionName()StringgetUsage()booleanrun(com.sun.tools.xjc.outline.Outline outline, com.sun.tools.xjc.Options options, ErrorHandler errorHandler)
-
-
-
Field Detail
-
OPTION_NAME
protected final String OPTION_NAME
- See Also:
- Constant Field Values
-
-
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
-
run
public boolean run(com.sun.tools.xjc.outline.Outline outline, com.sun.tools.xjc.Options options, ErrorHandler errorHandler)- Specified by:
runin classcom.sun.tools.xjc.Plugin
-
-