Class BungeeConfigManager

java.lang.Object
dev.magicmq.pyspigot.manager.config.ConfigManager
dev.magicmq.pyspigot.bungee.manager.config.BungeeConfigManager

public class BungeeConfigManager extends dev.magicmq.pyspigot.manager.config.ConfigManager
The BungeeCord-specific implementation of the config manager.
  • Method Summary

    Modifier and Type
    Method
    Description
    get()
    Get the singleton instance of this BungeeConfigManager.
    protected dev.magicmq.pyspigot.manager.config.ScriptConfig
    loadConfigImpl(Path configFile, String defaults)
     

    Methods inherited from class dev.magicmq.pyspigot.manager.config.ConfigManager

    createConfigIfNotExists, deleteConfig, doesConfigExist, getConfigFolder, loadConfig, loadConfig

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • loadConfigImpl

      protected dev.magicmq.pyspigot.manager.config.ScriptConfig loadConfigImpl(Path configFile, String defaults) throws IOException
      Specified by:
      loadConfigImpl in class dev.magicmq.pyspigot.manager.config.ConfigManager
      Throws:
      IOException
    • get

      public static BungeeConfigManager get()
      Get the singleton instance of this BungeeConfigManager.
      Returns:
      The instance