Class FilePathUtil
- java.lang.Object
-
- com.parasoft.findings.jenkins.util.FilePathUtil
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static boolean
isAbsolute(FilePath file)
static Properties
loadProperties(FilePath file)
-
-
-
Method Detail
-
isAbsolute
public static boolean isAbsolute(FilePath file)
- Parameters:
file
- the file to check- Returns:
- true if file behind given object is absolute
-
loadProperties
public static Properties loadProperties(FilePath file)
- Parameters:
file
- the file with properties to load- Returns:
- properties loaded from given file
-
-