Uses of Class
io.github.cdimascio.dotenv.DotenvException
| Package | Description |
|---|---|
| io.github.cdimascio.dotenv |
Provides a system to manage environment variables using a .env file.
|
| io.github.cdimascio.dotenv.internal |
Provides a set of internal helpers for dotenv (not for external use).
|
-
Uses of DotenvException in io.github.cdimascio.dotenv
Methods in io.github.cdimascio.dotenv that throw DotenvException Modifier and Type Method Description DotenvDotenvBuilder. load()Load the contents of .env into the virtual environment. -
Uses of DotenvException in io.github.cdimascio.dotenv.internal
Methods in io.github.cdimascio.dotenv.internal that throw DotenvException Modifier and Type Method Description List<DotenvEntry>DotenvParser. parse()(Internal) parse the .env fileList<String>DotenvReader. read()(Internal) Reads the .env file