Class ICalExtractorFactory
- java.lang.Object
-
- org.apache.any23.extractor.SimpleExtractorFactory<ICalExtractor>
-
- org.apache.any23.extractor.calendar.ICalExtractorFactory
-
- All Implemented Interfaces:
org.apache.any23.extractor.ExtractorDescription
,org.apache.any23.extractor.ExtractorFactory<ICalExtractor>
public class ICalExtractorFactory extends SimpleExtractorFactory<ICalExtractor>
- Author:
- Hans Brende (hansbrende@apache.org)
-
-
Constructor Summary
Constructors Constructor Description ICalExtractorFactory()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ICalExtractor
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 ICalExtractor createExtractor()
-
-