eu.unicore.hila.job.model
Class Export

java.lang.Object
  extended by eu.unicore.hila.job.model.Export

public class Export
extends Object

An Export (DataStaging) to be done after the job has finished. Files will be exported to the local file system. This requires the client to remain active during job execution.

Author:
bjoernh

Constructor Summary
Export(String sourceName, File targetFile)
           
 
Method Summary
 String getSourcePath()
           
 File getTargetFile()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Export

public Export(String sourceName,
              File targetFile)
Parameters:
sourceName - The name of the File in the working directory.
targetFile - The remote file to where to export the file.
Method Detail

getSourcePath

public String getSourcePath()

getTargetFile

public File getTargetFile()


Copyright © 2010-2013 UNICORE. All Rights Reserved.