wt.replication.export
Class ExportProperties

java.lang.Object
  extended byjava.util.Dictionary
      extended byjava.util.Hashtable
          extended byjava.util.Properties
              extended bywt.util.WTProperties
                  extended bywt.replication.export.ExportProperties
All Implemented Interfaces:
Cloneable, Map, Serializable

public class ExportProperties
extends WTProperties

See Also:
Serialized Form

Nested Class Summary
 
Nested classes inherited from class java.util.Hashtable
 
Field Summary
static boolean LOG_APPEND
           
static String LOG_BASELINE
           
static String LOG_DESCRIBELINK
           
static String LOG_DIR
           
static boolean LOG_ENABLED
           
static String LOG_EPMBUILDRULES
           
static String LOG_EPMDOC
           
static String LOG_EPMMEMBERLINK
           
static String LOG_EPMREFLINK
           
static boolean LOG_EXPORTED_OBJECTS
           
static String LOG_FILE
           
static String LOG_PART
           
static String LOG_SEED
           
static String LOG_USAGELINK
           
static String LOG_WTDOC
           
static String PROPERTY_PREFIX
           
private static String RESOURCE
           
static boolean VERBOSE
           
static boolean VERBOSE_PROPERTIES
           
 
Fields inherited from class wt.util.WTProperties
RESOURCE_NAME, SERVER_CODEBASE_LOCATOR, SERVER_CODEBASE_PROPERTY
 
Fields inherited from class java.util.Properties
 
Fields inherited from class java.util.Hashtable
 
Constructor Summary
private ExportProperties()
           
private ExportProperties(Properties defaults)
           
 
Method Summary
private static void logProperties()
           
 
Methods inherited from class wt.util.WTProperties
appendPropertyToFile, appendPropertyToFile, copyFile, getAppletProperties, getLocalProperties, getProperty, getProperty, getProperty, getServerCodebase, getServerCodebase, getServerProperties, getServerProperties, getURL, list, main, parseArgs, propertyNames, reset, setLocalPropertiesOnly, setVerbose, store, store, store, substitute
 
Methods inherited from class java.util.Properties
getProperty, list, list, load, save, setProperty, store
 
Methods inherited from class java.util.Hashtable
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, put, putAll, rehash, remove, size, toString, values
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

RESOURCE

private static final String RESOURCE
See Also:
Constant Field Values

PROPERTY_PREFIX

public static final String PROPERTY_PREFIX
See Also:
Constant Field Values

VERBOSE_PROPERTIES

public static final boolean VERBOSE_PROPERTIES

VERBOSE

public static final boolean VERBOSE

LOG_EXPORTED_OBJECTS

public static final boolean LOG_EXPORTED_OBJECTS

LOG_ENABLED

public static final boolean LOG_ENABLED

LOG_APPEND

public static final boolean LOG_APPEND

LOG_DIR

public static String LOG_DIR

LOG_FILE

public static String LOG_FILE

LOG_BASELINE

public static String LOG_BASELINE

LOG_SEED

public static String LOG_SEED

LOG_PART

public static String LOG_PART

LOG_USAGELINK

public static String LOG_USAGELINK

LOG_DESCRIBELINK

public static String LOG_DESCRIBELINK

LOG_WTDOC

public static String LOG_WTDOC

LOG_EPMDOC

public static String LOG_EPMDOC

LOG_EPMBUILDRULES

public static String LOG_EPMBUILDRULES

LOG_EPMMEMBERLINK

public static String LOG_EPMMEMBERLINK

LOG_EPMREFLINK

public static String LOG_EPMREFLINK
Constructor Detail

ExportProperties

private ExportProperties()

ExportProperties

private ExportProperties(Properties defaults)
Method Detail

logProperties

private static void logProperties()