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