public class Dotenv
| Modifier and Type | Class and Description |
|---|---|
static class |
Dotenv.Instance |
| Modifier and Type | Field and Description |
|---|---|
static Dotenv.Instance |
Instance |
| Constructor and Description |
|---|
Dotenv() |
| Modifier and Type | Method and Description |
|---|---|
static DotenvBuilder |
configure() |
java.lang.String |
get(java.lang.String envVar) |
static Dotenv |
load() |
public static Dotenv.Instance Instance
public java.lang.String get(java.lang.String envVar)
public static DotenvBuilder configure()
public static Dotenv load()