Interface Initializable

All Known Implementing Classes:
CompositePipesReporter, CompositeRenderer, ExternalParser, FileListPipesIterator, FileSystemFetcher, FileSystemPipesIterator, PipesIterator, PipesReporterBase, RegexCaptureParser

public interface Initializable
Components that must do special processing across multiple fields at initialization time should implement this interface.

TikaConfig will call initialize on Initializable classes after setting the parameters for non-statically service loaded classes.

TikaConfig will call checkInitialization on all Initializables, whether loaded statically