Interface Configuration

All Known Implementing Classes:
DefaultConfiguration, PluginConfiguration

public interface Configuration
A configuration file.
  • Method Details

    • getDirectory

      Path getDirectory()
      The directory that the configuration file is in.
      Returns:
      Configuration directory
    • getName

      String getName()
      Name of the configuration file
      Returns:
      Config file name
    • setValue

      void setValue(String key, String value)
      Sets key to a value
      Parameters:
      key - Key
      value - Value
    • getValue

      String getValue(String key)
      Gets the value of a key
      Parameters:
      key - Key
      Returns:
      Key value