public abstract class PipesReporterBase extends PipesReporter implements Initializable
PipesResult.STATUSNO_OP_REPORTER| Constructor and Description |
|---|
PipesReporterBase() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(PipesResult.STATUS status)
Implementations must call this for the includes/excludes filters to work!
|
void |
checkInitialization(InitializableProblemHandler problemHandler) |
void |
initialize(Map<String,Param> params) |
void |
setExcludes(List<String> excludes) |
void |
setIncludes(List<String> includes) |
close, error, error, report, report, supportsTotalCountpublic void initialize(Map<String,Param> params) throws TikaConfigException
initialize in interface Initializableparams - params to use for initializationTikaConfigExceptionpublic void checkInitialization(InitializableProblemHandler problemHandler) throws TikaConfigException
checkInitialization in interface InitializableproblemHandler - if there is a problem and no
custom initializableProblemHandler has been configured
via Initializable parameters,
this is called to respond.TikaConfigExceptionpublic boolean accept(PipesResult.STATUS status)
status - @Field public void setIncludes(List<String> includes) throws TikaConfigException
TikaConfigException@Field public void setExcludes(List<String> excludes) throws TikaConfigException
TikaConfigExceptionCopyright © 2007–2023 The Apache Software Foundation. All rights reserved.