Class FilePathUtil
java.lang.Object
com.parasoft.findings.jenkins.util.FilePathUtil
Utility class for operations related to
FilePath.-
Method Summary
Modifier and TypeMethodDescriptionstatic booleanisAbsolute(FilePath file) static PropertiesloadProperties(FilePath file)
-
Method Details
-
isAbsolute
- Parameters:
file- the file to check- Returns:
- true if file behind given object is absolute
-
loadProperties
- Parameters:
file- the file with properties to load- Returns:
- properties loaded from given file
-