dk.netarkivet.harvester.tools
Class CreateCDXMetadataFile

java.lang.Object
  extended by dk.netarkivet.common.tools.ToolRunnerBase
      extended by dk.netarkivet.harvester.tools.CreateCDXMetadataFile

public class CreateCDXMetadataFile
extends ToolRunnerBase

This tool creates a CDX metadata file for a given jobID by running a batch job on the bitarchive and processing the results to give a metadata file. Usage: java dk.netarkivet.harvester.tools.CreateCDXMetadataFile jobId


Constructor Summary
CreateCDXMetadataFile()
           
 
Method Summary
static void main(java.lang.String[] argv)
          Main method.
protected  SimpleCmdlineTool makeMyTool()
          Create the tool instance.
 
Methods inherited from class dk.netarkivet.common.tools.ToolRunnerBase
runTheTool, showMessage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreateCDXMetadataFile

public CreateCDXMetadataFile()
Method Detail

main

public static void main(java.lang.String[] argv)
Main method. Creates and runs the tool object responsible for batching over the bitarchive and creating a metadata file for a job.

Parameters:
argv - Arguments to the tool: jobID

makeMyTool

protected SimpleCmdlineTool makeMyTool()
Create the tool instance.

Specified by:
makeMyTool in class ToolRunnerBase
Returns:
A new tool object.