Interface Plugin.Engine.Target.ForFolder.Dispatcher

    • Method Detail

      • isAlive

        boolean isAlive()
        Returns true if this dispatcher is alive.
        Returns:
        true if this dispatcher is alive.
      • copy

        void 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.
        Throws:
        java.io.IOException - If an I/O error occurs.