Class DotenvParser


  • public class DotenvParser
    extends Object
    (Internal) Parses .env file
    • Constructor Detail

      • DotenvParser

        public DotenvParser​(DotenvReader reader,
                            boolean throwIfMissing,
                            boolean throwIfMalformed)
        Creates a dotenv parser
        Parameters:
        reader - the dotenv reader
        throwIfMissing - if true, throws when the .env file is missing
        throwIfMalformed - if true, throws when the .env file is malformed