Class DotenvReader

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

public class DotenvReader
extends Object
(Internal) Reads a .env file
  • Constructor Details

    • DotenvReader

      public DotenvReader​(String directory, String filename)
      Creates a dotenv reader
      Parameters:
      directory - the directory containing the .env file
      filename - the file name of the .env file e.g. .env
  • Method Details