Class HEventExtractorFactory
- java.lang.Object
- 
- org.apache.any23.extractor.SimpleExtractorFactory<HEventExtractor>
- 
- org.apache.any23.extractor.html.microformats2.HEventExtractorFactory
 
 
- 
- All Implemented Interfaces:
- ExtractorDescription,- ExtractorFactory<HEventExtractor>
 
 public class HEventExtractorFactory extends SimpleExtractorFactory<HEventExtractor> implements ExtractorFactory<HEventExtractor> - Author:
- Nisala Nirmana
 
- 
- 
Constructor SummaryConstructors Constructor Description HEventExtractorFactory()
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description HEventExtractorcreateExtractor()Creates an extractor instance.static ExtractorDescriptiongetDescriptionInstance()- 
Methods inherited from class org.apache.any23.extractor.SimpleExtractorFactorygetExampleInput, getExtractorLabel, getExtractorName, getPrefixes, getSupportedMIMETypes
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface org.apache.any23.extractor.ExtractorDescriptiongetExtractorLabel, getExtractorName, getPrefixes
 - 
Methods inherited from interface org.apache.any23.extractor.ExtractorFactorygetExampleInput, getSupportedMIMETypes
 
- 
 
- 
- 
- 
Field Detail- 
NAMEpublic static final String NAME - See Also:
- Constant Field Values
 
 - 
PREFIXESpublic static final Prefixes PREFIXES 
 
- 
 - 
Method Detail- 
createExtractorpublic HEventExtractor createExtractor() Description copied from interface:ExtractorFactoryCreates an extractor instance.- Specified by:
- createExtractorin interface- ExtractorFactory<HEventExtractor>
- Returns:
- an instance of the extractor associated to this factory.
 
 - 
getDescriptionInstancepublic static ExtractorDescription getDescriptionInstance() 
 
- 
 
-