|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.Dictionary<K,V>
java.util.Hashtable<java.lang.Object,java.lang.Object>
java.util.Properties
be.erwinsmout.MyProperties
be.SIRAPRISE.client.jsba.DBObjectInterfaceGeneratorProperties
public class DBObjectInterfaceGeneratorProperties
The DBObjectInterfaceGeneratorProperties object is used by the DBObjectInterfaceGenerator utility to retrieve its configurable runtime information, such as the host and port number to connect to. It is created with the DBConnectionProperties object as its parent properties, so that any properties configured in those DBConnectionProperties will be "inherited" by this Properties object.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class be.erwinsmout.MyProperties |
---|
MyProperties.SKIPAUTOLOAD |
Field Summary |
---|
Fields inherited from class be.erwinsmout.MyProperties |
---|
SUFFIX |
Method Summary | |
---|---|
static java.util.Properties |
getInstance()
Gets the instance |
Methods inherited from class be.erwinsmout.MyProperties |
---|
resolveSystemPropertyRefs |
Methods inherited from class java.util.Properties |
---|
getProperty, getProperty, list, list, load, load, loadFromXML, propertyNames, save, setProperty, store, store, storeToXML, storeToXML, stringPropertyNames |
Methods inherited from class java.util.Hashtable |
---|
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, put, putAll, remove, size, toString, values |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public static java.util.Properties getInstance()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |