Class XCalExtractorFactory
- java.lang.Object
-
- org.apache.any23.extractor.SimpleExtractorFactory<XCalExtractor>
-
- org.apache.any23.extractor.calendar.XCalExtractorFactory
-
- All Implemented Interfaces:
org.apache.any23.extractor.ExtractorDescription
,org.apache.any23.extractor.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()
static org.apache.any23.extractor.ExtractorDescription
getDescriptionInstance()
-
Methods inherited from class org.apache.any23.extractor.SimpleExtractorFactory
getExampleInput, getExtractorLabel, getExtractorName, getPrefixes, getSupportedMIMETypes
-
-
-
-
Method Detail
-
getDescriptionInstance
public static org.apache.any23.extractor.ExtractorDescription getDescriptionInstance()
-
createExtractor
public XCalExtractor createExtractor()
-
-