Package com.kscs.util.plugins.xjc
Klasse MetaPlugin
java.lang.Object
com.sun.tools.xjc.Plugin
com.kscs.util.plugins.xjc.base.AbstractPlugin
com.kscs.util.plugins.xjc.MetaPlugin
public class MetaPlugin
extends com.kscs.util.plugins.xjc.base.AbstractPlugin
Generates a helper class to access meta information
about a JAXB-generated object.
Currently only the generation of property name constants
is implemented.
- Autor:
- Mirko Klemm 2015-02-13
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbooleanvoidpostProcessModel(com.sun.tools.xjc.model.Model model, ErrorHandler errorHandler) booleanrun(com.sun.tools.xjc.outline.Outline outline, com.sun.tools.xjc.Options opt, ErrorHandler errorHandler) Von Klasse geerbte Methoden com.kscs.util.plugins.xjc.base.AbstractPlugin
getMessage, getMessage, getOptions, getUsage, isForPlugin, parseArgumentVon Klasse geerbte Methoden com.sun.tools.xjc.Plugin
getCustomizationURIs, isCustomizationTagName, onActivated
-
Konstruktordetails
-
MetaPlugin
public MetaPlugin()
-
-
Methodendetails
-
getOptionName
- Angegeben von:
getOptionNamein Klassecom.sun.tools.xjc.Plugin
-
postProcessModel
- Setzt außer Kraft:
postProcessModelin Klassecom.sun.tools.xjc.Plugin
-
isExtended
public boolean isExtended() -
run
public boolean run(com.sun.tools.xjc.outline.Outline outline, com.sun.tools.xjc.Options opt, ErrorHandler errorHandler) throws SAXException - Angegeben von:
runin Klassecom.sun.tools.xjc.Plugin- Löst aus:
SAXException
-
getVisitMethodName
-