Class Executor.Descriptive

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String description  
    • Constructor Summary

      Constructors 
      Constructor Description
      Descriptive​(java.lang.Object o, java.lang.String method, java.lang.Object... params)  
      Descriptive​(java.lang.String name, java.lang.String method, java.lang.Object... params)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String description()  
      • Methods inherited from class java.lang.Object

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

      • description

        protected final java.lang.String description
    • Constructor Detail

      • Descriptive

        public Descriptive​(java.lang.Object o,
                           java.lang.String method,
                           java.lang.Object... params)
      • Descriptive

        public Descriptive​(java.lang.String name,
                           java.lang.String method,
                           java.lang.Object... params)
    • Method Detail

      • description

        public java.lang.String description()