Class Task.Namer

    • Constructor Summary

      Constructors 
      Constructor Description
      Namer()
      Deprecated.
       
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      java.lang.String determineName​(Task task)
      Deprecated.
      Determines the name of the given object.
      • Methods inherited from class java.lang.Object

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

      • Namer

        public Namer()
        Deprecated.
    • Method Detail

      • determineName

        public java.lang.String determineName​(Task task)
        Deprecated.
        Description copied from interface: Namer
        Determines the name of the given object.
        Specified by:
        determineName in interface Namer<Task>
        Parameters:
        task - The object to determine the name of
        Returns:
        The object's inherent name. Never null.