| Modifier and Type | Method and Description |
|---|---|
protected static <P,T> P |
ConfigBase.buildComposite(String compositeElementName,
Class<P> compositeClass,
String itemName,
Class<T> itemClass,
Element properties) |
protected static <P,T> P |
ConfigBase.buildComposite(String compositeElementName,
Class<P> compositeClass,
String itemName,
Class<T> itemClass,
InputStream is)
Use this to build a list of components for a composite item (e.g.
|
protected static <T> T |
ConfigBase.buildSingle(String itemName,
Class<T> itemClass,
Element properties,
T defaultValue)
Use this to build a single class, where the user specifies the instance class, e.g.
|
protected static <T> T |
ConfigBase.buildSingle(String itemName,
Class<T> itemClass,
InputStream is)
Use this to build a single class, where the user specifies the instance class, e.g.
|
void |
Initializable.checkInitialization(InitializableProblemHandler problemHandler) |
protected Set<String> |
ConfigBase.configure(String nodeName,
InputStream is)
Use this to configure a subclass of ConfigBase, a single known object.
|
void |
InitializableProblemHandler.handleInitializableProblem(String className,
String message) |
void |
Initializable.initialize(Map<String,Param> params) |
static <T> Param<T> |
Param.load(Node node) |
static void |
TikaConfig.mustNotBeEmpty(String paramName,
Path paramValue) |
static void |
TikaConfig.mustNotBeEmpty(String paramName,
String paramValue) |
| Constructor and Description |
|---|
ParamField(AccessibleObject member)
Creates a ParamField object
|
| Modifier and Type | Method and Description |
|---|---|
static MetadataFilter |
MetadataFilter.load(Element root,
boolean allowMissing)
Loads the metadata filter from the config file if it exists, otherwise returns NoOpFilter
|
| Modifier and Type | Method and Description |
|---|---|
void |
RegexCaptureParser.checkInitialization(InitializableProblemHandler problemHandler) |
void |
RegexCaptureParser.initialize(Map<String,Param> params) |
static AutoDetectParserConfig |
AutoDetectParserConfig.load(Element element) |
| Modifier and Type | Method and Description |
|---|---|
void |
ExternalParser.checkInitialization(InitializableProblemHandler problemHandler) |
void |
ExternalParser.initialize(Map<String,Param> params) |
| Modifier and Type | Method and Description |
|---|---|
void |
PipesReporterBase.checkInitialization(InitializableProblemHandler problemHandler) |
void |
CompositePipesReporter.checkInitialization(InitializableProblemHandler problemHandler) |
void |
PipesReporterBase.initialize(Map<String,Param> params) |
void |
CompositePipesReporter.initialize(Map<String,Param> params) |
static PipesConfig |
PipesConfig.load(Path tikaConfig) |
void |
PipesReporterBase.setExcludes(List<String> excludes) |
void |
PipesReporterBase.setIncludes(List<String> includes) |
| Modifier and Type | Method and Description |
|---|---|
static AsyncConfig |
AsyncConfig.load(Path p) |
| Modifier and Type | Method and Description |
|---|---|
static EmitterManager |
EmitterManager.load(Path tikaConfigPath) |
| Modifier and Type | Method and Description |
|---|---|
static FetcherManager |
FetcherManager.load(Path p) |
| Constructor and Description |
|---|
FetcherManager(List<Fetcher> fetchers) |
| Modifier and Type | Method and Description |
|---|---|
void |
FileSystemFetcher.checkInitialization(InitializableProblemHandler problemHandler) |
void |
FileSystemFetcher.initialize(Map<String,Param> params) |
| Modifier and Type | Method and Description |
|---|---|
static PipesIterator |
PipesIterator.build(Path tikaConfigFile) |
void |
PipesIterator.checkInitialization(InitializableProblemHandler problemHandler) |
void |
PipesIterator.initialize(Map<String,Param> params) |
void |
PipesIterator.setOnParseException(String onParseException) |
| Modifier and Type | Method and Description |
|---|---|
void |
FileListPipesIterator.checkInitialization(InitializableProblemHandler problemHandler) |
| Modifier and Type | Method and Description |
|---|---|
void |
FileSystemPipesIterator.checkInitialization(InitializableProblemHandler problemHandler) |
void |
FileSystemPipesIterator.initialize(Map<String,Param> params) |
| Modifier and Type | Method and Description |
|---|---|
void |
CompositeRenderer.checkInitialization(InitializableProblemHandler problemHandler) |
void |
CompositeRenderer.initialize(Map<String,Param> params) |
| Modifier and Type | Method and Description |
|---|---|
static void |
AnnotationUtils.assignFieldParams(Object bean,
Map<String,Param> params)
Assigns the param values to bean
|
Copyright © 2007–2023 The Apache Software Foundation. All rights reserved.