com.github.fge.jsonschema.core.load.download
Interface URIDownloader

All Known Implementing Classes:
DefaultURIDownloader, ResourceURIDownloader

public interface URIDownloader

URI downloader for a given scheme


Method Summary
 InputStream fetch(URI source)
          Fetch the content at a given URI
 

Method Detail

fetch

InputStream fetch(URI source)
                  throws IOException
Fetch the content at a given URI

Parameters:
source - the URI
Returns:
an InputStream
Throws:
IOException - unable to find an input stream