|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectdk.netarkivet.common.tools.WARCExtractCDX
public class WARCExtractCDX
Command line tool for extracting CDX information from given WARC files. Usage: java dk.netarkivet.common.tools.ExtractCDX file1.ext [file2.ext ...] > myindex.cdx "ext" can be warc or warc.gz Note: Does not depend on logging - communicates failures on stderr.
Constructor Summary | |
---|---|
WARCExtractCDX()
|
Method Summary | |
---|---|
static void |
main(java.lang.String[] argv)
Main method. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WARCExtractCDX()
Method Detail |
---|
public static void main(java.lang.String[] argv)
argv
- A list of (absolute paths to) files to index.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |