Class XCalExtractorFactory
- java.lang.Object
-
- org.apache.any23.extractor.SimpleExtractorFactory<XCalExtractor>
-
- org.apache.any23.extractor.calendar.XCalExtractorFactory
-
- All Implemented Interfaces:
ExtractorDescription
,ExtractorFactory<XCalExtractor>
public class XCalExtractorFactory extends SimpleExtractorFactory<XCalExtractor>
- Author:
- Hans Brende (hansbrende@apache.org)
-
-
Constructor Summary
Constructors Constructor Description XCalExtractorFactory()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description XCalExtractor
createExtractor()
Creates an extractor instance.static ExtractorDescription
getDescriptionInstance()
-
Methods inherited from class org.apache.any23.extractor.SimpleExtractorFactory
getExampleInput, getExtractorLabel, getExtractorName, getPrefixes, getSupportedMIMETypes
-
-
-
-
Method Detail
-
getDescriptionInstance
public static ExtractorDescription getDescriptionInstance()
-
createExtractor
public XCalExtractor createExtractor()
Description copied from interface:ExtractorFactory
Creates an extractor instance.- Returns:
- an instance of the extractor associated to this factory.
-
-