Class PropertyListenerInjectorPlugin
- java.lang.Object
-
- com.sun.tools.xjc.Plugin
-
- org.jvnet.jaxb.plugin.propertylistenerinjector.PropertyListenerInjectorPlugin
-
public class PropertyListenerInjectorPlugin extends com.sun.tools.xjc.PluginThis Plugin will generate property change events on each setXXX. See the javadoc ofPluginfor what those methods mean.- Author:
- Jerome Dochez This plugin came from here : org.andromda.thirdparty.jaxb2_commons:property-listener-injector:1.1
-
-
Field Summary
Fields Modifier and Type Field Description protected StringOPTION_NAME
-
Constructor Summary
Constructors Constructor Description PropertyListenerInjectorPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>getCustomizationURIs()StringgetOptionName()StringgetUsage()booleanisCustomizationTagName(String nsUri, String localName)booleanrun(com.sun.tools.xjc.outline.Outline model, com.sun.tools.xjc.Options opt, 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
-
getCustomizationURIs
public List<String> getCustomizationURIs()
- Overrides:
getCustomizationURIsin classcom.sun.tools.xjc.Plugin
-
isCustomizationTagName
public boolean isCustomizationTagName(String nsUri, String localName)
- Overrides:
isCustomizationTagNamein 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 model, com.sun.tools.xjc.Options opt, ErrorHandler errorHandler)- Specified by:
runin classcom.sun.tools.xjc.Plugin
-
-