| Package | Description |
|---|---|
| org.icij.extract.extractor | |
| org.icij.extract.report |
| Modifier and Type | Method and Description |
|---|---|
static ExtractionStatus |
ExtractionStatus.parse(Integer value) |
static ExtractionStatus |
ExtractionStatus.parse(Number value) |
static ExtractionStatus |
ExtractionStatus.parse(String value) |
static ExtractionStatus |
ExtractionStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExtractionStatus[] |
ExtractionStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ExtractionStatus |
Report.getStatus() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Reporter.check(TikaDocument tikaDocument,
ExtractionStatus result)
Check an extraction result.
|
void |
Reporter.save(TikaDocument tikaDocument,
ExtractionStatus status)
Save the extraction status for the given tikaDocument.
|
void |
Reporter.save(TikaDocument tikaDocument,
ExtractionStatus status,
Exception exception)
Save the extraction status and optional exception for the given tikaDocument.
|
| Constructor and Description |
|---|
Report(ExtractionStatus status) |
Report(ExtractionStatus status,
Exception exception) |
Copyright © 2018. All rights reserved.