Class FilePathUtil
java.lang.Object
com.parasoft.findings.jenkins.util.FilePathUtil
Utility class for operations related to
FilePath
.-
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
isAbsolute
(FilePath file) static Properties
loadProperties
(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
-