Interface ConfigurationService
-
- All Known Implementing Classes:
DSpaceConfigurationService
public interface ConfigurationService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleangetBooleanProperty(String module, String key, boolean defaultValue)StringgetProperty(String key)StringgetProperty(String module, String key)
-