public interface Environment
| Modifier and Type | Method and Description |
|---|---|
ZonedDateTime |
getCurrentDateTime()
The current date-time with the time zone of this environment.
|
LocalDateTime |
getCurrentLocalDateTime()
The current Date combinded with the local time as seen on a wall clock.
|
Map<String,String> |
getEnvironmentVariables()
The environment variables set in this environment.
|
Path |
getWorkingDirectory()
Get the current working directory.
|
Path getWorkingDirectory()
LocalDateTime getCurrentLocalDateTime()
ZonedDateTime getCurrentDateTime()
Copyright © 2018. All rights reserved.