Package com.github.euler.tika
Class TikaContextConfigConverter
- java.lang.Object
-
- com.github.euler.tika.TikaContextConfigConverter
-
- All Implemented Interfaces:
ContextConfigConverter
public class TikaContextConfigConverter extends Object implements ContextConfigConverter
-
-
Constructor Summary
Constructors Constructor Description TikaContextConfigConverter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConfigContextconvert(com.typesafe.config.ConfigValue value, ConfigContext configContext, TypesConfigConverter typeConfigConverter)Stringpath()-
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.ContextConfigConverter
getDescription
-
-
-
-
Method Detail
-
path
public String path()
- Specified by:
pathin interfaceContextConfigConverter
-
convert
public ConfigContext convert(com.typesafe.config.ConfigValue value, ConfigContext configContext, TypesConfigConverter typeConfigConverter)
- Specified by:
convertin interfaceContextConfigConverter
-
-