Package tv.hd3g.jobkit.mod.service
Class ExecFactoryService
- java.lang.Object
-
- tv.hd3g.jobkit.mod.service.ExecFactoryService
-
- All Implemented Interfaces:
ExecFactory
@Service public class ExecFactoryService extends java.lang.Object implements ExecFactory
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classExecFactoryService.FileNotFoundRuntimeException
-
Constructor Summary
Constructors Constructor Description ExecFactoryService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description tv.hd3g.processlauncher.ExeccreateNewExec(java.lang.String execName)tv.hd3g.processlauncher.ExeccreateNewExec(tv.hd3g.processlauncher.tool.ExecutableTool tool)
-
-
-
Method Detail
-
createNewExec
public tv.hd3g.processlauncher.Exec createNewExec(java.lang.String execName)
- Specified by:
createNewExecin interfaceExecFactory
-
createNewExec
public tv.hd3g.processlauncher.Exec createNewExec(tv.hd3g.processlauncher.tool.ExecutableTool tool)
- Specified by:
createNewExecin interfaceExecFactory
-
-