Interface ConfigurationLoader
- All Known Implementing Classes:
ConfigurationLoaderImpl
public interface ConfigurationLoader
The ConfigurationLoader interface is used to locate various configuration files.
-
Method Summary
Modifier and TypeMethodDescriptiongetFilePath
(String fileName) Returns the path for the given file name.
-
Method Details
-
getFilePath
Returns the path for the given file name.- Parameters:
fileName
- The name of the file to get the path of.- Returns:
- The path of the file.
- Throws:
ConfigurationLoaderException
-