spring-framework / org.springframework.beans.factory.config / PropertyPlaceholderConfigurer / setSystemPropertiesModeName

setSystemPropertiesModeName

open fun setSystemPropertiesModeName(constantName: String): Unit

Set the system property mode by the name of the corresponding constant, e.g. "SYSTEM_PROPERTIES_MODE_OVERRIDE".

Parameters

constantName - name of the constant

Exceptions

java.lang.IllegalArgumentException - if an invalid constant was specified

See Also
#setSystemPropertiesMode