Class BackwardsCompatiblePropertiesLoader
- java.lang.Object
-
- org.flowable.ui.common.properties.BackwardsCompatiblePropertiesLoader
-
- All Implemented Interfaces:
org.springframework.boot.env.EnvironmentPostProcessor,org.springframework.core.Ordered
public class BackwardsCompatiblePropertiesLoader extends Object implements org.springframework.boot.env.EnvironmentPostProcessor, org.springframework.core.Ordered
This is used for backwards compatibility pre 6.3.0.- Author:
- Filip Hrisafov
-
-
Field Summary
Fields Modifier and Type Field Description static intDEFAULT_ORDER
-
Constructor Summary
Constructors Constructor Description BackwardsCompatiblePropertiesLoader()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetOrder()voidpostProcessEnvironment(org.springframework.core.env.ConfigurableEnvironment environment, org.springframework.boot.SpringApplication application)
-
-
-
Field Detail
-
DEFAULT_ORDER
public static final int DEFAULT_ORDER
- See Also:
- Constant Field Values
-
-
Method Detail
-
postProcessEnvironment
public void postProcessEnvironment(org.springframework.core.env.ConfigurableEnvironment environment, org.springframework.boot.SpringApplication application)- Specified by:
postProcessEnvironmentin interfaceorg.springframework.boot.env.EnvironmentPostProcessor
-
getOrder
public int getOrder()
- Specified by:
getOrderin interfaceorg.springframework.core.Ordered
-
-