Package org.apache.any23.extractor.html
Class HReviewAggregateExtractorFactory
- java.lang.Object
-
- org.apache.any23.extractor.SimpleExtractorFactory<HReviewAggregateExtractor>
-
- org.apache.any23.extractor.html.HReviewAggregateExtractorFactory
-
- All Implemented Interfaces:
ExtractorDescription
,ExtractorFactory<HReviewAggregateExtractor>
public class HReviewAggregateExtractorFactory extends SimpleExtractorFactory<HReviewAggregateExtractor> implements ExtractorFactory<HReviewAggregateExtractor>
- Author:
- Peter Ansell p_ansell@yahoo.com
-
-
Constructor Summary
Constructors Constructor Description HReviewAggregateExtractorFactory()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description HReviewAggregateExtractor
createExtractor()
Creates an extractor instance.static ExtractorDescription
getDescriptionInstance()
-
Methods inherited from class org.apache.any23.extractor.SimpleExtractorFactory
getExampleInput, getExtractorLabel, getExtractorName, getPrefixes, getSupportedMIMETypes
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.any23.extractor.ExtractorDescription
getExtractorLabel, getExtractorName, getPrefixes
-
Methods inherited from interface org.apache.any23.extractor.ExtractorFactory
getExampleInput, getSupportedMIMETypes
-
-
-
-
Field Detail
-
NAME
public static final String NAME
- See Also:
- Constant Field Values
-
PREFIXES
public static final Prefixes PREFIXES
-
-
Method Detail
-
createExtractor
public HReviewAggregateExtractor createExtractor()
Description copied from interface:ExtractorFactory
Creates an extractor instance.- Specified by:
createExtractor
in interfaceExtractorFactory<HReviewAggregateExtractor>
- Returns:
- an instance of the extractor associated to this factory.
-
getDescriptionInstance
public static ExtractorDescription getDescriptionInstance()
-
-