|
TXW2 Compiler 20110809-redhat-2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.tools.txw2.TxwOptions
public class TxwOptions
Controls the various aspects of the TXW generation. But this doesn't contain options for the command-line interface nor any of the driver-level configuration (such as where to place the generated source code, etc.)
Field Summary | |
---|---|
com.sun.codemodel.JPackage |
_package
The package to put the generated code into. |
boolean |
chainMethod
If true, generate attribute/value methods that returns the this object for chaining. |
com.sun.codemodel.JCodeModel |
codeModel
|
ErrorListener |
errorListener
Always non-null. |
boolean |
noPackageNamespace
If true, the generated code will not use the package-level XmlNamespace annotation. |
Constructor Summary | |
---|---|
TxwOptions()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public final com.sun.codemodel.JCodeModel codeModel
public com.sun.codemodel.JPackage _package
public ErrorListener errorListener
public boolean chainMethod
public boolean noPackageNamespace
XmlNamespace
annotation.
Constructor Detail |
---|
public TxwOptions()
|
TXW2 Compiler 20110809-redhat-2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |