Uses of Package
io.github.cdimascio.dotenv
Package | Description |
---|---|
io.github.cdimascio.dotenv |
Provides a system to manage environment variables using a .env file.
|
io.github.cdimascio.dotenv.internal |
Provides a set of internal helpers for dotenv (not for external use).
|
-
Classes in io.github.cdimascio.dotenv used by io.github.cdimascio.dotenv Class Description Dotenv Creates and configures a new dotenv instanceDotenv.Filter A dotenv entry filterDotenvBuilder Builds and loads andDotenv
instanceDotenvEntry A key value pair representing an environment variable and its valueDotenvException Signals that dotenv exception of some sort has occurred. -
Classes in io.github.cdimascio.dotenv used by io.github.cdimascio.dotenv.internal Class Description DotenvEntry A key value pair representing an environment variable and its valueDotenvException Signals that dotenv exception of some sort has occurred.