|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.util.Dictionary | +--java.util.Hashtable | +--java.util.Properties | +--org.jlf.util.AppProperties | +--org.jlf.dataMap.DataLocationProperties
DataLocationProperties
provides convenience accessors
to map DataMappedObject
s to/from a
DataLocation
.
DataLocation
,
DataMappedObject
,
Serialized FormField Summary |
Fields inherited from class org.jlf.util.AppProperties |
PROPERTY_FILE_COMPONENT_VERSION_PREFIX, propertyFileName, singleton |
Fields inherited from class java.util.Properties |
defaults |
Constructor Summary | |
protected |
DataLocationProperties()
Protect the default constructor, this class uses a Singleton pattern. |
|
DataLocationProperties(java.util.Properties properties)
Passthrough constructor for default properties. |
protected |
DataLocationProperties(java.lang.String propertyFileName)
Constructor which reads the property file with the file name given. |
Methods inherited from class org.jlf.util.AppProperties |
getBooleanProperty, getComponentsAndVersions, getInstance, getIntegerProperty, getLongProperty, getPropertiesForPrefix, getStringProperty, isRelativePathFileName, load |
Methods inherited from class java.util.Properties |
getProperty, getProperty, list, list, load, propertyNames, save, setProperty, store |
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 |
Constructor Detail |
protected DataLocationProperties()
protected DataLocationProperties(java.lang.String propertyFileName)
public DataLocationProperties(java.util.Properties properties)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |