Class EnvHelper

java.lang.Object
org.alfresco.tas.EnvHelper

public class EnvHelper extends Object
A helper class with methods to access properties from the .env file.
  • Method Details

    • getEnvProperty

      public static String getEnvProperty(String key)
      Load the value of a property from the .env file.
      Parameters:
      key - The key to look up.
      Returns:
      The value as a string.
    • loadEnvProperties

      public static Properties loadEnvProperties()
      Load all the properties from the .env file.
      Returns:
      The properties.