calhoun.util
Class TypedProperties
java.lang.Object
java.util.Dictionary<K,V>
java.util.Hashtable<java.lang.Object,java.lang.Object>
java.util.Properties
calhoun.util.TypedProperties
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable, java.util.Map<java.lang.Object,java.lang.Object>
public class TypedProperties
- extends java.util.Properties
- See Also:
- Serialized Form
| Methods inherited from class java.util.Properties |
getProperty, getProperty, list, list, load, loadFromXML, propertyNames, save, setProperty, store, storeToXML, storeToXML |
| 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 |
TypedProperties
public TypedProperties()
TypedProperties
public TypedProperties(java.util.Properties props)
getIntProperty
public int getIntProperty(java.lang.String name,
int defValue)
getDoubleProperty
public double getDoubleProperty(java.lang.String name,
double defValue)
getDoubleArrayProperty
public double[] getDoubleArrayProperty(java.lang.String name,
double[] defValue)
getIntArrayProperty
public int[] getIntArrayProperty(java.lang.String name,
int[] defValue)
getShortArrayProperty
public short[] getShortArrayProperty(java.lang.String name,
short[] defValue)
getBooleanProperty
public boolean getBooleanProperty(java.lang.String name,
boolean defValue)