Package edu.suffolk.litlab.efsp.stdlib
Class StdLib
java.lang.Object
edu.suffolk.litlab.efsp.stdlib.StdLib
Things that really should just be in the standard lib.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
StdLib
public StdLib()
-
-
Method Details
-
GetEnv
Wrapper to get an env var as an optional: there if present, empty if not. -
exists
A simple check to make sure something isn't null or blank. Used in a lot of places.
-