|
OOoRunner test harness | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
helper
Class CfgParser
java.lang.Object | +--helper.CfgParser
- public class CfgParser
- extends Object
This class parses the ini files and stores the data
inside TestParameters
| Field Summary | |
protected boolean |
debug
|
protected String |
iniFile
|
| Constructor Summary | |
CfgParser(String ini)
|
|
| Method Summary | |
protected String |
getDefaultFileName(boolean home)
|
void |
getIniParameters(TestParameters param)
|
protected Properties |
getProperties(String name)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
debug
protected boolean debug
iniFile
protected String iniFile
| Constructor Detail |
CfgParser
public CfgParser(String ini)
| Method Detail |
getIniParameters
public void getIniParameters(TestParameters param)
getProperties
protected Properties getProperties(String name)
getDefaultFileName
protected String getDefaultFileName(boolean home)
|
OOoRunner test harness | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||


