Class DotenvParser
java.lang.Object
io.github.cdimascio.dotenv.internal.DotenvParser
public class DotenvParser
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description DotenvParser(DotenvReader reader, boolean throwIfMissing, boolean throwIfMalformed)
-
Method Summary
Modifier and Type Method Description java.util.List<DotenvEntry>
parse()
-
Constructor Details
-
Method Details
-
parse
- Throws:
DotenvException
-