Package com.sun.tools.txw2
Class TxwOptions
java.lang.Object
com.sun.tools.txw2.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.)
- Author:
- Kohsuke Kawaguchi (kohsuke.kawaguchi@sun.com)
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe package to put the generated code into.boolean
If true, generate attribute/value methods that returns the this object for chaining.final JCodeModel
Always non-null.boolean
If true, the generated code will not use the package-levelXmlNamespace
annotation. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
codeModel
-
_package
The package to put the generated code into. -
errorListener
Always non-null. -
chainMethod
public boolean chainMethodIf true, generate attribute/value methods that returns the this object for chaining. -
noPackageNamespace
public boolean noPackageNamespaceIf true, the generated code will not use the package-levelXmlNamespace
annotation.
-
-
Constructor Details
-
TxwOptions
public TxwOptions()
-