Package org.opensaml.core.config
Interface ConfigurationPropertiesSource
-
- All Known Implementing Classes:
AbstractFilesystemConfigurationPropertiesSource,ClasspathConfigurationPropertiesSource,SystemPropertyConfigurationPropertiesSource,SystemPropertyFilesystemConfigurationPropertiesSource,ThreadLocalConfigurationPropertiesSource
public interface ConfigurationPropertiesSourceAn interface for a component which exposes a property set from a source.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PropertiesgetProperties()Get the property set exposed by the source.
-
-
-
Method Detail
-
getProperties
Properties getProperties()
Get the property set exposed by the source.- Returns:
- the properties set
-
-