Package com.nirro.konfi.source
Interface PropertiesSource
- All Known Implementing Classes:
EnvironmentVariables
,ExternalPropertiesFile
,InternalPropertiesFile
,PropertiesMap
,SystemProperties
public interface PropertiesSource
Properties source
-
Method Summary
-
Method Details
-
get
get the properties from the source- Returns:
- Properties
- Throws:
SourceAccessException
- when unable to get the properties from the source
-