Package org.imixs.workflow.office.config
Class PropertiesLoader
- java.lang.Object
-
- org.imixs.workflow.office.config.PropertiesLoader
-
public class PropertiesLoader extends Object
The MartyConfigLoader is a singleton EJB loading the marty properties from the configuration entity 'BASIC' and provides the properties to the MartyConfigSourceSee implementation details here: https://stackoverflow.com/questions/52117613/microprofile-config-custom-configsource-using-jpa/56498321#56498321
- Author:
- rsoika
- See Also:
PropertiesConfigSource
-
-
Constructor Summary
Constructors Constructor Description PropertiesLoader()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,String>loadProperties()This method is used to load a imixs.property file into the property Mapvoidreset()This method reset the properties from the PropertiesConfigSource
-