Package org.camunda.bpm.engine.cdi
Class CdiArtifactFactory
- java.lang.Object
-
- org.camunda.bpm.engine.cdi.CdiArtifactFactory
-
- All Implemented Interfaces:
ArtifactFactory
public class CdiArtifactFactory extends Object implements ArtifactFactory
- Author:
- Mark Struberg
-
-
Constructor Summary
Constructors Constructor Description CdiArtifactFactory()
-
-
-
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
-
-