Class DefaultDeploymentHandlerFactory
- java.lang.Object
-
- org.camunda.bpm.engine.impl.repository.DefaultDeploymentHandlerFactory
-
- All Implemented Interfaces:
DeploymentHandlerFactory
public class DefaultDeploymentHandlerFactory extends Object implements DeploymentHandlerFactory
-
-
Constructor Summary
Constructors Constructor Description DefaultDeploymentHandlerFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DeploymentHandler
buildDeploymentHandler(ProcessEngine processEngine)
Creates aDeploymentHandler
instance.
-
-
-
Method Detail
-
buildDeploymentHandler
public DeploymentHandler buildDeploymentHandler(ProcessEngine processEngine)
Description copied from interface:DeploymentHandlerFactory
Creates aDeploymentHandler
instance.- Specified by:
buildDeploymentHandler
in interfaceDeploymentHandlerFactory
- Parameters:
processEngine
- is theProcessEngine
where the Deployment is deployed to.- Returns:
- the
DeploymentHandler
implementation.
-
-