|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.eng.spagobi.engines.talend.utils.TalendScriptAccessUtils
public class TalendScriptAccessUtils
Constructor Summary | |
---|---|
TalendScriptAccessUtils()
|
Method Summary | |
---|---|
static java.lang.String |
getClassPath(Job job,
RuntimeRepository runtimeRepository)
Gets the class path. |
static java.io.File |
getContextFile(Job job,
RuntimeRepository runtimeRepository)
Gets the context file. |
static java.lang.String |
getContextFileName(Job job)
Gets the context file name. |
static java.io.File |
getContextsBaseDir(Job job,
RuntimeRepository runtimeRepository)
|
static java.lang.String |
getExecutableClass(Job job)
Gets the executable class. |
static java.lang.String |
getExecutableFileName(Job job)
Gets the executable file name. |
static java.util.List |
getIncludedLibs(Job job,
RuntimeRepository runtimeRepository)
Gets the included libs. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TalendScriptAccessUtils()
Method Detail |
---|
public static java.io.File getContextsBaseDir(Job job, RuntimeRepository runtimeRepository)
public static java.lang.String getExecutableClass(Job job)
job
- the job
public static java.lang.String getExecutableFileName(Job job)
job
- the job
public static java.util.List getIncludedLibs(Job job, RuntimeRepository runtimeRepository)
job
- the jobruntimeRepository
- the runtime repository
public static java.lang.String getClassPath(Job job, RuntimeRepository runtimeRepository)
job
- the job
public static java.lang.String getContextFileName(Job job)
job
- the job
public static java.io.File getContextFile(Job job, RuntimeRepository runtimeRepository)
job
- the jobruntimeRepository
- the runtime repository
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |