Class ProdSessionLogicFactory
- java.lang.Object
-
- org.intocps.maestro.webapi.controllers.ProdSessionLogicFactory
-
- All Implemented Interfaces:
SessionLogicFactory
public class ProdSessionLogicFactory extends java.lang.Object implements SessionLogicFactory
Created by ctha on 23-02-2016.
-
-
Constructor Summary
Constructors Constructor Description ProdSessionLogicFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SessionLogiccreateSessionLogic(java.io.File root)
-
-
-
Method Detail
-
createSessionLogic
public SessionLogic createSessionLogic(java.io.File root)
- Specified by:
createSessionLogicin interfaceSessionLogicFactory
-
-