Class DefaultDeploymentHandlerFactory
java.lang.Object
org.camunda.bpm.engine.impl.repository.DefaultDeploymentHandlerFactory
- All Implemented Interfaces:
 DeploymentHandlerFactory
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbuildDeploymentHandler(ProcessEngine processEngine) Creates aDeploymentHandlerinstance. 
- 
Constructor Details
- 
DefaultDeploymentHandlerFactory
public DefaultDeploymentHandlerFactory() 
 - 
 - 
Method Details
- 
buildDeploymentHandler
Description copied from interface:DeploymentHandlerFactoryCreates aDeploymentHandlerinstance.- Specified by:
 buildDeploymentHandlerin interfaceDeploymentHandlerFactory- Parameters:
 processEngine- is theProcessEnginewhere the Deployment is deployed to.- Returns:
 - the 
DeploymentHandlerimplementation. 
 
 -