Package fi.tuni.ens.atme.mei.prdquerylib
Class PRDUtils
- java.lang.Object
-
- fi.tuni.ens.atme.mei.prdquerylib.PRDUtils
-
public class PRDUtils extends Object
Utility functions required for the PRD analysis processJanaka Nawagamuwa created on 18/08/2021
-
-
Field Summary
Fields Modifier and Type Field Description static String
CATALINA_BASE_PATH
-
Constructor Summary
Constructors Constructor Description PRDUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static File
getFileFromLocation(String fileLocation)
Method to get file/dir from locations in environmental agnostic manner This method should work in both Windows and unix like environments and get file/dir with reference to location of catalina
-
-
-
Field Detail
-
CATALINA_BASE_PATH
public static final String CATALINA_BASE_PATH
-
-
Method Detail
-
getFileFromLocation
public static File getFileFromLocation(String fileLocation)
Method to get file/dir from locations in environmental agnostic manner This method should work in both Windows and unix like environments and get file/dir with reference to location of catalina- Parameters:
fileLocation
-- Returns:
-
-