Uses of Class
io.github.cdimascio.dotenv.DotenvBuilder
| Package | Description |
|---|---|
| io.github.cdimascio.dotenv |
Provides a system to manage environment variables using a .env file.
|
-
Uses of DotenvBuilder in io.github.cdimascio.dotenv
Methods in io.github.cdimascio.dotenv that return DotenvBuilder Modifier and Type Method Description static DotenvBuilderDotenv. configure()Configures a newDotenvinstanceDotenvBuilderDotenvBuilder. directory(String path)Sets the directory containing the .env file.DotenvBuilderDotenvBuilder. filename(String name)Sets the name of the .env file.DotenvBuilderDotenvBuilder. ignoreIfMalformed()Does not throw an exception when .env is malformed.DotenvBuilderDotenvBuilder. ignoreIfMissing()Does not throw an exception when .env is missing.DotenvBuilderDotenvBuilder. systemProperties()Sets each environment variable as system properties.