Interface ConfigLookup

All Known Subinterfaces:
SiteConfigService
All Known Implementing Classes:
AbstractConfigLookup, DefaultHostConfigService.HostConfigLookup, DefaultSiteConfigService

public interface ConfigLookup
  • Method Details

    • getInt

      int getInt(String key, int defaultValue)
    • getLong

      long getLong(String key, long defaultValue)
    • getDouble

      double getDouble(String key, double defaultValue)
    • getBoolean

      boolean getBoolean(String key, boolean defaultValue)
    • getString

      String getString(String key, String defaultValue)