Uses of Class
org.apache.any23.extractor.IssueReport.Issue
-
Packages that use IssueReport.Issue Package Description org.apache.any23 The Any23 root package defines theAny23
library facade and auxiliary classes.org.apache.any23.extractor This package contains classes and interfaces modeling theExtractor
API. -
-
Uses of IssueReport.Issue in org.apache.any23
Methods in org.apache.any23 that return types with arguments of type IssueReport.Issue Modifier and Type Method Description Collection<IssueReport.Issue>
ExtractionReport. getExtractorIssues(String extractorName)
Constructor parameters in org.apache.any23 with type arguments of type IssueReport.Issue Constructor Description ExtractionReport(List<Extractor> matchingExtractors, String encoding, String detectedMimeType, ValidationReport validationReport, Map<String,Collection<IssueReport.Issue>> extractorIssues)
-
Uses of IssueReport.Issue in org.apache.any23.extractor
Methods in org.apache.any23.extractor that return types with arguments of type IssueReport.Issue Modifier and Type Method Description Map<String,Collection<IssueReport.Issue>>
SingleDocumentExtractionReport. getExtractorToIssues()
Collection<IssueReport.Issue>
ExtractionResultImpl. getIssues()
Collection<IssueReport.Issue>
IssueReport. getIssues()
Returns all the collected issues.Constructor parameters in org.apache.any23.extractor with type arguments of type IssueReport.Issue Constructor Description SingleDocumentExtractionReport(ValidationReport validationReport, Map<String,Collection<IssueReport.Issue>> extractorToIssues)
-