Uses of Class
org.globus.io.urlcopy.UrlCopyException
-
Packages that use UrlCopyException Package Description org.globus.io.urlcopy This library provides a simple API for transferring a file from one location to another. -
-
Uses of UrlCopyException in org.globus.io.urlcopy
Methods in org.globus.io.urlcopy that throw UrlCopyException Modifier and Type Method Description private voidUrlCopy. checkUrl(GlobusURL url)voidUrlCopy. copy()Performs the copy function.voidUrlCopy. setDestinationUrl(GlobusURL dest)Sets destination url.voidUrlCopy. setSourceUrl(GlobusURL source)Sets source url.private voidUrlCopy. thirdPartyTransfer()This performs thrid party transfer only if source and destination urls are ftp urls.
-