Interface LocalPreferences

All Known Implementing Classes:
PropertiesLocalPreferences

public interface LocalPreferences
Loads configuration values from local files into the environment variables.
  • Method Summary

    Modifier and Type
    Method
    Description
    com.typesafe.config.Config
     
    void
     
  • Method Details

    • loadPreferences

      void loadPreferences() throws IOException
      Throws:
      IOException
    • getConfig

      com.typesafe.config.Config getConfig()