Uses of Class
com.sun.tools.xjc.Plugin

Packages that use Plugin
com.sun.tools.xjc Schema to Java compiler 
com.sun.tools.xjc.addon.accessors   
com.sun.tools.xjc.addon.locator   
com.sun.tools.xjc.addon.sync   
com.sun.tools.xjc.api API for programmatic invocation of XJC and schemagen. 
com.sun.tools.xjc.reader.xmlschema   
 

Uses of Plugin in com.sun.tools.xjc
 

Fields in com.sun.tools.xjc with type parameters of type Plugin
 List<Plugin> Options.activePlugins
          Plugins that are enabled in this compilation.
 

Methods in com.sun.tools.xjc that return types with arguments of type Plugin
 List<Plugin> Options.getAllPlugins()
          Gets all the Plugins discovered so far.
 

Methods in com.sun.tools.xjc with parameters of type Plugin
 void Options.setFieldRendererFactory(FieldRendererFactory frf, Plugin owner)
          Sets the FieldRendererFactory.
 void Options.setNameConverter(com.sun.xml.bind.api.impl.NameConverter nc, Plugin owner)
          Sets the NameConverter.
 

Uses of Plugin in com.sun.tools.xjc.addon.accessors
 

Subclasses of Plugin in com.sun.tools.xjc.addon.accessors
 class PluginImpl
          Generates synchronized methods.
 

Uses of Plugin in com.sun.tools.xjc.addon.locator
 

Subclasses of Plugin in com.sun.tools.xjc.addon.locator
 class SourceLocationAddOn
          Generates JAXB objects that implement Locatable.
 

Uses of Plugin in com.sun.tools.xjc.addon.sync
 

Subclasses of Plugin in com.sun.tools.xjc.addon.sync
 class SynchronizedMethodAddOn
          Generates synchronized methods.
 

Uses of Plugin in com.sun.tools.xjc.api
 

Methods in com.sun.tools.xjc.api with parameters of type Plugin
 JCodeModel S2JJAXBModel.generateCode(Plugin[] extensions, ErrorListener errorListener)
          Generates artifacts.
 

Uses of Plugin in com.sun.tools.xjc.reader.xmlschema
 

Constructor parameters in com.sun.tools.xjc.reader.xmlschema with type arguments of type Plugin
BGMBuilder(String defaultPackage1, String defaultPackage2, boolean _inExtensionMode, FieldRendererFactory fieldRendererFactory, List<Plugin> activePlugins)
           
 



Copyright © 2015 Oracle Corporation. All Rights Reserved.