Interface ConfigurationContextImpl.ConfigurationSource

    • Method Detail

      • getConfigurationInputStream

        java.io.InputStream getConfigurationInputStream​(java.lang.String location)
                                                 throws java.io.IOException
        Implement to obtain the configuration.
        Parameters:
        location - Location of the ConfigurationItem.
        Returns:
        Reader to the ConfigurationItem.
        Throws:
        java.io.IOException - If fails to obtain the ConfigurationItem.