Class FilePathUtil


  • public final class FilePathUtil
    extends Object
    Utility class for operations related to FilePath.
    • 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