Package org.apache.tomcat.util
Interface IntrospectionUtils.PropertySource
- All Known Subinterfaces:
IntrospectionUtils.SecurePropertySource
- All Known Implementing Classes:
EnvironmentPropertySource,ServiceBindingPropertySource,SystemPropertySource
- Enclosing class:
IntrospectionUtils
public static interface IntrospectionUtils.PropertySource
Interface for a source of named properties used during introspection.
-
Method Summary
Modifier and TypeMethodDescriptiongetProperty(String key) Returns the value of the property with the specified key.
-
Method Details
-
getProperty
Returns the value of the property with the specified key.- Parameters:
key- The property key- Returns:
- the property value, or
nullif not found
-