Class TinyTaskEnabledProp

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      boolean isAutorun() whether to auto register TinyTask.Auto.
      boolean isMvcConf() whether to enable TaskConfController.
      boolean isMvcExec() whether to enable TaskExecController.
      boolean isMvcList() whether to enable TaskListController.
      boolean equals(Object o)
      int hashCode()
      String toString()
      void setAutorun(boolean autorun) whether to auto register TinyTask.Auto.
      void setMvcConf(boolean mvcConf) whether to enable TaskConfController.
      void setMvcExec(boolean mvcExec) whether to enable TaskExecController.
      void setMvcList(boolean mvcList) whether to enable TaskListController.
      • Methods inherited from class java.lang.Object

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

      • TinyTaskEnabledProp

        TinyTaskEnabledProp()
    • Method Detail

      • isAutorun

         boolean isAutorun()

        whether to auto register TinyTask.Auto.

      • isMvcConf

         boolean isMvcConf()

        whether to enable TaskConfController.

      • isMvcExec

         boolean isMvcExec()

        whether to enable TaskExecController.

      • isMvcList

         boolean isMvcList()

        whether to enable TaskListController.

      • setAutorun

         void setAutorun(boolean autorun)

        whether to auto register TinyTask.Auto.

      • setMvcConf

         void setMvcConf(boolean mvcConf)

        whether to enable TaskConfController.

      • setMvcExec

         void setMvcExec(boolean mvcExec)

        whether to enable TaskExecController.

      • setMvcList

         void setMvcList(boolean mvcList)

        whether to enable TaskListController.