Package org.saidone.utils
Class AlfrescoNodeProcessorUtils
java.lang.Object
org.saidone.utils.AlfrescoNodeProcessorUtils
Utility methods for reading configuration files.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionloadConfig
(String configFileName) Loads the application configuration from the given JSON file.
-
Constructor Details
-
AlfrescoNodeProcessorUtils
public AlfrescoNodeProcessorUtils()
-
-
Method Details
-
loadConfig
Loads the application configuration from the given JSON file.- Parameters:
configFileName
- path to the configuration file- Returns:
- parsed configuration
-