| Package | Description |
|---|---|
| org.apache.any23.configuration |
This packages contains the Any23 Configuration definition.
|
| org.apache.any23.extractor |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ModifiableConfiguration
Modifiable implementation of
Configuration. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultConfiguration
Default implementation of
Configuration. |
class |
DefaultModifiableConfiguration
Default implementation of
ModifiableConfiguration. |
| Modifier and Type | Method and Description |
|---|---|
static ExtractionParameters |
ExtractionParameters.newDefault(Configuration c) |
| Constructor and Description |
|---|
ExtractionParameters(Configuration configuration,
ExtractionParameters.ValidationMode extractionMode)
Constructor.
|
ExtractionParameters(Configuration configuration,
ExtractionParameters.ValidationMode extractionMode,
boolean nesting)
Constructor, allows to set explicitly the value for flag
SingleDocumentExtraction#METADATA_NESTING_FLAG. |
ExtractionParameters(Configuration configuration,
ExtractionParameters.ValidationMode extractionMode,
Map<String,Boolean> extractionFlags,
Map<String,String> extractionProperties)
Constructor.
|
Copyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.