Uses of Class
org.apache.tika.pipes.core.PipesException
Packages that use PipesException
Package
Description
-
Uses of PipesException in org.apache.tika.example
Methods in org.apache.tika.example that throw PipesExceptionModifier and TypeMethodDescriptionvoidPipesForkParserExample.parseEmbeddedDocumentsConcatenate(Path filePath) Example of parsing documents with embedded files using CONCATENATE mode (legacy).voidPipesForkParserExample.parseEmbeddedDocumentsRmeta(Path filePath) Example of parsing documents with embedded files using RMETA mode.PipesForkParserExample.parseFileAllContent(Path filePath) Example of parsing a file and getting ALL content (container + embedded documents).PipesForkParserExample.parseFileBasic(Path filePath) Basic example of parsing a file using PipesForkParser with default settings.PipesForkParserExample.parseInputStream(InputStream inputStream) Example of parsing from an InputStream.voidPipesForkParserExample.parseManyFiles(List<Path> filePaths) Example of reusing PipesForkParser for multiple documents.PipesForkParserExample.parseWithContentTypeHint(Path filePath, String contentType) Example of providing initial metadata hints.PipesForkParserExample.parseWithCustomConfig(Path filePath) Example of parsing with custom configuration.voidPipesForkParserExample.parseWithMetadata(Path filePath) Example of parsing with metadata extraction. -
Uses of PipesException in org.apache.tika.pipes.core
Methods in org.apache.tika.pipes.core that throw PipesException -
Uses of PipesException in org.apache.tika.pipes.core.async
Methods in org.apache.tika.pipes.core.async that throw PipesExceptionModifier and TypeMethodDescriptionbooleanAsyncProcessor.offer(List<FetchEmitTuple> newFetchEmitTuples, long offerMs) booleanAsyncProcessor.offer(FetchEmitTuple t, long offerMs) -
Uses of PipesException in org.apache.tika.pipes.fork
Methods in org.apache.tika.pipes.fork that throw PipesExceptionModifier and TypeMethodDescriptionParse a file in a forked JVM process.Parse a file in a forked JVM process with the specified metadata.PipesForkParser.parse(Path path, Metadata metadata, ParseContext parseContext) Parse a file in a forked JVM process with the specified metadata and parse context.PipesForkParser.parse(TikaInputStream tis) Parse a file in a forked JVM process.PipesForkParser.parse(TikaInputStream tis, Metadata metadata) Parse a file in a forked JVM process with the specified metadata.PipesForkParser.parse(TikaInputStream tis, Metadata metadata, ParseContext parseContext) Parse a file in a forked JVM process with the specified metadata and parse context.