org.apache.cxf.xjc.bug986
Class Bug986Plugin
java.lang.Object
org.apache.cxf.xjc.bug986.Bug986Plugin
public class Bug986Plugin
- extends Object
Modifies the JAXB code model to handle package naming that run into:
https://jaxb.dev.java.net/issues/show_bug.cgi?id=671
|
Constructor Summary |
Bug986Plugin(com.sun.tools.xjc.Plugin p)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Bug986Plugin
public Bug986Plugin(com.sun.tools.xjc.Plugin p)
getOptionName
public String getOptionName()
getUsage
public String getUsage()
run
public boolean run(com.sun.tools.xjc.outline.Outline outline,
com.sun.tools.xjc.Options opt,
ErrorHandler errorHandler)
Apache CXF