Package org.apache.any23.cli
Class Rover
- java.lang.Object
-
- org.apache.any23.cli.Rover
-
- All Implemented Interfaces:
Tool
public class Rover extends Object
A default rover implementation. Goes and fetches a URL using an hint as to what format should require, then tries to convert it to RDF.- Author:
- Michele Mostarda (mostarda@fbk.eu), Richard Cyganiak (richard@cyganiak.de), Gabriele Renzi, Hans Brende (hansbrende@apache.org)
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRover.ArgumentToIRIConverterstatic classRover.PrintStreamConverter
-
Constructor Summary
Constructors Constructor Description Rover()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidclose()protected voidconfigure()protected voidperformExtraction(DocumentSource documentSource)protected StringprintReports()voidrun()Runs the tool and retrieves the exit code.
-
-
-
Method Detail
-
configure
protected void configure()
-
printReports
protected String printReports()
-
performExtraction
protected void performExtraction(DocumentSource documentSource) throws Exception
- Throws:
Exception
-
close
protected void close()
-
-