public interface IContentFetcher
Modifier and Type | Method and Description |
---|---|
Stream |
getStreamToURL(java.net.URL url)
This method should be implemented to fetch content from a URL
|
Stream getStreamToURL(java.net.URL url) throws SourceException
url
- The URLSourceException
- Thrown if their are any other problems