Class 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)
    • Constructor Detail

      • Rover

        public Rover()
    • Method Detail

      • configure

        protected void configure()
      • printReports

        protected String printReports()
      • close

        protected void close()
      • run

        public void run()
                 throws Exception
        Description copied from interface: Tool
        Runs the tool and retrieves the exit code.
        Throws:
        Exception - if there is an error running the tool.