Interface DynamicType.Default.Dispatcher

    • Method Detail

      • copy

        boolean copy​(File source,
                     File target)
              throws IOException
        Copies the source file to the target location.
        Parameters:
        source - The source file.
        target - The target file.
        Returns:
        true if the source file needs to be deleted.
        Throws:
        IOException - If an I/O error occurs.