|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.hawk.module.ModuleExecutor
public class ModuleExecutor
| Method Summary | |
|---|---|
boolean |
execute()
This is the entry point when hawk is run in property mode. |
Variable |
executeModule(IModule module,
java.lang.String subTask)
This executes the subtask of a module. |
boolean |
finishHawk()
This flushes all the in-memory performance data to the perf file and then starts processing it. |
static ModuleExecutor |
getInstance()
SingleTon accessor method of ModuleExecutor |
static void |
main(java.lang.String[] args)
main method when hawk is run in property mode. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static ModuleExecutor getInstance()
public static void main(java.lang.String[] args)
args -
public boolean execute()
throws HawkException
HawkExceptionpublic boolean finishHawk()
HawkPlotter
public Variable executeModule(IModule module,
java.lang.String subTask)
throws HawkException
module - the module containing subtasksubTask - subtask to be executed.
HawkException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||