Class MicrodataParser

  • All Implemented Interfaces:
    Tool

    public class MicrodataParser
    extends Object
    Command line Microdata parser, accepting both files and URLs and returing a JSON representation of the extracted metadata as described at Microdata JSON Specification.
    Author:
    Michele Mostarda (mostarda@fbk.eu)
    • Constructor Detail

      • MicrodataParser

        public MicrodataParser()
    • Method Detail

      • 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.