org.apache.any23.extractor
Class SingleDocumentExtractionReport

java.lang.Object
  extended by org.apache.any23.extractor.SingleDocumentExtractionReport

public class SingleDocumentExtractionReport
extends Object

This class provides the report for a SingleDocumentExtraction run.

Author:
Michele Mostarda (mostarda@fbk.eu)
See Also:
SingleDocumentExtraction

Constructor Summary
SingleDocumentExtractionReport(ValidationReport validationReport, Map<String,Collection<ErrorReporter.Error>> extractorToErrors)
           
 
Method Summary
 Map<String,Collection<ErrorReporter.Error>> getExtractorToErrors()
           
 ValidationReport getValidationReport()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SingleDocumentExtractionReport

public SingleDocumentExtractionReport(ValidationReport validationReport,
                                      Map<String,Collection<ErrorReporter.Error>> extractorToErrors)
Method Detail

getValidationReport

public ValidationReport getValidationReport()

getExtractorToErrors

public Map<String,Collection<ErrorReporter.Error>> getExtractorToErrors()


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