public class WgetCommandLineBuilder extends Object implements CmdLineCrawler.CommandLineBuilder
| Modifier and Type | Field and Description |
|---|---|
static List<String> |
DEFAULT_CONFIG |
protected static String |
WARC_FILE_NAME |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
buildCommandLine(org.lockss.util.rest.crawler.CrawlDesc crawlDesc,
File tmpDir)
Builds the wget command line.
|
protected static final String WARC_FILE_NAME
public List<String> buildCommandLine(org.lockss.util.rest.crawler.CrawlDesc crawlDesc, File tmpDir) throws IOException
buildCommandLine in interface CmdLineCrawler.CommandLineBuildercrawlDesc - A CrawlDesc with the description of the crawl.tmpDir - A File with the temporary directory where to create files referenced by command
line option.IOException - if there are problems building the wget command line.Copyright © 2000–2023 LOCKSS Program. All rights reserved.