Interface Dotenvx


public interface Dotenvx
Creates and configures a new Dotenv instance with dotenvx support.
  • Method Summary

    Static Methods
    Modifier and Type
    Method
    Description
    Configures a new Dotenv instance with dotenvx support.
    static io.github.cdimascio.dotenv.Dotenv
     
  • Method Details

    • configure

      static DotenvxBuilder configure()
      Configures a new Dotenv instance with dotenvx support.
      Returns:
      a new Dotenv instance with dotenvx support
    • load

      static io.github.cdimascio.dotenv.Dotenv load()