Uses of Interface
eu.unicore.hila.grid.SimpleTransfer

Packages that use SimpleTransfer
eu.unicore.hila.grid This is an abstract Grid API, implementations of which can be used to access different middlware. 
 

Uses of SimpleTransfer in eu.unicore.hila.grid
 

Methods in eu.unicore.hila.grid that return SimpleTransfer
 SimpleTransfer File.exportToLocalFile(File localFile)
          Export this File.
 SimpleTransfer File.exportToLocalFile(File localFile, boolean _overwrite)
          If the target File is a directory, then move this File into the directory and give the new target the same name.
 SimpleTransfer File.exportToLocalFile(File localFile, boolean _overwrite, boolean _recursive)
           
 SimpleTransfer File.exportToStream(OutputStream _os)
           
 SimpleTransfer File.importFromLocalFile(File localFile)
          If the target File is a directory, then move this File into the directory and give the new target the same name.
 SimpleTransfer File.importFromLocalFile(File localFile, boolean _overwrite)
          If the target File is a directory, then move this File into the directory and give the new target the same name.
 SimpleTransfer File.importFromLocalFile(File localFile, boolean _overwrite, boolean _recursive)
           
 SimpleTransfer File.importFromStream(InputStream _is)
           
 SimpleTransfer File.importFromStream(InputStream _is, boolean _overwrite)
           
 

Methods in eu.unicore.hila.grid that return types with arguments of type SimpleTransfer
 List<SimpleTransfer> Job.cleanup(File... exports)
          Export files from the working directory of the Job and remove it from its Site.
 



Copyright © 2010-2013 UNICORE. All Rights Reserved.