Class ConfigurationLoaderImpl
java.lang.Object
com.caplin.motif.fx.ret.common.configurationproperties.ConfigurationLoaderImpl
- All Implemented Interfaces:
ConfigurationLoader
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetFilePath
(String fileName) Returns the path for the given file name.void
-
Field Details
-
CUSTOM_CONFIG_DIR_PROPERTY
- See Also:
-
CUSTOM_OVERRIDE_CONFIG_DIR_PROPERTY
- See Also:
-
-
Constructor Details
-
ConfigurationLoaderImpl
-
-
Method Details
-
initialise
- Throws:
ConfigurationLoaderException
-
getFilePath
Description copied from interface:ConfigurationLoader
Returns the path for the given file name.- Specified by:
getFilePath
in interfaceConfigurationLoader
- Parameters:
fileName
- The name of the file to get the path of.- Returns:
- The path of the file.
- Throws:
ConfigurationLoaderException
-