Class SystemPropertySource

java.lang.Object
org.apache.tomcat.util.digester.SystemPropertySource
All Implemented Interfaces:
IntrospectionUtils.PropertySource

public class SystemPropertySource extends Object implements IntrospectionUtils.PropertySource
A IntrospectionUtils.PropertySource that uses system properties to resolve expressions. This property source is always active by default.
See Also: