Uses of Class
io.github.mihkels.dotenv.DotenvBuilder
Packages that use DotenvBuilder
Package
Description
Provides a system to manage environment variables using a .env file.
-
Uses of DotenvBuilder in io.github.mihkels.dotenv
Methods in io.github.mihkels.dotenv that return DotenvBuilderModifier and TypeMethodDescriptionstatic DotenvBuilderDotenv.configure()Configures a newDotenvinstanceSets the directory containing the .env file.Sets the name of the .env file.DotenvBuilder.ignoreIfMalformed()Does not throw an exception when .env is malformed.DotenvBuilder.ignoreIfMissing()Does not throw an exception when .env is missing.DotenvBuilder.systemProperties()Sets each environment variable as system properties.