Uses of Class
org.apache.any23.extractor.ErrorReporter.Error

Packages that use ErrorReporter.Error
org.apache.any23 TODO fillme 
org.apache.any23.extractor TODO fillme 
 

Uses of ErrorReporter.Error in org.apache.any23
 

Methods in org.apache.any23 that return types with arguments of type ErrorReporter.Error
 Collection<ErrorReporter.Error> ExtractionReport.getExtractorErrors(String extractorName)
           
 

Constructor parameters in org.apache.any23 with type arguments of type ErrorReporter.Error
ExtractionReport(List<Extractor> matchingExtractors, String encoding, String detectedMimeType, ValidationReport validationReport, Map<String,Collection<ErrorReporter.Error>> extractorErrors)
           
 

Uses of ErrorReporter.Error in org.apache.any23.extractor
 

Methods in org.apache.any23.extractor that return types with arguments of type ErrorReporter.Error
 Collection<ErrorReporter.Error> ExtractionResultImpl.getErrors()
           
 Collection<ErrorReporter.Error> ErrorReporter.getErrors()
          Returns all the collected errors.
 Map<String,Collection<ErrorReporter.Error>> SingleDocumentExtractionReport.getExtractorToErrors()
           
 

Constructor parameters in org.apache.any23.extractor with type arguments of type ErrorReporter.Error
SingleDocumentExtractionReport(ValidationReport validationReport, Map<String,Collection<ErrorReporter.Error>> extractorToErrors)
           
 



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