dbStorage
Class dbProperties

java.lang.Object
  extended by java.util.Dictionary<K,V>
      extended by java.util.Hashtable<java.lang.Object,java.lang.Object>
          extended by java.util.Properties
              extended by dbStorage.dbProperties
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.util.Map<java.lang.Object,java.lang.Object>

public class dbProperties
extends java.util.Properties

See Also:
Serialized Form

Field Summary
static java.util.TimeZone DEFAULT_TIMEZONE
           
static java.lang.String FILE
           
static dbProperties PROPS
           
private static long serialVersionUID
           
 
Fields inherited from class java.util.Properties
defaults
 
Constructor Summary
private dbProperties()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
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, rehash, remove, size, toString, values
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

PROPS

public static final dbProperties PROPS

FILE

public static final java.lang.String FILE
See Also:
Constant Field Values

DEFAULT_TIMEZONE

public static java.util.TimeZone DEFAULT_TIMEZONE
Constructor Detail

dbProperties

private dbProperties()
Method Detail

main

public static void main(java.lang.String[] args)