uk.org.retep.util.xml.jaxb.plugin
Class PackageDocPlugin
java.lang.Object
com.sun.tools.xjc.Plugin
uk.org.retep.util.xml.jaxb.AbstractPlugin
uk.org.retep.util.xml.jaxb.plugin.AbstractInjectionPlugin
uk.org.retep.util.xml.jaxb.plugin.PackageDocPlugin
@Service(value=RetepPluginLibrary.class)
public class PackageDocPlugin
- extends AbstractInjectionPlugin
JAXB plugin that generates package.html documentation.
ref: http://www.nabble.com/javadoc-generation-for-JAXB-generated-classes-using-mavn-javadoc-plugin-td21079671.html
- Since:
- 9.6
- Author:
- peter
|
Method Summary |
protected void |
customise(com.sun.tools.xjc.outline.Outline model,
com.sun.tools.xjc.Options opt,
ErrorHandler errorHandler,
com.sun.tools.xjc.outline.ClassOutline co,
com.sun.tools.xjc.model.CPluginCustomization c)
|
protected String |
getLocalName()
The localName for the configuration |
String |
getUsage()
The useage Strng. |
| Methods inherited from class com.sun.tools.xjc.Plugin |
onActivated, parseArgument, postProcessModel |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PackageDocPlugin
public PackageDocPlugin()
getLocalName
protected String getLocalName()
- Description copied from class:
AbstractPlugin
- The localName for the configuration
- Specified by:
getLocalName in class AbstractPlugin
- Returns:
getUsage
public String getUsage()
- Description copied from class:
AbstractPlugin
- The useage Strng. If this returns null, then the string is not returned
as part of the libraries Useage.
- Overrides:
getUsage in class AbstractPlugin
customise
protected void customise(com.sun.tools.xjc.outline.Outline model,
com.sun.tools.xjc.Options opt,
ErrorHandler errorHandler,
com.sun.tools.xjc.outline.ClassOutline co,
com.sun.tools.xjc.model.CPluginCustomization c)
throws SAXException
- Specified by:
customise in class AbstractInjectionPlugin
- Throws:
SAXException
Copyright © 1998-2009 Retep Development Group. All Rights Reserved.