Package hec.lang
Class ApplicationProperties
java.lang.Object
hec.lang.ApplicationProperties
-
Method Summary
Modifier and TypeMethodDescriptionstatic Stringget the Application Home property the Application Home Variable is looked up in the System.properties.static Stringstatic voidsetAppHomeVariable(String appHomeVariable) set the Variable for the application home.
-
Method Details
-
getAppHome
get the Application Home property the Application Home Variable is looked up in the System.properties.- Returns:
- the Application Home Property
-
setAppHomeVariable
set the Variable for the application home.- Parameters:
appHomeVariable- the new Application Home Variable
-
getAppHomeVariable
-