Class DotenvEntry


  • public class DotenvEntry
    extends Object
    A key value pair representing an environment variable and its value
    • Constructor Detail

      • DotenvEntry

        public DotenvEntry​(String key,
                           String value)
        Creates a new dotenv entry using the provided key and value
        Parameters:
        key - the dotenv entry name
        value - the dotenv entry value