Package org.imixs.workflow.office.config
Class PropertiesLoader
java.lang.Object
org.imixs.workflow.office.config.PropertiesLoader
The MartyConfigLoader is a singleton EJB loading the marty properties from
the configuration entity 'BASIC' and provides the properties to the
MartyConfigSource
See implementation details here: https://stackoverflow.com/questions/52117613/microprofile-config-custom-configsource-using-jpa/56498321#56498321
- Author:
- rsoika
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThis method is used to load a imixs.property file into the property Map<String,String>voidreset()This method reset the properties from the PropertiesConfigSource
-
Constructor Details
-
PropertiesLoader
public PropertiesLoader()
-
-
Method Details
-
reset
public void reset()This method reset the properties from the PropertiesConfigSource -
loadProperties
This method is used to load a imixs.property file into the property Map<String,String>The imixs.property file is loaded from the current threads classpath.
-