@Singleton public class CrawlController extends Object implements Callable<CrawlSession>
| Modifier and Type | Method and Description |
|---|---|
CrawlSession |
call()
Run the configured crawl.
|
ExitNotifier.ExitStatus |
getReason() |
CrawlSession |
run() |
public CrawlSession call()
call in interface Callable<CrawlSession>public CrawlSession run()
public ExitNotifier.ExitStatus getReason()
ExitNotifier.ExitStatus crawljax stopped or null when it hasn't stopped
yet.Copyright © 2007-2013. All Rights Reserved.