it.eng.spagobi.engines.talend.utils
Class TalendScriptAccessUtils

java.lang.Object
  extended by it.eng.spagobi.engines.talend.utils.TalendScriptAccessUtils

public class TalendScriptAccessUtils
extends java.lang.Object

Author:
Andrea Gioia

Constructor Summary
TalendScriptAccessUtils()
           
 
Method Summary
static java.io.File getContextFile(Job job, RuntimeRepository runtimeRepository)
           
static java.lang.String getContextFileName(Job job)
           
static java.lang.String getExecutableClass(Job job)
           
static java.lang.String getExecutableFileName(Job job)
           
static java.util.List getIncludedLibs(Job job, RuntimeRepository runtimeRepository)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TalendScriptAccessUtils

public TalendScriptAccessUtils()
Method Detail

getExecutableClass

public static java.lang.String getExecutableClass(Job job)

getExecutableFileName

public static java.lang.String getExecutableFileName(Job job)

getIncludedLibs

public static java.util.List getIncludedLibs(Job job,
                                             RuntimeRepository runtimeRepository)

getContextFileName

public static java.lang.String getContextFileName(Job job)

getContextFile

public static java.io.File getContextFile(Job job,
                                          RuntimeRepository runtimeRepository)