wt.scheduler
Class SchedulerProperties
java.lang.Object
java.util.Dictionary
java.util.Hashtable
java.util.Properties
wt.util.WTProperties
wt.scheduler.SchedulerProperties
- All Implemented Interfaces:
- Cloneable, Map, Serializable
- public class SchedulerProperties
- extends WTProperties
- See Also:
- Serialized Form
Nested classes inherited from class java.util.Hashtable |
|
Fields inherited from class java.util.Hashtable |
|
Methods inherited from class wt.util.WTProperties |
appendPropertyToFile, appendPropertyToFile, copyFile, getAppletProperties, getLocalProperties, getProperty, getProperty, getProperty, getServerCodebase, getServerCodebase, getServerProperties, getServerProperties, getURL, list, parseArgs, propertyNames, reset, setLocalPropertiesOnly, setVerbose, store, store, store, substitute |
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 |
versionID
private static final String versionID
- See Also:
- Constant Field Values
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 boolean VERBOSE_PROPERTIES
VERBOSE
public static boolean VERBOSE
LOG_ENABLED
public static boolean LOG_ENABLED
LOG_APPEND
public static boolean LOG_APPEND
LOG_FILE
public static String LOG_FILE
SchedulerProperties
private SchedulerProperties()
SchedulerProperties
private SchedulerProperties(Properties defaults)
logProperties
private static void logProperties()
main
public static void main(String[] args)
- Description copied from class:
WTProperties
- Simple tester.
Prints local and server properties lists.
If an argument is specified, it is used as a prefix filter on the keys.
Supported API: true