|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.gridbus.broker.runfile.RunFile
This class parses a run file and loads the information into appropriate data structures.
| Constructor Summary | |
RunFile()
|
|
| Method Summary | |
java.util.Vector |
getConstVars()
Gets the list of constant variables defined in the parsed run file. |
Task |
getFinishTask()
Gets the "rootfinish" task and associated commands defined in the parsed run file. |
java.util.Vector |
getJobs()
Gets the jobs defined in the parsed run file. |
java.util.Vector |
getListVars()
Gets the list of list type variables defined in the parsed run file. |
Task |
getStartTask()
Gets the "nodestart" task and associated commands defined in the parsed run file. |
void |
parseRunFile(java.lang.String runFile)
Parses the specified run file. |
void |
printJobs()
Prints the details of the jobs defined in the parsed run file. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public RunFile()
| Method Detail |
public void parseRunFile(java.lang.String runFile)
runFile - run file to be parsed.public java.util.Vector getJobs()
public java.util.Vector getListVars()
public java.util.Vector getConstVars()
public Task getStartTask()
public Task getFinishTask()
public void printJobs()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||