Package com.github.euler.elasticsearch
Class ElasticsearchDeleteParentChildTaskConfigConverter
- java.lang.Object
-
- com.github.euler.configuration.AbstractTaskConfigConverter
-
- com.github.euler.elasticsearch.ElasticsearchDeleteParentChildTaskConfigConverter
-
- All Implemented Interfaces:
TaskConfigConverter
public class ElasticsearchDeleteParentChildTaskConfigConverter extends AbstractTaskConfigConverter
-
-
Constructor Summary
Constructors Constructor Description ElasticsearchDeleteParentChildTaskConfigConverter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Taskconvert(com.typesafe.config.Config config, ConfigContext ctx, TypesConfigConverter typeConfigConverter, TasksConfigConverter tasksConfigConverter)Stringtype()-
Methods inherited from class com.github.euler.configuration.AbstractTaskConfigConverter
getName
-
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.TaskConfigConverter
getDescription
-
-
-
-
Method Detail
-
type
public String type()
-
convert
public Task convert(com.typesafe.config.Config config, ConfigContext ctx, TypesConfigConverter typeConfigConverter, TasksConfigConverter tasksConfigConverter)
-
-