|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.dtolabs.client.utils.PropertyMap
public class PropertyMap
takes a property file name as input and manufactures a Map object via HashMap
Constructor Summary | |
---|---|
PropertyMap(java.lang.String propertyFile)
|
Method Summary | |
---|---|
java.lang.String |
get(java.lang.String key)
return a key's value within the map |
java.util.Map |
toMap()
return the map of the propertyfile input |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PropertyMap(java.lang.String propertyFile) throws java.io.IOException
java.io.IOException
Method Detail |
---|
public java.util.Map toMap()
public java.lang.String get(java.lang.String key)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |