Interface ConfigurationService

All Known Implementing Classes:
DSpaceConfigurationService

public interface ConfigurationService
  • Method Details

    • getProperty

      String getProperty(String key)
    • getProperty

      String getProperty(String module, String key)
    • getBooleanProperty

      boolean getBooleanProperty(String module, String key, boolean defaultValue)
    • getBooleanProperty

      boolean getBooleanProperty(String key, boolean defaultValue)