Package com.github.euler.tika
Class TikaExtension
- java.lang.Object
-
- com.github.euler.tika.TikaExtension
-
- All Implemented Interfaces:
EulerExtension
public class TikaExtension extends Object implements EulerExtension
-
-
Constructor Summary
Constructors Constructor Description TikaExtension()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDescription()List<ContextConfigConverter>pathConverters()List<TaskConfigConverter>taskConverters()-
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.EulerExtension
typeConverters
-
-
-
-
Method Detail
-
pathConverters
public List<ContextConfigConverter> pathConverters()
- Specified by:
pathConvertersin interfaceEulerExtension
-
taskConverters
public List<TaskConfigConverter> taskConverters()
- Specified by:
taskConvertersin interfaceEulerExtension
-
getDescription
public String getDescription()
- Specified by:
getDescriptionin interfaceEulerExtension
-
-