Constructor and Description |
---|
ExtractionReport(List<Extractor> matchingExtractors,
String encoding,
String detectedMimeType,
ValidationReport validationReport,
Map<String,Collection<IssueReport.Issue>> extractorIssues) |
Modifier and Type | Method and Description |
---|---|
String |
getDetectedMimeType() |
String |
getEncoding() |
Collection<IssueReport.Issue> |
getExtractorIssues(String extractorName) |
List<Extractor> |
getMatchingExtractors() |
ValidationReport |
getValidationReport() |
boolean |
hasMatchingExtractors() |
public ExtractionReport(List<Extractor> matchingExtractors, String encoding, String detectedMimeType, ValidationReport validationReport, Map<String,Collection<IssueReport.Issue>> extractorIssues)
public boolean hasMatchingExtractors()
true
if the extraction has activated
at least an extractor, false
otherwise.public List<Extractor> getMatchingExtractors()
public String getEncoding()
public String getDetectedMimeType()
public ValidationReport getValidationReport()
public Collection<IssueReport.Issue> getExtractorIssues(String extractorName)
extractorName
- name of the extractor.Copyright © 2010-2013 The Apache Software Foundation. All Rights Reserved.