Uses of Class
org.globus.util.GlobusURL
Packages that use GlobusURL
Package
Description
This library is a full implementation of the GRAM client API.
Provides a pure Java Globus GASS server for
transferring files via HTTPS.
This library provides a simple API for transferring a file from one location to
another.
-
Uses of GlobusURL in org.globus.gram
Methods in org.globus.gram that return GlobusURL -
Uses of GlobusURL in org.globus.io.gass.server
Methods in org.globus.io.gass.server with parameters of type GlobusURLModifier and TypeMethodDescriptionstatic voidGassServer.shutdown(GSSCredential cred, GlobusURL gassURL) Shutdowns a remote gass server. -
Uses of GlobusURL in org.globus.io.urlcopy
Fields in org.globus.io.urlcopy declared as GlobusURLModifier and TypeFieldDescriptionprotected GlobusURLUrlCopy.dstUrlprotected GlobusURLUrlCopy.srcUrlMethods in org.globus.io.urlcopy that return GlobusURLModifier and TypeMethodDescriptionUrlCopy.getDestinationUrl()Returns destination url.UrlCopy.getSourceUrl()Returns source url.Methods in org.globus.io.urlcopy with parameters of type GlobusURLModifier and TypeMethodDescriptionvoidUrlCopy.setDestinationUrl(GlobusURL dest) Sets destination url.voidUrlCopy.setSourceUrl(GlobusURL source) Sets source url.