Class Rover

  • All Implemented Interfaces:
    org.apache.any23.cli.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)
    • Constructor Detail

      • Rover

        public Rover()
    • Method Detail

      • configure

        protected void configure()
      • printReports

        protected String printReports()
      • performExtraction

        protected void performExtraction​(org.apache.any23.source.DocumentSource documentSource)
                                  throws Exception
        Throws:
        Exception
      • close

        protected void close()