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

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

Uses of File in eu.unicore.hila.grid
 

Methods in eu.unicore.hila.grid that return File
 File Storage.asFile()
           
 File Job.getStdErr()
          A reference to the File representing stderr in the working directory of the Job.
 File Job.getStdOut()
          A reference to the File representing stdout in the working directory of the Job.
 File Job.getWorkingDirectory()
          The browsable working directory of a Job.
 

Methods in eu.unicore.hila.grid that return types with arguments of type File
 List<File> File.ls()
           
 

Methods in eu.unicore.hila.grid with parameters of type File
 List<SimpleTransfer> Job.cleanup(File... exports)
          Export files from the working directory of the Job and remove it from its Site.
 void File.copyTo(File _other)
          Copy this File to _other File.
 void File.copyTo(File _other, boolean _overwrite)
          Copy this File to _other File.
 void File.copyTo(File _other, boolean _overwrite, boolean _recursive)
          Copy this File to _other File.
 void File.moveTo(File _other)
          Move this File to _other File within a storage.
 void File.moveTo(File _other, boolean _overwrite)
          Move this File to _other File within a storage.
 ThirdPartyTransfer File.transfer(File _other)
          Transfer this File to _other File.
 ThirdPartyTransfer File.transfer(File _other, boolean _overwrite)
          Same as transfer(File).
 ThirdPartyTransfer File.transfer(File _other, boolean _overwrite, boolean _recursive)
          Same as transfer(File).
 



Copyright © 2010-2013 UNICORE. All Rights Reserved.