|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--net.chaosserver.bilbo.task.CompositeTask.SubTask
Subtask objects held inside the taskList.
Field Summary | |
protected String |
taskArguments
Arguments of the tasks. |
protected String |
taskName
Name of the task. |
Constructor Summary | |
protected |
CompositeTask.SubTask(String taskName,
String taskArguments)
Construct a subtask object. |
Method Summary | |
protected String |
getTaskArguments()
Getter for the taskArguments property. |
protected String |
getTaskName()
Getter for the taskName property. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected String taskName
protected String taskArguments
Constructor Detail |
protected CompositeTask.SubTask(String taskName, String taskArguments)
taskName
- the name of the tasktaskArguments
- the arguments. Pass an empty string if
there are no arguments.Method Detail |
protected String getTaskName()
protected String getTaskArguments()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |