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
  • Konstruktordetails

    • MetaPlugin

      public MetaPlugin()
  • Methodendetails

    • getOptionName

      public String getOptionName()
      Angegeben von:
      getOptionName in Klasse com.sun.tools.xjc.Plugin
    • postProcessModel

      public void postProcessModel(com.sun.tools.xjc.model.Model model, ErrorHandler errorHandler)
      Setzt außer Kraft:
      postProcessModel in Klasse com.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:
      run in Klasse com.sun.tools.xjc.Plugin
      Löst aus:
      SAXException
    • getVisitMethodName

      public String getVisitMethodName()