Package 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
Constructors Constructor Description Bug986Plugin(com.sun.tools.xjc.Plugin p)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetOptionName()StringgetUsage()booleanrun(com.sun.tools.xjc.outline.Outline outline, com.sun.tools.xjc.Options opt, ErrorHandler errorHandler)
-
-
-
Method Detail
-
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)
-
-