Class TaskWrapper
- java.lang.Object
-
- uk.ac.warwick.dcs.sherlock.module.web.data.wrappers.TaskWrapper
-
public class TaskWrapper extends java.lang.Object
The wrapper that manages the task
-
-
Constructor Summary
Constructors Constructor Description TaskWrapper(ITask task)
Initialise the wrapper using the task supplied
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getDisplayName()
Get the display name of the detectorjava.lang.String
getParameterString()
Get the list of parameters as a string
-
-
-
Constructor Detail
-
TaskWrapper
public TaskWrapper(ITask task)
Initialise the wrapper using the task supplied- Parameters:
task
- the task to manage
-
-