| Package | Description |
|---|---|
| org.apache.any23.extractor | |
| org.apache.any23.plugin |
This package provides Plugin Management support for Any23.
|
| Modifier and Type | Method and Description |
|---|---|
ExtractorFactory<?> |
ExtractorRegistry.getFactory(String name)
Retrieves a
ExtractorFactory given its name |
| Modifier and Type | Method and Description |
|---|---|
Iterator<ExtractorFactory<?>> |
ExtractorGroup.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ExtractorRegistry.register(ExtractorFactory<?> factory)
Registers an
ExtractorFactory. |
| Constructor and Description |
|---|
ExtractorGroup(Collection<ExtractorFactory<?>> factories) |
| Modifier and Type | Method and Description |
|---|---|
ExtractorFactory<T> |
ExtractorPlugin.getExtractorFactory()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ExtractorFactory> |
Any23PluginManager.getExtractors()
List of
ExtractorPlugin classes declared within the classpath. |
Copyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.