Package org.camunda.bpm.engine.spring
Class SpringArtifactFactory
java.lang.Object
org.camunda.bpm.engine.spring.SpringArtifactFactory
- All Implemented Interfaces:
ArtifactFactory
- Author:
- Svetlana Dorokhova
-
Constructor Summary
ConstructorDescriptionSpringArtifactFactory
(org.springframework.context.ApplicationContext applicationContext) -
Method Summary
-
Constructor Details
-
SpringArtifactFactory
public SpringArtifactFactory(org.springframework.context.ApplicationContext applicationContext)
-
-
Method Details
-
getArtifact
- Specified by:
getArtifact
in interfaceArtifactFactory
- Parameters:
clazz
- of the artifact to create- Returns:
- the instance of the fullyQualifiedClassName
-