Package org.zeroturnaround.javarebel
Class IntegrationFactory
java.lang.Object
org.zeroturnaround.javarebel.IntegrationFactory
A factory for
Integration that resolves a suitable implementation.
Use getInstance() method to get the Integration instance.- Author:
- Jevgeni Kabanov (ekabanov@zeroturnaround.com)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic IntegrationReturns a suitableIntegrationimplementation.
-
Constructor Details
-
IntegrationFactory
public IntegrationFactory()
-
-
Method Details
-
getInstance
Returns a suitableIntegrationimplementation.- Returns:
- a suitable
Integrationimplementation.
-