Class ConfigurationLoaderImpl
java.lang.Object
com.caplin.motif.fx.ret.common.configurationproperties.ConfigurationLoaderImpl
- All Implemented Interfaces:
ConfigurationLoader
-
Field Summary
Fields -
Constructor Summary
Constructors -
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:ConfigurationLoaderReturns the path for the given file name.- Specified by:
getFilePathin interfaceConfigurationLoader- Parameters:
fileName- The name of the file to get the path of.- Returns:
- The path of the file.
- Throws:
ConfigurationLoaderException
-