Class FileSource

java.lang.Object
com.yahoo.config.subscription.FileSource
All Implemented Interfaces:
ConfigSource

public class FileSource extends Object implements ConfigSource
Source specifying config from one local file
Author:
Vegard Havdal, jonmv
  • Constructor Details

    • FileSource

      public FileSource(File file)
  • Method Details

    • getLastModified

      public long getLastModified()
    • getContent

      public List<String> getContent() throws IOException
      Throws:
      IOException
    • validateFile

      public void validateFile()