public abstract class PipesReporterBase extends PipesReporter implements Initializable
PipesResult.STATUS
NO_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, supportsTotalCount
public void initialize(Map<String,Param> params) throws TikaConfigException
initialize
in interface Initializable
params
- params to use for initializationTikaConfigException
public void checkInitialization(InitializableProblemHandler problemHandler) throws TikaConfigException
checkInitialization
in interface Initializable
problemHandler
- if there is a problem and no
custom initializableProblemHandler has been configured
via Initializable parameters,
this is called to respond.TikaConfigException
public 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
TikaConfigException
Copyright © 2007–2023 The Apache Software Foundation. All rights reserved.