Interface ConfigurationSourceProvider

    • Method Detail

      • open

        InputStream open​(String path)
                  throws IOException
        Returns an InputStream that contains the source of the configuration for the application. The caller is responsible for closing the result.
        Parameters:
        path - the path to the configuration
        Returns:
        an InputStream
        Throws:
        IOException - if there is an error reading the data at path