com.togethersoft.testing.host
Class TaskDefinition


public class TaskDefinition

represents "taskdef" element in suite (ant project)


Field Summary
 private static org.apache.log4j.CategoryLOG
           
 private StringmyDisplayName
           
 private StringmyTaskClassName
           
 private StringmyTaskType
           

Constructor Summary
TaskDefinition(String taskType, String taskClassName, String displayName)
           

Method Summary
 StringgetDisplayName()
          Returns the display name of this task definition
 StringgetTaskClassName()
          Returns the name of class that defines this task
 StringgetTaskType()
          Returnns type of task

Field Detail

LOG

private static org.apache.log4j.Category LOG

myDisplayName

private String myDisplayName

myTaskClassName

private String myTaskClassName

myTaskType

private String myTaskType
Constructor Detail

TaskDefinition

public TaskDefinition(String taskType, String taskClassName, String displayName)
Method Detail

getDisplayName

public String getDisplayName()
Returns the display name of this task definition

getTaskClassName

public String getTaskClassName()
Returns the name of class that defines this task

getTaskType

public String getTaskType()
Returnns type of task

Association Links

to Class java.lang.String

to Class java.lang.String

to Class java.lang.String