Package org.apache.any23.extractor.yaml
Class YAMLExtractorFactory
- java.lang.Object
-
- org.apache.any23.extractor.SimpleExtractorFactory<YAMLExtractor>
-
- org.apache.any23.extractor.yaml.YAMLExtractorFactory
-
- All Implemented Interfaces:
org.apache.any23.extractor.ExtractorDescription
,org.apache.any23.extractor.ExtractorFactory<YAMLExtractor>
public class YAMLExtractorFactory extends SimpleExtractorFactory<YAMLExtractor> implements org.apache.any23.extractor.ExtractorFactory<YAMLExtractor>
- Author:
- Jacek Grzebyta (grzebyta.dev [at] gmail.com)
-
-
Constructor Summary
Constructors Constructor Description YAMLExtractorFactory()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description YAMLExtractor
createExtractor()
static org.apache.any23.extractor.ExtractorDescription
getDescriptionInstance()
-
Methods inherited from class org.apache.any23.extractor.SimpleExtractorFactory
getExampleInput, getExtractorLabel, getExtractorName, getPrefixes, getSupportedMIMETypes
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
-
-
Field Detail
-
NAME
public static final String NAME
- See Also:
- Constant Field Values
-
prefixes
public static final org.apache.any23.rdf.Prefixes prefixes
-
-
Method Detail
-
createExtractor
public YAMLExtractor createExtractor()
- Specified by:
createExtractor
in interfaceorg.apache.any23.extractor.ExtractorFactory<YAMLExtractor>
-
getDescriptionInstance
public static org.apache.any23.extractor.ExtractorDescription getDescriptionInstance()
-
-