Class FileSource

  • All Implemented Interfaces:
    ConfigSource

    public class FileSource
    extends java.lang.Object
    implements ConfigSource
    Source specifying config from one local file
    Author:
    Vegard Havdal
    • Constructor Summary

      Constructors 
      Constructor Description
      FileSource​(java.io.File file)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.io.File getFile()  
      • Methods inherited from class java.lang.Object

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

      • FileSource

        public FileSource​(java.io.File file)
    • Method Detail

      • getFile

        public java.io.File getFile()