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 fileDotenvBuilderDotenvBuilder. filename(String name)Sets the name of the .env file.DotenvBuilderDotenvBuilder. ignoreIfMalformed()Does not throw an exception when .env is malformedDotenvBuilderDotenvBuilder. ignoreIfMissing()Does not throw an exception when .env is missingDotenvBuilderDotenvBuilder. systemProperties()Sets each environment variable as system properties