Package hec.lang

Class ApplicationProperties

java.lang.Object
hec.lang.ApplicationProperties

public class ApplicationProperties extends Object
  • Method Details

    • getAppHome

      public static String getAppHome()
      get the Application Home property the Application Home Variable is looked up in the System.properties.
      Returns:
      the Application Home Property
    • setAppHomeVariable

      public static void setAppHomeVariable(String appHomeVariable)
      set the Variable for the application home.
      Parameters:
      appHomeVariable - the new Application Home Variable
    • getAppHomeVariable

      public static String getAppHomeVariable()