Interface ConfigurationLoader
-
- All Known Implementing Classes:
ConfigurationLoaderImpl
public interface ConfigurationLoader
The ConfigurationLoader interface is used to locate various configuration files.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getFilePath(java.lang.String fileName)
Returns the path for the given file name.
-
-
-
Method Detail
-
getFilePath
java.lang.String getFilePath(java.lang.String fileName) throws ConfigurationLoaderException
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
-
-