Class DotenvReader
java.lang.Object
io.github.cdimascio.dotenv.internal.DotenvReader
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DotenvReader
-
-
Method Details
-
read
(Internal) Reads the .env file- Returns:
- a list containing the contents of each line in the .env file
- Throws:
DotenvException
- if a dotenv error occursIOException
- if an I/O error occurs
-