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