Uses of Class
org.apache.tika.pipes.core.PipesParser
Packages that use PipesParser
-
Uses of PipesParser in org.apache.tika.pipes.core
Methods in org.apache.tika.pipes.core that return PipesParserModifier and TypeMethodDescriptionstatic PipesParserLoads a PipesParser from a configuration file path.static PipesParserPipesParser.load(TikaJsonConfig tikaJsonConfig, PipesConfig pipesConfig, Path tikaConfigPath) Loads a PipesParser from pre-loaded configuration objects. -
Uses of PipesParser in org.apache.tika.server.core.resource
Methods in org.apache.tika.server.core.resource that return PipesParserModifier and TypeMethodDescriptionPipesParsingHelper.getPipesParser()Gets the PipesParser instance.Constructors in org.apache.tika.server.core.resource with parameters of type PipesParserModifierConstructorDescriptionPipesParsingHelper(PipesParser pipesParser, PipesConfig pipesConfig, Path inputTempDirectory, Path unpackEmitterBasePath) Creates a PipesParsingHelper.