Class ConfigProviderImpl

  • All Implemented Interfaces:
    ConfigProvider

    public class ConfigProviderImpl
    extends java.lang.Object
    implements ConfigProvider
    Created by Jasono on 10/11/2015.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getConfigOptionValue​(java.lang.String name)  
      java.lang.String getTransformerLogDirectory()
      Retrieves the directory that log files for transfomer are stored inside
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ConfigProviderImpl

        public ConfigProviderImpl()
    • Method Detail

      • getTransformerLogDirectory

        public java.lang.String getTransformerLogDirectory()
        Description copied from interface: ConfigProvider

        Retrieves the directory that log files for transfomer are stored inside

        Specified by:
        getTransformerLogDirectory in interface ConfigProvider
        Returns:
        A string with the value for the directory for transformer logs
      • getConfigOptionValue

        public java.lang.String getConfigOptionValue​(java.lang.String name)