| org.theospi.portfolio.presentation.export.PresentationExport
PresentationExport | public class PresentationExport extends Crawler implements LinkListener(Code) | | |
Field Summary | |
final public static int | BUFFER | final protected transient Log | logger |
BUFFER | final public static int BUFFER(Code) | | |
logger | final protected transient Log logger(Code) | | |
addErrorLink | protected synchronized void addErrorLink(Link newLink)(Code) | | |
crawled | public void crawled(LinkEvent event)(Code) | | Notify that an event occured on a link.
|
deleteContent | protected void deleteContent(File directory)(Code) | | |
deleteTemp | public void deleteTemp()(Code) | | |
run | public void run()(Code) | | Start crawling. Returns either when the crawl is done, or
when pause() or stop() is called. Because this method implements the
java.lang.Runnable interface, a crawler can be run in the
background thread.
|
shouldVisit | public synchronized boolean shouldVisit(Link link)(Code) | | |
visit | public synchronized void visit(Page page)(Code) | | |
|
|