Class Utils


  • public class Utils
    extends Object
    Testing helpers for the IT scripts.
    Author:
    Benjamin Bentmann
    • Constructor Detail

      • Utils

        public Utils()
    • Method Detail

      • createSymlink

        public static boolean createSymlink​(File target,
                                            File link)
        Creates a symbolic link.
        Parameters:
        target - The target (file or directory) of the link, must not be null.
        link - The path to the link, must not be null.
        Returns:
        true if the symlink could be created, false otherwise.