Uses of Interface
com.github.euler.tika.EmbeddedNamingStrategy
-
Packages that use EmbeddedNamingStrategy Package Description com.github.euler.tika com.github.euler.tika.embedded -
-
Uses of EmbeddedNamingStrategy in com.github.euler.tika
Methods in com.github.euler.tika that return EmbeddedNamingStrategy Modifier and Type Method Description EmbeddedNamingStrategyParseTask.Builder. getEmbeddedNamingStrategy()Methods in com.github.euler.tika with parameters of type EmbeddedNamingStrategy 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. setEmbeddedNamingStrategy(EmbeddedNamingStrategy embeddedNamingStrategy)Constructors in com.github.euler.tika with parameters of type EmbeddedNamingStrategy 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) -
Uses of EmbeddedNamingStrategy in com.github.euler.tika.embedded
Classes in com.github.euler.tika.embedded that implement EmbeddedNamingStrategy Modifier and Type Class Description classDefaultEmbeddedNamingStrategyclassMimetypeEmbeddedNamingStrategyclassRFC822EmbeddedNamingStrategyMethods in com.github.euler.tika.embedded that return EmbeddedNamingStrategy Modifier and Type Method Description EmbeddedNamingStrategyDefaultEmbeddedNamingStrategyConfigConverter. convert(com.typesafe.config.Config config, ConfigContext configContext, TypesConfigConverter typeConfigConverter)EmbeddedNamingStrategyMimetypeEmbeddedNamingStrategyConfigConverter. convert(com.typesafe.config.Config config, ConfigContext configContext, TypesConfigConverter typeConfigConverter)EmbeddedNamingStrategyRFC822EmbeddedNamingStrategyConfigConverter. convert(com.typesafe.config.Config config, ConfigContext configContext, TypesConfigConverter typeConfigConverter)Constructors in com.github.euler.tika.embedded with parameters of type EmbeddedNamingStrategy Constructor Description MimetypeEmbeddedNamingStrategy(EmbeddedNamingStrategy defaultStrategy, Map<String,EmbeddedNamingStrategy> mapping)Constructor parameters in com.github.euler.tika.embedded with type arguments of type EmbeddedNamingStrategy Constructor Description MimetypeEmbeddedNamingStrategy(EmbeddedNamingStrategy defaultStrategy, Map<String,EmbeddedNamingStrategy> mapping)MimetypeEmbeddedNamingStrategy(Map<String,EmbeddedNamingStrategy> mapping)
-