eu.unicore.hila.job.model
Class Import

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

public class Import
extends Object

An Import (DataStaging) to be done before the job starts.

Author:
bjoernh

Constructor Summary
Import(File _localFile, String targetName)
           
 
Method Summary
 File getSource()
           
 String getTargetName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Import

public Import(File _localFile,
              String targetName)
Parameters:
_localFile - The File, which is the source of this Import.
targetName - The new name of the File after the import.
Method Detail

getSource

public File getSource()

getTargetName

public String getTargetName()


Copyright © 2010-2013 UNICORE. All Rights Reserved.