Package org.codelibs.fess.job
Class PythonJob
- java.lang.Object
-
- org.codelibs.fess.job.ExecJob
-
- org.codelibs.fess.job.PythonJob
-
public class PythonJob extends ExecJob
-
-
Field Summary
Fields Modifier and Type Field Description protected List<String>argListprotected Stringfilename-
Fields inherited from class org.codelibs.fess.job.ExecJob
jobExecutor, jvmOptions, lastaEnv, logFilePath, logLevel, processTimeout, sessionId, timeout, useLocalFesen
-
-
Constructor Summary
Constructors Constructor Description PythonJob()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PythonJobarg(String value)PythonJobargs(String... values)Stringexecute()protected voidexecutePython()PythonJobfilename(String filename)protected StringgetExecuteType()protected StringgetPyFilePath()-
Methods inherited from class org.codelibs.fess.job.ExecJob
addFessConfigProperties, addFessSystemProperties, addSystemProperty, appendJarFile, createSystemProperties, createTimeoutTask, deleteTempDir, execute, gcLogging, jobExecutor, jvmOptions, lastaEnv, logFilePath, logLevel, remoteDebug, sessionId, timeout, useLocalFesen
-
-
-
-
Method Detail
-
executePython
protected void executePython()
-
getPyFilePath
protected String getPyFilePath()
-
getExecuteType
protected String getExecuteType()
- Specified by:
getExecuteTypein classExecJob
-
-