Class 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 detector
      java.lang.String getParameterString()
      Get the list of parameters as a string
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TaskWrapper

        public TaskWrapper​(ITask task)
        Initialise the wrapper using the task supplied
        Parameters:
        task - the task to manage
    • Method Detail

      • getDisplayName

        public java.lang.String getDisplayName()
        Get the display name of the detector
        Returns:
        the name
      • getParameterString

        public java.lang.String getParameterString()
        Get the list of parameters as a string
        Returns:
        the string result