Package com.caplin.transformer.module
Interface ConfigProvider
- All Known Implementing Classes:
ConfigProviderImpl
public interface ConfigProvider
Allows a Transformer module to retrieve certain config elements from the transformer
-
Method Summary
Modifier and TypeMethodDescriptionRetrieves the directory that log files for transfomer are stored inside
-
Method Details
-
getTransformerLogDirectory
String getTransformerLogDirectory()Retrieves the directory that log files for transfomer are stored inside
- Returns:
- A string with the value for the directory for transformer logs
- Throws:
NullPointerException
- if a null value for the directory is returned
-