Package org.hawaiiframework.async
Class AsyncPropertiesLoader
java.lang.Object
org.hawaiiframework.async.AsyncPropertiesLoader
Helper class to actually load the async configuration properties from the configuration file.
- Since:
- 2.0.0
-
Constructor Summary
ConstructorsConstructorDescriptionAsyncPropertiesLoader(String configFile) Construct a loader for a configuration file. -
Method Summary
Modifier and TypeMethodDescriptionLoad the properties from the configuration file.
-
Constructor Details
-
AsyncPropertiesLoader
Construct a loader for a configuration file.- Parameters:
configFile- the configuration file
-
-
Method Details
-
loadProperties
Load the properties from the configuration file.- Returns:
- the properties
-