(String batchId, boolean shouldResume, boolean force)
| 299 | } |
| 300 | |
| 301 | public int parse(String batchId, boolean shouldResume, boolean force) |
| 302 | throws Exception { |
| 303 | return parse(batchId, shouldResume, force, false); |
| 304 | } |
| 305 | |
| 306 | public int parse(String batchId, boolean shouldResume, boolean force, |
| 307 | boolean sitemap) |