Skip navigation links
C D E F G H I L S T 

C

component1() - Method in class io.github.cdimascio.dotenv.DotenvEntry
 
component2() - Method in class io.github.cdimascio.dotenv.DotenvEntry
 
Configuration - Class in io.github.cdimascio.dotenv
The dotenv configuration
Configuration() - Constructor for class io.github.cdimascio.dotenv.Configuration
The dotenv configuration
configure() - Static method in class io.github.cdimascio.dotenv.Dotenv
Configure dotenv
configure() - Method in class io.github.cdimascio.dotenv.Dotenv.Instance
Configure dotenv
copy(key, value) - Method in class io.github.cdimascio.dotenv.DotenvEntry
A dotenv entry containing a key, value pair

D

directory(path) - Method in class io.github.cdimascio.dotenv.DotenvBuilder
Sets the directory containing the .env file
Dotenv - Class in io.github.cdimascio.dotenv
Dotenv
Dotenv() - Constructor for class io.github.cdimascio.dotenv.Dotenv
Dotenv
dotenv(block) - Static method in class io.github.cdimascio.dotenv.DslKt
Configure dotenv
Dotenv.Instance - Class in io.github.cdimascio.dotenv
The dotenv instance
DotenvBuilder - Class in io.github.cdimascio.dotenv
Constructs a new DotenvBuilder
DotenvEntriesFilter - Enum in io.github.cdimascio.dotenv
 
DotenvEntry - Class in io.github.cdimascio.dotenv
A dotenv entry containing a key, value pair
DotenvEntry(key, value) - Constructor for class io.github.cdimascio.dotenv.DotenvEntry
A dotenv entry containing a key, value pair
DotEnvException - Exception in io.github.cdimascio.dotenv
Dotenv exception
DotEnvException(message) - Constructor for exception io.github.cdimascio.dotenv.DotEnvException
Dotenv exception
DslKt - Class in io.github.cdimascio.dotenv
 

E

entries() - Method in class io.github.cdimascio.dotenv.Dotenv
Returns all environment entries
entries(filter) - Method in class io.github.cdimascio.dotenv.Dotenv
Returns all environment entries filtered by {@link DotenvEntriesFilter}
equals(p) - Method in class io.github.cdimascio.dotenv.DotenvEntry
 

F

filename(name) - Method in class io.github.cdimascio.dotenv.DotenvBuilder
Sets the name of the .env file. The default is .env

G

get(envName) - Method in class io.github.cdimascio.dotenv.Dotenv
Returns the value for the specified environment variable
get(envName, defValue) - Method in class io.github.cdimascio.dotenv.Dotenv
Returns the value for the environment variable, or the default value if absent
getDirectory() - Method in class io.github.cdimascio.dotenv.Configuration
Set the directory containing the .env file
getFilename() - Method in class io.github.cdimascio.dotenv.Configuration
Sets the name of the .env. The default is .env
getIgnoreIfMalformed() - Method in class io.github.cdimascio.dotenv.Configuration
Do not throw an exception when .env is malformed
getIgnoreIfMissing() - Method in class io.github.cdimascio.dotenv.Configuration
Do not throw an exception when .env is missing
getKey() - Method in class io.github.cdimascio.dotenv.DotenvEntry
 
getSystemProperties() - Method in class io.github.cdimascio.dotenv.Configuration
Set env vars into System properties. Enables fetch them via e.g. System.getProperty(...)
getValue() - Method in class io.github.cdimascio.dotenv.DotenvEntry
 

H

hashCode() - Method in class io.github.cdimascio.dotenv.DotenvEntry
 

I

ignoreIfMalformed() - Method in class io.github.cdimascio.dotenv.DotenvBuilder
Do not throw an exception when .env is malformed
ignoreIfMissing() - Method in class io.github.cdimascio.dotenv.DotenvBuilder
Do not throw an exception when .env is missing
Instance - Static variable in class io.github.cdimascio.dotenv.Dotenv
The dotenv instance
io.github.cdimascio.dotenv - package io.github.cdimascio.dotenv
 

L

load() - Method in class io.github.cdimascio.dotenv.Dotenv.Instance
Load the the contents of .env into the virtual environment. Environment variables in the host environment override those in .env
load() - Static method in class io.github.cdimascio.dotenv.Dotenv
Load the the contents of .env into the virtual environment. Environment variables in the host environment override those in .env
load() - Method in class io.github.cdimascio.dotenv.DotenvBuilder
Load the contents of .env into the virtual environment

S

setDirectory(p) - Method in class io.github.cdimascio.dotenv.Configuration
Set the directory containing the .env file
setFilename(p) - Method in class io.github.cdimascio.dotenv.Configuration
Sets the name of the .env. The default is .env
setIgnoreIfMalformed(p) - Method in class io.github.cdimascio.dotenv.Configuration
Do not throw an exception when .env is malformed
setIgnoreIfMissing(p) - Method in class io.github.cdimascio.dotenv.Configuration
Do not throw an exception when .env is missing
setSystemProperties(p) - Method in class io.github.cdimascio.dotenv.Configuration
Set env vars into System properties. Enables fetch them via e.g. System.getProperty(...)
systemProperties() - Method in class io.github.cdimascio.dotenv.DotenvBuilder
Adds environment variables into system properties

T

toString() - Method in class io.github.cdimascio.dotenv.DotenvEntry
 
C D E F G H I L S T 
Skip navigation links