Package com.nirro.konfi.source
Class InternalPropertiesFile
java.lang.Object
com.nirro.konfi.source.InternalPropertiesFile
- All Implemented Interfaces:
PropertiesSource
Resources properties source
-
Constructor Summary
ConstructorsConstructorDescriptionInternalPropertiesFile
(String name) Construct a new ResourcesPropertiesSupplier -
Method Summary
-
Constructor Details
-
InternalPropertiesFile
Construct a new ResourcesPropertiesSupplier- Parameters:
name
- The resource name
-
-
Method Details
-
get
Description copied from interface:PropertiesSource
get the properties from the source- Specified by:
get
in interfacePropertiesSource
- Returns:
- Properties
- Throws:
SourceAccessException
- when unable to get the properties from the source
-