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
Quick wrapper to get an env var as an optional. -
exists
A simple check to make sure something isn't null or blank. Used in a lot of places.
-