Class ConfigUpdater
- java.lang.Object
-
- com.djrapitops.plan.settings.config.changes.ConfigUpdater
-
@Singleton public class ConfigUpdater extends java.lang.Object
Class in charge of updating config.yml.
-
-
Constructor Summary
Constructors Constructor Description ConfigUpdater(net.playeranalytics.plugin.server.PluginLogger logger, ErrorLogger errorLogger)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
applyConfigUpdate(Config config)
-
-
-
Constructor Detail
-
ConfigUpdater
@Inject public ConfigUpdater(net.playeranalytics.plugin.server.PluginLogger logger, ErrorLogger errorLogger)
-
-
Method Detail
-
applyConfigUpdate
public void applyConfigUpdate(Config config) throws java.io.IOException
- Throws:
java.io.IOException
-
-