Package org.frankframework.configuration
Class OverwritePropertySourcePostProcessor
java.lang.Object
org.frankframework.lifecycle.AbstractPropertySourcePostProcessor
org.frankframework.configuration.OverwritePropertySourcePostProcessor
- All Implemented Interfaces:
org.springframework.beans.factory.Aware
,org.springframework.beans.factory.config.BeanFactoryPostProcessor
,org.springframework.context.EnvironmentAware
,org.springframework.core.Ordered
,org.springframework.core.PriorityOrdered
Overwrite a property available to the Ibis configuration and the Spring
configuration. When the property isn't present it will be added.
- Author:
- Jaco de Groot
-
Field Summary
Fields inherited from interface org.springframework.core.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
convertProperties
(Properties props) void
setPropertyName
(String propertyName) void
setPropertyValue
(String propertyValue) Methods inherited from class org.frankframework.lifecycle.AbstractPropertySourcePostProcessor
getOrder, postProcessBeanFactory, setEnvironment
-
Constructor Details
-
OverwritePropertySourcePostProcessor
public OverwritePropertySourcePostProcessor()
-
-
Method Details
-
convertProperties
- Specified by:
convertProperties
in classAbstractPropertySourcePostProcessor
- Parameters:
props
- An empty or previously setProperties
object
-
setPropertyName
-
setPropertyValue
-