Class ICalExtractorFactory
- java.lang.Object
-
- org.apache.any23.extractor.SimpleExtractorFactory<ICalExtractor>
-
- org.apache.any23.extractor.calendar.ICalExtractorFactory
-
- All Implemented Interfaces:
ExtractorDescription
,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()
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 ICalExtractor createExtractor()
Description copied from interface:ExtractorFactory
Creates an extractor instance.- Returns:
- an instance of the extractor associated to this factory.
-
-