org.gridbus.broker.util
Class UrlCopyUtil

java.lang.Object
  extended byorg.gridbus.broker.util.UrlCopyUtil

public class UrlCopyUtil
extends java.lang.Object

This class contains methods to copy remote files.

Author:
Srikumar Venugopal (srikumar@cs.mu.oz.au)

Constructor Summary
UrlCopyUtil()
           
 
Method Summary
static void copy(java.lang.String fromu, java.lang.String tou)
          Copies a file from specified source to destination using UrlCopy (Globus Cog).
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UrlCopyUtil

public UrlCopyUtil()
Method Detail

copy

public static void copy(java.lang.String fromu,
                        java.lang.String tou)
                 throws java.lang.Exception
Copies a file from specified source to destination using UrlCopy (Globus Cog).

Parameters:
fromu -
tou -
Throws:
java.lang.Exception