Interface ConfigInterface


@Deprecated public interface ConfigInterface
Deprecated.
This interface may be removed as there is no real need for it.
Basic interface for configuration files
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Deprecated.
    Reload configuration file (e.g.
    boolean
    Deprecated.
    Save the newly assigned values to the configuration file
  • Method Details

    • reload

      void reload()
      Deprecated.
      Reload configuration file (e.g. if you've just edited it in a text editor)
    • save

      boolean save()
      Deprecated.
      Save the newly assigned values to the configuration file
      Returns:
      Whether saving was successful