Interface ConfigParser


public interface ConfigParser
Load a config file into a flattened map.
  • Method Details

    • supportedExtensions

      String[] supportedExtensions()
      File extensions Supported by this parser
    • load

      Loads a file into a flat map of key value pairs.
      Parameters:
      is - stream of file contents
      Returns:
      Key-Value pairs of all the configs