Uses of Interface
org.apache.any23.extractor.ExtractorDescription
-
Packages that use ExtractorDescription Package Description org.apache.any23.extractor -
-
Uses of ExtractorDescription in org.apache.any23.extractor
Subinterfaces of ExtractorDescription in org.apache.any23.extractor Modifier and Type Interface Description interface
ExtractorFactory<T extends Extractor<?>>
Interface defining a factory forExtractor
.Methods in org.apache.any23.extractor that return ExtractorDescription Modifier and Type Method Description ExtractorDescription
Extractor. getDescription()
Returns aExtractorDescription
of this extractor.
-