ChromaCore/ButtonCore
Norbi Peti 245f6bbf59
Lots of config improvements
Removed redundant delegate methods by making the methods non-static
Automatically saving config option to the yaml model when it's accessed for the first time
Automatically saving yaml config on component/plugin disable
Automatically resetting config cache on plugin/component disable
Caching the config values so reading is cheaper (it still writes through)
Correctly handling (non-)primitive types in configs
Allowing to set either a primitive or non-primitive default value and the other is obtained from the provided value
#48
2019-01-10 01:34:38 +01:00
..
.settings Plugin update on shutdown+fromcmd 2018-05-07 20:01:36 +02:00
src Lots of config improvements 2019-01-10 01:34:38 +01:00
.factorypath Plugin update on shutdown+fromcmd 2018-05-07 20:01:36 +02:00
.gitignore Channel improvements and fixes 2018-11-01 01:20:49 +01:00
.project Plugin update on shutdown+fromcmd 2018-05-07 20:01:36 +02:00
License.md Plugin update on shutdown+fromcmd 2018-05-07 20:01:36 +02:00
lombok.config Fixes, should be ready to merge 2018-11-18 02:58:26 +01:00
pom.xml IsEnabled && enabling late components 2018-12-14 23:48:46 +01:00
README.md Plugin update on shutdown+fromcmd 2018-05-07 20:01:36 +02:00

ButtonCore

A plugin that serves as a container for things common to many of our plugins