Package com.pathomation
Class View
java.lang.Object
com.pathomation.View
View class to interact with PMA.view
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
getVersionInfo
(String pmaViewURL) This method is used to get PMA.view versionstatic void
setDebugFlag
(boolean flag) This method is used to determine whether the Java SDK runs in debugging mode or not.
-
Constructor Details
-
View
public View()
-
-
Method Details
-
setDebugFlag
public static void setDebugFlag(boolean flag) This method is used to determine whether the Java SDK runs in debugging mode or not. When in debugging mode (flag = true), extra output is produced when certain conditions in the code are not met- Parameters:
flag
- Debugging mode (activated or deactivated)
-
getVersionInfo
This method is used to get PMA.view version- Parameters:
pmaViewURL
- PMA.view URL- Returns:
- PMA.view version
-