Class HGeoExtractorFactory
- java.lang.Object
-
- org.apache.any23.extractor.SimpleExtractorFactory<HGeoExtractor>
-
- org.apache.any23.extractor.html.microformats2.HGeoExtractorFactory
-
- All Implemented Interfaces:
org.apache.any23.extractor.ExtractorDescription
,org.apache.any23.extractor.ExtractorFactory<HGeoExtractor>
public class HGeoExtractorFactory extends SimpleExtractorFactory<HGeoExtractor> implements org.apache.any23.extractor.ExtractorFactory<HGeoExtractor>
- Author:
- Nisala Nirmana
-
-
Constructor Summary
Constructors Constructor Description HGeoExtractorFactory()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description HGeoExtractor
createExtractor()
static org.apache.any23.extractor.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
-
-
-
-
Field Detail
-
NAME
public static final String NAME
- See Also:
- Constant Field Values
-
PREFIXES
public static final org.apache.any23.rdf.Prefixes PREFIXES
-
-
Method Detail
-
createExtractor
public HGeoExtractor createExtractor()
- Specified by:
createExtractor
in interfaceorg.apache.any23.extractor.ExtractorFactory<HGeoExtractor>
-
getDescriptionInstance
public static org.apache.any23.extractor.ExtractorDescription getDescriptionInstance()
-
-