Interface ResourceSource

All Known Implementing Classes:
XmlFileConfigurationContext

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

    Modifier and Type
    Method
    Description
    Attempts to source the resource.
  • Method Details

    • sourceResource

      InputStream sourceResource(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.