Interface PropertySource
-
- All Known Implementing Classes:
EnvironmentPropertiesSource,PropertiesFileSource,SystemPropertiesSource
public interface PropertySourceThe interface for all property sources.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PropertiesgetProperties()Get aPropertiesinstance containing all properties from the respectivePropertySource.
-
-
-
Method Detail
-
getProperties
Properties getProperties()
Get aPropertiesinstance containing all properties from the respectivePropertySource.- Returns:
- The
Propertiesinstance.
-
-