String |
The value of the environment variable with the specified name, or null
if it does not exist.
@@ -453,24 +453,24 @@ env
-
- env (String name , T defaults ) T
-
-
+
+ env (String name , T defaults ) T
+
+
T |
|
-
+
String name |
A environment variable name.
|
-
+
T defaults |
If the specified name is not found, set and return this default value.
|
-
+
T |
The value of the environment variable with the specified name.
|
@@ -488,45 +488,45 @@ env .env property file on the classpath (optional)
-
|