|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ContentReader
Interface for classes that read / parse content from a url and return a ReaderResult.
Method Summary | |
---|---|
ReaderResult |
read(java.lang.String url,
java.lang.String title,
java.util.Date date,
java.lang.String author)
Reads the content from the url. |
Method Detail |
---|
ReaderResult read(java.lang.String url, java.lang.String title, java.util.Date date, java.lang.String author) throws java.io.IOException
url
- the url to readtitle
- the document titledate
- the document'd ateauthor
- the author (can be empty string)
java.io.IOException
- if there is an error reading the content
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |