Package com.github.euler.file
Class FileSourceConfigConverter
- java.lang.Object
-
- com.github.euler.configuration.AbstractSourceConfigConverter
-
- com.github.euler.file.FileSourceConfigConverter
-
- All Implemented Interfaces:
TypeConfigConverter<akka.actor.typed.Behavior<SourceCommand>>
public class FileSourceConfigConverter extends AbstractSourceConfigConverter
-
-
Constructor Summary
Constructors Constructor Description FileSourceConfigConverter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringconfigType()akka.actor.typed.Behavior<SourceCommand>convert(com.typesafe.config.Config config, ConfigContext configContext, TypesConfigConverter typeConfigConverter)protected com.typesafe.config.ConfiggetConfig(com.typesafe.config.Config config)protected com.typesafe.config.ConfiggetDefaultConfig()protected IntegergetFlags(List<String> flags)-
Methods inherited from class com.github.euler.configuration.AbstractSourceConfigConverter
type
-
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.TypeConfigConverter
getDescription
-
-
-
-
Method Detail
-
configType
public String configType()
-
convert
public akka.actor.typed.Behavior<SourceCommand> convert(com.typesafe.config.Config config, ConfigContext configContext, TypesConfigConverter typeConfigConverter)
-
getConfig
protected com.typesafe.config.Config getConfig(com.typesafe.config.Config config)
-
getDefaultConfig
protected com.typesafe.config.Config getDefaultConfig()
-
-