Class TinyTaskEnabledProp
-
- All Implemented Interfaces:
@ConfigurationProperties(value = TinyTaskEnabledProp.Key) public class TinyTaskEnabledProp
wings-enabled-79.properties
- Since:
2021-02-13
trydofor
-
-
Field Summary
Fields Modifier and Type Field Description public final static StringKeypublic final static StringKey$autorunpublic final static StringKey$mvcConfpublic final static StringKey$mvcExecpublic final static StringKey$mvcList
-
Constructor Summary
Constructors Constructor Description TinyTaskEnabledProp()
-
Method Summary
Modifier and Type Method Description booleanisAutorun()whether to auto register TinyTask.Auto. booleanisMvcConf()whether to enable TaskConfController. booleanisMvcExec()whether to enable TaskExecController. booleanisMvcList()whether to enable TaskListController. booleanequals(@Nullable() Object o)inthashCode()StringtoString()voidsetAutorun(boolean autorun)whether to auto register TinyTask.Auto. voidsetMvcConf(boolean mvcConf)whether to enable TaskConfController. voidsetMvcExec(boolean mvcExec)whether to enable TaskExecController. voidsetMvcList(boolean mvcList)whether to enable TaskListController. -
-
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.
-
hashCode
int hashCode()
-
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.
-
-
-
-