Class CustomEqualsPlugin
java.lang.Object
com.sun.tools.xjc.Plugin
org.somda.sdc.biceps.model.plugins.CustomEqualsPlugin
public class CustomEqualsPlugin
extends com.sun.tools.xjc.Plugin
A XJC Plugin to generate a custom equals method for ExtensionType
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetUsage()booleanrun(com.sun.tools.xjc.outline.Outline outline, com.sun.tools.xjc.Options options, ErrorHandler errorHandler) Methods inherited from class com.sun.tools.xjc.Plugin
getCustomizationURIs, isCustomizationTagName, onActivated, parseArgument, postProcessModel
-
Constructor Details
-
CustomEqualsPlugin
public CustomEqualsPlugin()
-
-
Method Details
-
getOptionName
- Specified by:
getOptionNamein classcom.sun.tools.xjc.Plugin
-
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) throws SAXException - Specified by:
runin classcom.sun.tools.xjc.Plugin- Throws:
SAXException
-