Package org.hawaiiframework.async
Class AsyncPropertiesLoader
- java.lang.Object
-
- org.hawaiiframework.async.AsyncPropertiesLoader
-
public class AsyncPropertiesLoader extends Object
Helper class to actually load the async configuration properties from the configuration file.- Since:
- 2.0.0
- Author:
- Paul Klos
-
-
Constructor Summary
Constructors Constructor Description AsyncPropertiesLoader(String configFile)
Construct a loader for a configuration file.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExecutorConfigurationProperties
loadProperties()
Load the properties from the configuration file.
-
-
-
Constructor Detail
-
AsyncPropertiesLoader
public AsyncPropertiesLoader(String configFile)
Construct a loader for a configuration file.- Parameters:
configFile
- the configuration file
-
-
Method Detail
-
loadProperties
public ExecutorConfigurationProperties loadProperties()
Load the properties from the configuration file.- Returns:
- the properties
-
-