com.sun.tools.jxc.apt
Class Const

java.lang.Object
  extended by com.sun.tools.jxc.apt.Const

public abstract class Const
extends Object

Defines constants used in the APT driver.


Field Summary
static String CONFIG_FILE_OPTION
          Name of the APT command-line option to take user-specified config files.
static String DEBUG_OPTION
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CONFIG_FILE_OPTION

public static final String CONFIG_FILE_OPTION
Name of the APT command-line option to take user-specified config files.

It can take multiple file names separately by File.pathSeparator.

See Also:
Constant Field Values

DEBUG_OPTION

public static final String DEBUG_OPTION
See Also:
Constant Field Values