Class TxwOptions


  • public class TxwOptions
    extends java.lang.Object
    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)
    • Constructor Summary

      Constructors 
      Constructor Description
      TxwOptions()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • _package

        public JPackage _package
        The package to put the generated code into.
      • errorListener

        public ErrorListener errorListener
        Always non-null.
      • chainMethod

        public boolean chainMethod
        If true, generate attribute/value methods that returns the this object for chaining.
      • noPackageNamespace

        public boolean noPackageNamespace
        If true, the generated code will not use the package-level XmlNamespace annotation.
    • Constructor Detail

      • TxwOptions

        public TxwOptions()