Package com.github.euler.tika.embedded
Class MimetypeEmbeddedNamingStrategyConfigConverter
- java.lang.Object
-
- com.github.euler.tika.embedded.AbstractEmbeddedNamingStrategyConfigConverter
-
- com.github.euler.tika.embedded.MimetypeEmbeddedNamingStrategyConfigConverter
-
- All Implemented Interfaces:
TypeConfigConverter<EmbeddedNamingStrategy>
public class MimetypeEmbeddedNamingStrategyConfigConverter extends AbstractEmbeddedNamingStrategyConfigConverter
-
-
Field Summary
-
Fields inherited from class com.github.euler.tika.embedded.AbstractEmbeddedNamingStrategyConfigConverter
TYPE
-
-
Constructor Summary
Constructors Constructor Description MimetypeEmbeddedNamingStrategyConfigConverter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringconfigType()EmbeddedNamingStrategyconvert(com.typesafe.config.Config config, ConfigContext configContext, TypesConfigConverter typeConfigConverter)protected com.typesafe.config.ConfiggetConfig(com.typesafe.config.Config config)protected com.typesafe.config.ConfiggetDefaultConfig()-
Methods inherited from class com.github.euler.tika.embedded.AbstractEmbeddedNamingStrategyConfigConverter
type
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.github.euler.configuration.TypeConfigConverter
getDescription
-
-
-
-
Method Detail
-
configType
public String configType()
-
convert
public EmbeddedNamingStrategy convert(com.typesafe.config.Config config, ConfigContext configContext, TypesConfigConverter typeConfigConverter)
-
getConfig
protected com.typesafe.config.Config getConfig(com.typesafe.config.Config config)
-
getDefaultConfig
protected com.typesafe.config.Config getDefaultConfig()
-
-