Class OSUtil
java.lang.Object
com.bluebell.greenhouse.platform.util.file.OSUtil
System-level utility classes for operating system operations and jdk stuff.
- Version:
- 1.0.1
- Author:
- Stephen Prizio
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidgenerateEnv(String[] args) Generates the .env for the given active profile.
-
Method Details
-
generateEnv
Generates the .env for the given active profile.- Parameters:
args- runtime arguments
-