Interface ConfigProvider

  • All Known Implementing Classes:
    ConfigProviderImpl

    public interface ConfigProvider

    Allows a Transformer module to retrieve certain config elements from the transformer

    • Method Detail

      • getTransformerLogDirectory

        java.lang.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:
        java.lang.NullPointerException - if a null value for the directory is returned