net.chaosserver.bilbo.task
Class CompositeTask.SubTask

java.lang.Object
  |
  +--net.chaosserver.bilbo.task.CompositeTask.SubTask
Enclosing class:
CompositeTask

protected class CompositeTask.SubTask
extends Object

Subtask objects held inside the taskList.

Since:
Bilbo 2.0

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

taskName

protected String taskName
Name of the task.


taskArguments

protected String taskArguments
Arguments of the tasks.

Constructor Detail

CompositeTask.SubTask

protected CompositeTask.SubTask(String taskName,
                                String taskArguments)
Construct a subtask object.

Parameters:
taskName - the name of the task
taskArguments - the arguments. Pass an empty string if there are no arguments.
Method Detail

getTaskName

protected String getTaskName()
Getter for the taskName property.

Returns:
the taskName property.

getTaskArguments

protected String getTaskArguments()
Getter for the taskArguments property.

Returns:
the taskArguments property.


Copyright © 20030415