Interface ConfigurationLoader

  • All Known Implementing Classes:
    ConfigurationLoaderImpl

    public interface ConfigurationLoader
    The ConfigurationLoader interface is used to locate various configuration files.
    • 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