Class ResultTask


  • public class ResultTask
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String result
      Injected argument.
    • Constructor Summary

      Constructors 
      Constructor Description
      ResultTask()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String execute​(java.lang.String text)
      Execute the task.
      • Methods inherited from class java.lang.Object

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

      • result

        protected java.lang.String result
        Injected argument.
    • Constructor Detail

      • ResultTask

        public ResultTask()
    • Method Detail

      • execute

        public java.lang.String execute​(java.lang.String text)
        Execute the task.