Class FilePathUtil

java.lang.Object
com.parasoft.findings.jenkins.util.FilePathUtil

public final class FilePathUtil extends Object
Utility class for operations related to FilePath.
  • Method Details

    • 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