Class DotenvParser

java.lang.Object
io.github.cdimascio.dotenv.internal.DotenvParser

public class DotenvParser extends Object
(Internal) Parses .env file
  • Constructor Details

    • DotenvParser

      public DotenvParser(DotenvReader reader, boolean throwIfMissing, boolean throwIfMalformed)
      Creates a dotenv parser
      Parameters:
      reader - the dotenv reader
      throwIfMissing - if true, throws when the .env file is missing
      throwIfMalformed - if true, throws when the .env file is malformed
  • Method Details