wt.tools.generation
Class GenProperties

java.lang.Object
  extended bywt.tools.generation.GenProperties

public abstract class GenProperties
extends Object


Field Summary
static boolean ALLOW_AUGMENTATION
           
static boolean BACKUP_ORIG_SRC
           
static boolean BUILD_USAGE
           
static boolean COPY_CHANGED_SRC
           
static boolean DEBUG
           
static boolean ENFORCE_EXTENDABLE
           
static String FC_PACKAGE
           
static String FOREIGN_KEY_LINK
           
static Locale[] FROM_DEFAULT_LOCALES
           
static boolean GEN_DESCRIPTOR
           
static String GENERATION_TIMESTAMP
           
static String INDENT
           
static boolean INSTALL
           
static boolean INTERNAL_USAGE
           
static String MAPPABLE_IFC
           
static boolean NOTIFY_CHANGED_SRC
           
static String PERSISTABLE_IFC
           
static String PERSISTABLE_LINK
           
static boolean RESOURCE_BUILD
           
static boolean RESOURCE_BUILD_LOCALES
           
static Locale[] RESOURCE_LOCALES
           
static boolean RESOURCE_PROCESS_LOCALES
           
static boolean RESOURCE_UPDATE
           
static boolean RESOURCE_UPDATE_LOCALES
           
static String SOURCE_CONTROL_VERSION
           
static String STANDARD_LINK
           
static String STANDARD_V_LINK
           
static String STANDARD_V_V_LINK
           
static boolean TRACE
           
static boolean UNINSTALL
           
static String V_FOREIGN_KEY_LINK
           
static String V_V_FOREIGN_KEY_LINK
           
static String VERSION_REF
           
static String WINDCHILL_ENUM
           
static String WINDCHILL_IFC
           
static String WINDCHILL_REF
           
 
Constructor Summary
GenProperties()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEBUG

public static final boolean DEBUG

TRACE

public static final boolean TRACE

INDENT

public static final String INDENT

NOTIFY_CHANGED_SRC

public static final boolean NOTIFY_CHANGED_SRC

COPY_CHANGED_SRC

public static final boolean COPY_CHANGED_SRC

BACKUP_ORIG_SRC

public static final boolean BACKUP_ORIG_SRC

INSTALL

public static final boolean INSTALL

UNINSTALL

public static final boolean UNINSTALL

ALLOW_AUGMENTATION

public static final boolean ALLOW_AUGMENTATION

GENERATION_TIMESTAMP

public static final String GENERATION_TIMESTAMP

SOURCE_CONTROL_VERSION

public static final String SOURCE_CONTROL_VERSION

RESOURCE_UPDATE

public static final boolean RESOURCE_UPDATE

RESOURCE_BUILD

public static final boolean RESOURCE_BUILD

RESOURCE_UPDATE_LOCALES

public static final boolean RESOURCE_UPDATE_LOCALES

RESOURCE_BUILD_LOCALES

public static final boolean RESOURCE_BUILD_LOCALES

RESOURCE_PROCESS_LOCALES

public static final boolean RESOURCE_PROCESS_LOCALES

RESOURCE_LOCALES

public static final Locale[] RESOURCE_LOCALES

FROM_DEFAULT_LOCALES

public static final Locale[] FROM_DEFAULT_LOCALES

ENFORCE_EXTENDABLE

public static final boolean ENFORCE_EXTENDABLE

INTERNAL_USAGE

public static final boolean INTERNAL_USAGE

BUILD_USAGE

public static final boolean BUILD_USAGE

GEN_DESCRIPTOR

public static final boolean GEN_DESCRIPTOR

FC_PACKAGE

public static final String FC_PACKAGE
See Also:
Constant Field Values

WINDCHILL_IFC

public static final String WINDCHILL_IFC
See Also:
Constant Field Values

WINDCHILL_REF

public static final String WINDCHILL_REF
See Also:
Constant Field Values

VERSION_REF

public static final String VERSION_REF
See Also:
Constant Field Values

MAPPABLE_IFC

public static final String MAPPABLE_IFC
See Also:
Constant Field Values

PERSISTABLE_IFC

public static final String PERSISTABLE_IFC
See Also:
Constant Field Values

PERSISTABLE_LINK

public static final String PERSISTABLE_LINK
See Also:
Constant Field Values

STANDARD_LINK

public static final String STANDARD_LINK
See Also:
Constant Field Values

STANDARD_V_LINK

public static final String STANDARD_V_LINK
See Also:
Constant Field Values

STANDARD_V_V_LINK

public static final String STANDARD_V_V_LINK
See Also:
Constant Field Values

FOREIGN_KEY_LINK

public static final String FOREIGN_KEY_LINK
See Also:
Constant Field Values

V_FOREIGN_KEY_LINK

public static final String V_FOREIGN_KEY_LINK
See Also:
Constant Field Values

V_V_FOREIGN_KEY_LINK

public static final String V_V_FOREIGN_KEY_LINK
See Also:
Constant Field Values

WINDCHILL_ENUM

public static final String WINDCHILL_ENUM
See Also:
Constant Field Values
Constructor Detail

GenProperties

public GenProperties()