Package io.github.cdimascio.dotenv
Interface Dotenvx
-
public interface DotenvxCreates and configures a new Dotenv instance with dotenvx support.
-
-
Method Summary
Static Methods Modifier and Type Method Description static DotenvxBuilderconfigure()Configures a newDotenvinstance with dotenvx support.static io.github.cdimascio.dotenv.Dotenvload()
-
-
-
Method Detail
-
configure
static DotenvxBuilder configure()
Configures a newDotenvinstance with dotenvx support.- Returns:
- a new
Dotenvinstance with dotenvx support
-
load
static io.github.cdimascio.dotenv.Dotenv load()
-
-