Class ExecFactoryService

  • All Implemented Interfaces:
    ExecFactory

    @Service
    public class ExecFactoryService
    extends java.lang.Object
    implements ExecFactory
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      tv.hd3g.processlauncher.Exec createNewExec​(java.lang.String execName)  
      tv.hd3g.processlauncher.Exec createNewExec​(tv.hd3g.processlauncher.tool.ExecutableTool tool)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ExecFactoryService

        public ExecFactoryService()
    • Method Detail

      • createNewExec

        public tv.hd3g.processlauncher.Exec createNewExec​(java.lang.String execName)
        Specified by:
        createNewExec in interface ExecFactory
      • createNewExec

        public tv.hd3g.processlauncher.Exec createNewExec​(tv.hd3g.processlauncher.tool.ExecutableTool tool)
        Specified by:
        createNewExec in interface ExecFactory