Package com.github.euler.file
Class FileStorageStrategyConfigConverter
- java.lang.Object
-
- com.github.euler.common.AbstractStorageStrategyConfigConverter
-
- com.github.euler.file.FileStorageStrategyConfigConverter
-
- All Implemented Interfaces:
TypeConfigConverter<StorageStrategy>
public class FileStorageStrategyConfigConverter extends AbstractStorageStrategyConfigConverter
-
-
Field Summary
Fields Modifier and Type Field Description static StringTEMPORARY_ROOT_FOLDER
-
Constructor Summary
Constructors Constructor Description FileStorageStrategyConfigConverter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringconfigType()StorageStrategyconvert(com.typesafe.config.Config config, ConfigContext configContext, TypesConfigConverter typeConfigConverter)-
Methods inherited from class com.github.euler.common.AbstractStorageStrategyConfigConverter
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
-
-
-
-
Field Detail
-
TEMPORARY_ROOT_FOLDER
public static final String TEMPORARY_ROOT_FOLDER
- See Also:
- Constant Field Values
-
-
Method Detail
-
convert
public StorageStrategy convert(com.typesafe.config.Config config, ConfigContext configContext, TypesConfigConverter typeConfigConverter)
-
configType
public String configType()
-
-