|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Plugin | |
---|---|
com.sun.tools.xjc | Schema to Java compiler |
com.sun.tools.xjc.addon.at_generated | |
com.sun.tools.xjc.addon.locator | |
com.sun.tools.xjc.addon.sync | |
com.sun.tools.xjc.api | API for programatic invocation of XJC and schemagen. |
com.sun.tools.xjc.api.impl.s2j | implementation of the XJC API for schema to java. |
Uses of Plugin in com.sun.tools.xjc |
---|
Fields in com.sun.tools.xjc with type parameters of type Plugin | |
---|---|
List<Plugin> |
Options.activePlugins
Plugin s 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 Plugin s 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(NameConverter nc,
Plugin owner)
Sets the NameConverter . |
Uses of Plugin in com.sun.tools.xjc.addon.at_generated |
---|
Subclasses of Plugin in com.sun.tools.xjc.addon.at_generated | |
---|---|
class |
PluginImpl
Plugin that marks the generated code by using JSR-250's '@Generated'. |
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 | |
---|---|
com.sun.codemodel.JCodeModel |
S2JJAXBModel.generateCode(Plugin[] extensions,
ErrorListener errorListener)
Generates artifacts. |
Uses of Plugin in com.sun.tools.xjc.api.impl.s2j |
---|
Methods in com.sun.tools.xjc.api.impl.s2j with parameters of type Plugin | |
---|---|
com.sun.codemodel.JCodeModel |
JAXBModelImpl.generateCode(Plugin[] extensions,
ErrorListener errorListener)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |