|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.ceryle.util.Sucker
public class Sucker
Implements a reader to suck up a bunch of web pages.
Note: This is a temporary, experimental class.
| Constructor Summary | |
|---|---|
Sucker()
Default constructor. |
|
| Method Summary | |
|---|---|
void |
loadList(List list,
File dir)
Loads a List of URLs into the provided directory. |
ArrayList |
processList(TypedInputSource source)
Processes the list indicated by the TypedInputSource source, returning a List of URLs. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Sucker()
| Method Detail |
|---|
public ArrayList processList(TypedInputSource source)
throws ProcessException
source - the TypedInputSource list of source URLs to be parsed
ProcessException - if any errors are encountered during processing
public void loadList(List list,
File dir)
throws ProcessException
list - the List of URLs to loaddir - the File pointing to the destination directory
ProcessException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||