wt.dataservice
Class DSProperties
java.lang.Object
java.util.Dictionary
java.util.Hashtable
java.util.Properties
wt.util.WTProperties
wt.dataservice.DSProperties
- All Implemented Interfaces:
- Cloneable, Map, Serializable
- public class DSProperties
- extends WTProperties
DataServices properties.
These properties are loaded from a file identified by a property
named "wt.pom.properties" in the standard Windchill properties file.
- See Also:
WTProperties
,
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, main, 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 |
JDBC_DRIVER
public static final String JDBC_DRIVER
JDBC_URL
public static final String JDBC_URL
DB_USER
public static final String DB_USER
DB_PASSWORD
public static final String DB_PASSWORD
SERVICE_NAME
public static final String SERVICE_NAME
DB_CONNECTION_PROPERTIES_NAME_LIST
public static final String DB_CONNECTION_PROPERTIES_NAME_LIST
DB_CONNECTION_PROPERTIES_VALUE_LIST
public static final String DB_CONNECTION_PROPERTIES_VALUE_LIST
DATASTORE
public static final String DATASTORE
DSProperties
private DSProperties(Properties defaults)
getProperties
public static Properties getProperties(boolean load)
throws IOException
- Throws:
IOException