Interface ApplicationPropertiesService
- All Known Implementing Classes:
ApplicationPropertiesServiceImpl
public interface ApplicationPropertiesService
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbooleangetBoolean(String key) booleangetBoolean(String key, boolean defaultValue) getInteger(String key) getInteger(String key, int defaultValue) Configuration
-
Field Details
-
RS_PROPERTIES_FILE_NAME
- See Also:
-
RS_PROPERTIES_OVERRIDE_FILE_NAME
- See Also:
-
-
Method Details
-
getProperties
Configuration getProperties() -
getString
-
getString
-
getList
-
getLong
-
getInteger
-
getInteger
-
getBoolean
-
getBoolean
-
getLong
-