@MetaInfServices(value=org.apache.any23.extractor.ExtractorFactory.class) public class CSVExtractorFactory extends SimpleExtractorFactory<CSVExtractor> implements ExtractorFactory<CSVExtractor>
| Modifier and Type | Field and Description |
|---|---|
static String |
NAME |
static Prefixes |
PREFIXES |
| Constructor and Description |
|---|
CSVExtractorFactory() |
| Modifier and Type | Method and Description |
|---|---|
CSVExtractor |
createExtractor() |
static ExtractorDescription |
getDescriptionInstance() |
getExampleInput, getExtractorLabel, getExtractorName, getPrefixes, getSupportedMIMETypesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetExampleInput, getSupportedMIMETypesgetExtractorLabel, getExtractorName, getPrefixespublic static final String NAME
public static final Prefixes PREFIXES
public CSVExtractor createExtractor()
createExtractor in interface ExtractorFactory<CSVExtractor>public static ExtractorDescription getDescriptionInstance()
Copyright © 2010-2013 The Apache Software Foundation. All Rights Reserved.