|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.tools.xjc.Plugin
com.sun.tools.xjc.addon.at_generated.PluginImpl
public class PluginImpl
Plugin
that marks the generated code by using JSR-250's '@Generated'.
Constructor Summary | |
---|---|
PluginImpl()
|
Method Summary | |
---|---|
java.lang.String |
getOptionName()
Gets the option name to turn on this add-on. |
java.lang.String |
getUsage()
Gets the description of this add-on. |
boolean |
run(Outline model,
Options opt,
org.xml.sax.ErrorHandler errorHandler)
Run the add-on. |
Methods inherited from class com.sun.tools.xjc.Plugin |
---|
getCustomizationURIs, isCustomizationTagName, parseArgument |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PluginImpl()
Method Detail |
---|
public java.lang.String getOptionName()
Plugin
getOptionName
in class Plugin
public java.lang.String getUsage()
Plugin
getUsage
in class Plugin
public boolean run(Outline model, Options opt, org.xml.sax.ErrorHandler errorHandler)
Plugin
run
in class Plugin
model
- This object allows access to various generated code.errorHandler
- Errors should be reported to this handler.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |