Uses of Interface
com.github.euler.tika.ParseContextFactory
-
Packages that use ParseContextFactory Package Description com.github.euler.tika -
-
Uses of ParseContextFactory in com.github.euler.tika
Classes in com.github.euler.tika that implement ParseContextFactory Modifier and Type Class Description classDefaultParseContextFactoryclassParseContextFactoryWrapperMethods in com.github.euler.tika that return ParseContextFactory Modifier and Type Method Description ParseContextFactoryDefaultParseContextFactoryConfigConverter. convert(com.typesafe.config.Config config, ConfigContext configContext, TypesConfigConverter typeConfigConverter)ParseContextFactoryParseTask.Builder. getParseContextFactory()Methods in com.github.euler.tika with parameters of type ParseContextFactory Modifier and Type Method Description static akka.actor.typed.Behavior<TaskCommand>ParseExecution. create(org.apache.tika.parser.Parser parser, StreamFactory sf, StorageStrategy parsedContentStrategy, StorageStrategy embeddedContentStrategy, MetadataParser metadataParser, ParseContextFactory parseContextFactory, EmbeddedNamingStrategy embeddedNamingStrategy, EmbeddedStrategy embeddedStrategy)ParseTask.BuilderParseTask.Builder. setParseContextFactory(ParseContextFactory parseContextFactory)Constructors in com.github.euler.tika with parameters of type ParseContextFactory Constructor Description ParseContextFactoryWrapper(org.apache.tika.parser.Parser parser, ParseContextFactory wrapped, EmbeddedStrategy embeddedStrategy)ParseExecution(akka.actor.typed.javadsl.ActorContext<TaskCommand> context, org.apache.tika.parser.Parser parser, StreamFactory sf, StorageStrategy parsedContentStrategy, StorageStrategy embeddedContentStrategy, MetadataParser metadataParser, ParseContextFactory parseContextFactory, EmbeddedNamingStrategy embeddedNamingStrategy, EmbeddedStrategy embeddedStrategy)
-