Uses of Class
org.apache.tika.exception.TikaConfigException
Packages that use TikaConfigException
Package
Description
Tika configuration tools.
Tika parsers.
Utilities.
-
Uses of TikaConfigException in org.apache.tika.config
Methods in org.apache.tika.config that throw TikaConfigExceptionModifier and TypeMethodDescriptionprotected 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 <P,T> P ConfigBase.buildComposite(String compositeElementName, Class<P> compositeClass, String itemName, Class<T> itemClass, Element properties) protected static <T> TConfigBase.buildSingle(String itemName, Class<T> itemClass, InputStream is) Use this to build a single class, where the user specifies the instance class, e.g.protected static <T> TConfigBase.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.voidInitializable.checkInitialization(InitializableProblemHandler problemHandler) ConfigBase.configure(String nodeName, InputStream is) Use this to configure a subclass of ConfigBase, a single known object.voidInitializableProblemHandler.handleInitializableProblem(String className, String message) voidInitializable.initialize(Map<String, Param> params) static <T> Param<T>static voidTikaConfig.mustNotBeEmpty(String paramName, String paramValue) static voidTikaConfig.mustNotBeEmpty(String paramName, Path paramValue) Constructors in org.apache.tika.config that throw TikaConfigException -
Uses of TikaConfigException in org.apache.tika.metadata.filter
Methods in org.apache.tika.metadata.filter that throw TikaConfigExceptionModifier and TypeMethodDescriptionstatic MetadataFilterLoads the metadata filter from the config file if it exists, otherwise returns NoOpFilter -
Uses of TikaConfigException in org.apache.tika.parser
Methods in org.apache.tika.parser that throw TikaConfigExceptionModifier and TypeMethodDescriptionvoidRegexCaptureParser.checkInitialization(InitializableProblemHandler problemHandler) voidRegexCaptureParser.initialize(Map<String, Param> params) static AutoDetectParserConfig -
Uses of TikaConfigException in org.apache.tika.parser.external2
Methods in org.apache.tika.parser.external2 that throw TikaConfigExceptionModifier and TypeMethodDescriptionvoidExternalParser.checkInitialization(InitializableProblemHandler problemHandler) voidExternalParser.initialize(Map<String, Param> params) -
Uses of TikaConfigException in org.apache.tika.pipes
Methods in org.apache.tika.pipes that throw TikaConfigExceptionModifier and TypeMethodDescriptionvoidCompositePipesReporter.checkInitialization(InitializableProblemHandler problemHandler) voidPipesReporterBase.checkInitialization(InitializableProblemHandler problemHandler) voidCompositePipesReporter.initialize(Map<String, Param> params) voidPipesReporterBase.initialize(Map<String, Param> params) static PipesConfigvoidPipesReporterBase.setExcludes(List<String> excludes) voidPipesReporterBase.setIncludes(List<String> includes) -
Uses of TikaConfigException in org.apache.tika.pipes.async
Methods in org.apache.tika.pipes.async that throw TikaConfigException -
Uses of TikaConfigException in org.apache.tika.pipes.emitter
Methods in org.apache.tika.pipes.emitter that throw TikaConfigException -
Uses of TikaConfigException in org.apache.tika.pipes.fetcher
Methods in org.apache.tika.pipes.fetcher that throw TikaConfigExceptionConstructors in org.apache.tika.pipes.fetcher that throw TikaConfigException -
Uses of TikaConfigException in org.apache.tika.pipes.fetcher.fs
Methods in org.apache.tika.pipes.fetcher.fs that throw TikaConfigExceptionModifier and TypeMethodDescriptionvoidFileSystemFetcher.checkInitialization(InitializableProblemHandler problemHandler) voidFileSystemFetcher.initialize(Map<String, Param> params) -
Uses of TikaConfigException in org.apache.tika.pipes.pipesiterator
Methods in org.apache.tika.pipes.pipesiterator that throw TikaConfigExceptionModifier and TypeMethodDescriptionstatic PipesIteratorvoidPipesIterator.checkInitialization(InitializableProblemHandler problemHandler) voidPipesIterator.initialize(Map<String, Param> params) voidPipesIterator.setOnParseException(String onParseException) -
Uses of TikaConfigException in org.apache.tika.pipes.pipesiterator.filelist
Methods in org.apache.tika.pipes.pipesiterator.filelist that throw TikaConfigExceptionModifier and TypeMethodDescriptionvoidFileListPipesIterator.checkInitialization(InitializableProblemHandler problemHandler) -
Uses of TikaConfigException in org.apache.tika.pipes.pipesiterator.fs
Methods in org.apache.tika.pipes.pipesiterator.fs that throw TikaConfigExceptionModifier and TypeMethodDescriptionvoidFileSystemPipesIterator.checkInitialization(InitializableProblemHandler problemHandler) voidFileSystemPipesIterator.initialize(Map<String, Param> params) -
Uses of TikaConfigException in org.apache.tika.renderer
Methods in org.apache.tika.renderer that throw TikaConfigExceptionModifier and TypeMethodDescriptionvoidCompositeRenderer.checkInitialization(InitializableProblemHandler problemHandler) voidCompositeRenderer.initialize(Map<String, Param> params) -
Uses of TikaConfigException in org.apache.tika.utils
Methods in org.apache.tika.utils that throw TikaConfigExceptionModifier and TypeMethodDescriptionstatic voidAnnotationUtils.assignFieldParams(Object bean, Map<String, Param> params) Assigns the param values to bean