| Package | Description |
|---|---|
| org.apache.any23.extractor | |
| org.apache.any23.plugin |
This package provides Plugin Management support for Any23.
|
| Modifier and Type | Method and Description |
|---|---|
ExtractorGroup |
ExtractorGroup.filterByMIMEType(MIMEType mimeType)
Returns a
ExtractorGroup with a set of Extractor able to
process the provided mime type. |
ExtractorGroup |
ExtractorRegistry.getExtractorGroup() |
ExtractorGroup |
ExtractorRegistry.getExtractorGroup(List<String> names)
Returns an
ExtractorGroup containing the ExtractorFactory
mathing the names provided as input. |
| Modifier and Type | Method and Description |
|---|---|
ExtractorGroup |
Any23PluginManager.configureExtractors(ExtractorGroup initialExtractorGroup)
Configures a new list of extractors containing the extractors declared in
initialExtractorGroup
and also the extractors detected in classpath specified by the default configuration. |
ExtractorGroup |
Any23PluginManager.configureExtractors(File... pluginLocations)
Configures a new list of extractors containing the extractors declared in
initialExtractorGroup
and also the extractors detected in classpath specified by pluginLocations. |
ExtractorGroup |
Any23PluginManager.getApplicableExtractors(ExtractorRegistry registry,
File... pluginLocations)
Returns an extractor group containing both the default extractors declared by the
ExtractorRegistry and the ExtractorPlugins. |
| Modifier and Type | Method and Description |
|---|---|
ExtractorGroup |
Any23PluginManager.configureExtractors(ExtractorGroup initialExtractorGroup)
Configures a new list of extractors containing the extractors declared in
initialExtractorGroup
and also the extractors detected in classpath specified by the default configuration. |
Copyright © 2010-2013 The Apache Software Foundation. All Rights Reserved.