Interface DynamicType.Default.Dispatcher

    • Method Detail

      • copy

        boolean copy​(java.io.File source,
                     java.io.File target)
              throws java.io.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:
        java.io.IOException - If an I/O error occurs.