Uses of Class
org.globus.cog.abstraction.impl.file.DirectoryNotFoundException

Packages that use DirectoryNotFoundException
org.globus.cog.abstraction.impl.file   
org.globus.cog.abstraction.interfaces   
 

Uses of DirectoryNotFoundException in org.globus.cog.abstraction.impl.file
 

Methods in org.globus.cog.abstraction.impl.file that throw DirectoryNotFoundException
 void TaskHandlerImpl.submit(Task task, FileResource fileResource)
          submit task to the appropriate file resource to carry out the operation.
protected  Object TaskHandlerImpl.execute(FileResource fileResource, FileOperationSpecification spec)
          execute the command on the file resource.
protected  Object CachingDelegatedFileOperationHandler.execute(FileResource fileResource, FileOperationSpecification spec)
           
 

Uses of DirectoryNotFoundException in org.globus.cog.abstraction.interfaces
 

Methods in org.globus.cog.abstraction.interfaces that throw DirectoryNotFoundException
 void FileResource.setCurrentDirectory(String directoryName)
          Changes the current directory to the given directory
 Collection FileResource.list(String directoryName)
          Returns the list of files in the given directory
 void FileResource.deleteDirectory(String directoryName, boolean force)
          Deletes the specified directory.
 void FileResource.getDirectory(String remoteDirectoryName, String localDirectoryName)
          Transfer the entire directory remoteDirectoryName from the file resource and name it as localDirectoryName on the local machine
 void FileResource.putDirectory(String localDirectoryName, String remoteDirectoryName)
          Upload the localDirectoryName directory from the local machine to remoteDirectoryName on the file resource
 void FileResource.getMultipleFiles(String[] remoteFileNames, String localDirectoryName)
          Copy an array of files from the file resource into the given local directory
 void FileResource.putMultipleFiles(String[] localFileNames, String remoteDirectoryName)
          Copy an array of files from the local file system into the given remote directory on this file resource