Package com.github.euler.preview
Class PreviewTaskConfigConverter
- java.lang.Object
-
- com.github.euler.configuration.AbstractTaskConfigConverter
-
- com.github.euler.preview.PreviewTaskConfigConverter
-
- All Implemented Interfaces:
TaskConfigConverter
public class PreviewTaskConfigConverter extends AbstractTaskConfigConverter
-
-
Constructor Summary
Constructors Constructor Description PreviewTaskConfigConverter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Taskconvert(com.typesafe.config.Config config, ConfigContext ctx, TypesConfigConverter typesConfigConverter, TasksConfigConverter tasksConfigConverter)protected com.typesafe.config.ConfiggetDefaultConfig()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 typesConfigConverter, TasksConfigConverter tasksConfigConverter)
-
getDefaultConfig
protected com.typesafe.config.Config getDefaultConfig()
-
-