|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--mars.util.PropertiesFile
Provides means to work with ".properties" files which are used to store various MARS settings.
Constructor Summary | |
PropertiesFile()
|
Method Summary | |
static java.util.Properties |
loadPropertiesFromFile(java.lang.String file)
Produce Properties (a Hashtable) object containing key-value pairs from specified properties file. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PropertiesFile()
Method Detail |
public static java.util.Properties loadPropertiesFromFile(java.lang.String file)
file
- Properties filename. Do NOT include the file extension as
it is assumed to be ".properties" and is added here.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |