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