Package org.apache.any23.extractor
-
Interface Summary Interface Description ExtractionResult Interface defining the methods that a representation of an extraction result must have.Extractor<Input> It defines the signature of a generic Extractor.Extractor.BlindExtractor Extractor.ContentExtractor This interface specializes anExtractor
able to handleInputStream
as input format.Extractor.TagSoupDOMExtractor ExtractorDescription It defines a minimal signature for anExtractor
description.ExtractorFactory<T extends Extractor<?>> Interface defining a factory forExtractor
.ExtractorRegistry An interface to the enable a registry for extractors to be implemented by different implementors of this API.IssueReport This interface models an issue reporter. -
Class Summary Class Description ExtractionContext This class provides the context for the processing of a singleExtractor
.ExtractionParameters This class models the parameters to be used to perform an extraction.ExtractorGroup It simple models a group ofExtractorFactory
providing simple accessing methods.IssueReport.Issue This class defines a generic issue traced by this extraction result. -
Enum Summary Enum Description ExtractionParameters.ValidationMode Declares the supported validation actions.IssueReport.IssueLevel Possible issue levels. -
Exception Summary Exception Description ExtractionException Defines a specific exception raised during the metadata extraction phase.