Interface ResourceSource

  • All Known Implementing Classes:
    XmlFileConfigurationContext

    public interface ResourceSource
    Source for resources.
    Author:
    Daniel Sagenschneider
    • Method Detail

      • sourceResource

        java.io.InputStream sourceResource​(java.lang.String location)
        Attempts to source the resource.
        Parameters:
        location - Location of the resource.
        Returns:
        InputStream to the content of the resource or null if not able to source the resource.