|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Plugin | |
---|---|
com.sun.tools.xjc | Schema to Java compiler |
com.sun.tools.xjc.api | API for programmatic invocation of XJC and schemagen. |
Uses of Plugin in com.sun.tools.xjc |
---|
Fields in com.sun.tools.xjc with type parameters of type Plugin | |
---|---|
java.util.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 | |
---|---|
java.util.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(com.sun.tools.xjc.generator.bean.field.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.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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |