Package io.github.cdimascio.dotenv

Provides a system to manage environment variables using a .env file.
  • Interface Summary 
    Interface Description
    Dotenv
    Creates and configures a new dotenv instance
  • Class Summary 
    Class Description
    DotenvBuilder
    Builds and loads and Dotenv instance
    DotenvEntry
    A key value pair representing an environment variable and its value
  • Enum Summary 
    Enum Description
    Dotenv.Filter
    A dotenv entry filter
  • Exception Summary 
    Exception Description
    DotenvException
    Signals that dotenv exception of some sort has occurred.