Class Locations
java.lang.Object
org.uitnet.testing.smartfwk.ui.core.commons.Locations
public class Locations extends Object
- Author:
- Madhav Krishna
-
Constructor Summary
Constructors Constructor Description Locations() -
Method Summary
Modifier and Type Method Description static StringgetAppActiveEnvironmentName(String appName)This reads the active environment from system property '-Dapps.active.environment'.static StringgetConfigDirPath()static StringgetProjectRootDir()static StringgetProjectTargetDirPath()
-
Constructor Details
-
Locations
public Locations()
-
-
Method Details
-
getProjectRootDir
-
getConfigDirPath
-
getProjectTargetDirPath
-
getAppActiveEnvironmentName
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:
-