Uses of Interface
com.github.euler.tika.EmbeddedStrategyFactory
-
Packages that use EmbeddedStrategyFactory Package Description com.github.euler.tika -
-
Uses of EmbeddedStrategyFactory in com.github.euler.tika
Classes in com.github.euler.tika that implement EmbeddedStrategyFactory Modifier and Type Class Description classDefaultEmbeddedStrategyFactoryMethods in com.github.euler.tika that return EmbeddedStrategyFactory Modifier and Type Method Description EmbeddedStrategyFactoryDefaultEmbeddedStrategyFactoryConfigConverter. convert(com.typesafe.config.Config config, ConfigContext configContext, TypesConfigConverter typeConfigConverter)EmbeddedStrategyFactoryParseTask.Builder. getEmbeddedStrategy()Methods in com.github.euler.tika with parameters of type EmbeddedStrategyFactory 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, EmbeddedStrategyFactory embeddedStrategyFactory)ParseTask.BuilderParseTask.Builder. setEmbeddedStrategy(EmbeddedStrategyFactory embeddedStrategyFactory)Constructors in com.github.euler.tika with parameters of type EmbeddedStrategyFactory Constructor Description 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, EmbeddedStrategyFactory embeddedStrategyFactory)
-