Class DirSource

  • All Implemented Interfaces:
    ConfigSource

    public class DirSource
    extends java.lang.Object
    implements ConfigSource
    Source specifying config from a local directory
    Author:
    Vegard Havdal
    • Constructor Summary

      Constructors 
      Constructor Description
      DirSource​(java.io.File dir)  
    • Method Summary

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

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

      • DirSource

        public DirSource​(java.io.File dir)
    • Method Detail

      • getDir

        public java.io.File getDir()