Uses of Class
io.github.cdimascio.dotenv.DotenvxBuilder
Packages that use DotenvxBuilder
-
Uses of DotenvxBuilder in io.github.cdimascio.dotenv
Methods in io.github.cdimascio.dotenv that return DotenvxBuilderModifier and TypeMethodDescriptionstatic DotenvxBuilderDotenvx.configure()Configures a newDotenvinstance with dotenvx support.Sets the directory containing the .env file.Sets the name of the .env file.DotenvxBuilder.ignoreIfMalformed()Does not throw an exception when .env is malformed.DotenvxBuilder.ignoreIfMissing()Does not throw an exception when .env is missing.DotenvxBuilder.privateKey(String privateKeyHex) set the private keyDotenvxBuilder.systemProperties()Sets each environment variable as system properties.