org.apache.any23.cli
Class Crawler

java.lang.Object
  extended by org.apache.any23.cli.Rover
      extended by org.apache.any23.cli.Crawler
All Implemented Interfaces:
Tool

public class Crawler
extends Rover

Implementation of a CLI crawler based on Rover.

Author:
Michele Mostarda (mostarda@fbk.eu)

Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.any23.cli.Rover
Rover.ExitCodeException
 
Constructor Summary
Crawler()
           
 
Method Summary
protected  org.apache.commons.cli.Options createOptions()
           
static void main(String[] args)
           
 int run(String[] args)
           
 
Methods inherited from class org.apache.any23.cli.Rover
argumentsToURIs, configure, getCommandLine, isVerbose, performExtraction, performExtraction, printReports
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Crawler

public Crawler()
Method Detail

main

public static void main(String[] args)

run

public int run(String[] args)
Specified by:
run in interface Tool
Overrides:
run in class Rover

createOptions

protected org.apache.commons.cli.Options createOptions()
Overrides:
createOptions in class Rover


Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.