|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcontrol.ConfigLoader
public class ConfigLoader
The configloader class reads the configfile when running the testbench without gui. This class is responsible for reading the configfile, loading the specified operations and setting correct properties for each operation.
Constructor Summary | |
---|---|
ConfigLoader(Control control)
Constructor for the configloader class. |
Method Summary | |
---|---|
java.util.ArrayList |
getOperations()
Method for getting the chosen process. |
void |
readConfigFile()
Method for reading the configfile. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ConfigLoader(Control control)
control
- instance of the control classMethod Detail |
---|
public java.util.ArrayList getOperations()
public void readConfigFile()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |