Class CnfParser

java.lang.Object
io.deephaven.config.CnfParser

public class CnfParser extends Object
CnfParser:

Consolidate all cnf parsing-related code into a single source of truth

  • Constructor Details

    • CnfParser

      public CnfParser()
  • Method Details

    • stripQuotes

      public static String stripQuotes(String key, String value)
    • readEnvironment

      protected static void readEnvironment(CnfData data)
    • readSourceFile

      protected static void readSourceFile(CnfData data, List<String> lines)
    • countItems

      protected static void countItems(CnfData data)
      TODO: what is this for?
      Parameters:
      data -