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