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