Package org.apache.any23.extractor.html
Class HReviewExtractorFactory
- java.lang.Object
 - 
- org.apache.any23.extractor.SimpleExtractorFactory<HReviewExtractor>
 - 
- org.apache.any23.extractor.html.HReviewExtractorFactory
 
 
 
- 
- All Implemented Interfaces:
 ExtractorDescription,ExtractorFactory<HReviewExtractor>
public class HReviewExtractorFactory extends SimpleExtractorFactory<HReviewExtractor> implements ExtractorFactory<HReviewExtractor>
- Author:
 - Peter Ansell p_ansell@yahoo.com
 
 
- 
- 
Constructor Summary
Constructors Constructor Description HReviewExtractorFactory() 
- 
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description HReviewExtractorcreateExtractor()Creates an extractor instance.static ExtractorDescriptiongetDescriptionInstance()- 
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 HReviewExtractor createExtractor()
Description copied from interface:ExtractorFactoryCreates an extractor instance.- Specified by:
 createExtractorin interfaceExtractorFactory<HReviewExtractor>- Returns:
 - an instance of the extractor associated to this factory.
 
 
- 
getDescriptionInstance
public static ExtractorDescription getDescriptionInstance()
 
 - 
 
 -