Class ServerSettingsManager
java.lang.Object
com.djrapitops.plan.settings.network.ServerSettingsManager
- All Implemented Interfaces:
SubSystem
In charge of updating server-network config.
Performs following tasks related to the config: - File modification watching related to config.yml - Database updating related to config.yml - File update operations from database related to config.yml
-
Constructor Summary
ConstructorDescriptionServerSettingsManager
(PlanFiles files, PlanConfig config, DBSystem dbSystem, ServerInfo serverInfo, net.playeranalytics.plugin.scheduling.RunnableFactory runnableFactory, net.playeranalytics.plugin.server.PluginLogger logger, ErrorLogger errorLogger) -
Method Summary
-
Constructor Details
-
ServerSettingsManager
@Inject public ServerSettingsManager(PlanFiles files, PlanConfig config, DBSystem dbSystem, ServerInfo serverInfo, net.playeranalytics.plugin.scheduling.RunnableFactory runnableFactory, net.playeranalytics.plugin.server.PluginLogger logger, ErrorLogger errorLogger)
-
-
Method Details