Class SystemPropertySource
java.lang.Object
org.apache.tomcat.util.digester.SystemPropertySource
- All Implemented Interfaces:
IntrospectionUtils.PropertySource
A
IntrospectionUtils.PropertySource that uses system properties to resolve
expressions. This property source is always active by default.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetProperty(String key) Returns the value of the property with the specified key.
-
Constructor Details
-
SystemPropertySource
public SystemPropertySource()Constructs a new SystemPropertySource.
-
-
Method Details
-
getProperty
Description copied from interface:IntrospectionUtils.PropertySourceReturns the value of the property with the specified key.- Specified by:
getPropertyin interfaceIntrospectionUtils.PropertySource- Parameters:
key- The property key- Returns:
- the property value, or
nullif not found
-