Interface Settings


  • public interface Settings
    Settings provides access to the settings of the software.
    Since:
    9.10.6
    • Method Detail

      • getGeneralSettings

        GeneralSettings getGeneralSettings()
        Returns the general settings.
        Returns:
        the general settings
        Since:
        9.10.6
      • getUnitSettings

        UnitSettings getUnitSettings()
        Returns the unit settings.
        Returns:
        the unit settings
        Since:
        9.10.8
      • getProxySettings

        ProxySettings getProxySettings()
        Returns the proxy settings.
        Returns:
        the proxy settings
        Since:
        9.12.0
      • getSetting

        <T extends Setting<?>> T getSetting​(Class<T> setting)