Class 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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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