public class TaskTypeToolDescriptor
extends java.lang.Object
| Constructor and Description |
|---|
TaskTypeToolDescriptor(java.lang.String tasktype,
java.lang.Class clazz,
java.util.Properties properties)
Instantiates a new task type tool descriptor.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Properties |
getProperties()
Gets the properties.
|
java.lang.String |
getTasktype()
Gets the tasktype.
|
java.lang.Class |
getToolClass()
Gets the tool class.
|
void |
setProperties(java.util.Properties properties)
Sets the properties.
|
void |
setTasktype(java.lang.String tasktype)
Sets the tasktype.
|
void |
setToolClass(java.lang.Class clazz)
Sets the tool class.
|
public TaskTypeToolDescriptor(java.lang.String tasktype,
java.lang.Class clazz,
java.util.Properties properties)
tasktype - the tasktypeclazz - the clazzproperties - the propertiespublic java.util.Properties getProperties()
public void setProperties(java.util.Properties properties)
properties - the new propertiespublic java.lang.Class getToolClass()
public void setToolClass(java.lang.Class clazz)
clazz - the new tool classpublic java.lang.String getTasktype()
public void setTasktype(java.lang.String tasktype)
tasktype - the new tasktype