Class DotenvEntry
java.lang.Object
io.github.cdimascio.dotenv.DotenvEntry
A key value pair representing an environment variable and its value
-
Constructor Summary
ConstructorsConstructorDescriptionDotenvEntry(String key, String value) Creates a new dotenv entry using the provided key and value -
Method Summary
Modifier and TypeMethodDescriptiongetKey()Returns the key for theDotenvEntrygetValue()Returns the value for theDotenvEntrytoString()
-
Constructor Details
-
DotenvEntry
-
-
Method Details
-
getKey
-
getValue
Returns the value for theDotenvEntry- Returns:
- the value for the
DotenvEntry
-
toString
-