java.lang.Object
org.uitnet.testing.smartfwk.ui.core.commons.Locations

public class Locations
extends Object
Author:
Madhav Krishna
  • Constructor Details

    • Locations

      public Locations()
  • Method Details

    • getProjectRootDir

      public static String getProjectRootDir()
    • getConfigDirPath

      public static String getConfigDirPath()
    • getProjectTargetDirPath

      public static String getProjectTargetDirPath()
    • getAppActiveEnvironmentName

      public static String getAppActiveEnvironmentName​(String appName)
      This reads the active environment from system property '-Dapps.active.environment'. Multiple environments are configured comma separated. like: -Dapps.active.environment=app1:environment1,app2:environment1,app3:environment2
      Parameters:
      appName -
      Returns: