Uses of Class
com.github.euler.tika.EmbeddedStrategy
-
Packages that use EmbeddedStrategy Package Description com.github.euler.tika -
-
Uses of EmbeddedStrategy in com.github.euler.tika
Subclasses of EmbeddedStrategy in com.github.euler.tika Modifier and Type Class Description classDefaultEmbeddedStrategyMethods in com.github.euler.tika that return EmbeddedStrategy Modifier and Type Method Description EmbeddedStrategyDefaultEmbeddedStrategyConfigConverter. convert(com.typesafe.config.Config config, ConfigContext configContext, TypesConfigConverter typeConfigConverter)EmbeddedStrategyParseTask.Builder. getEmbeddedStrategy()Methods in com.github.euler.tika with parameters of type EmbeddedStrategy 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. setEmbeddedStrategy(EmbeddedStrategy embeddedStrategy)Constructors in com.github.euler.tika with parameters of type EmbeddedStrategy Constructor Description ParseContextFactoryWrapper(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)
-