Class ProviderFactory
- java.lang.Object
-
- org.linuxforhealth.fhir.bulkdata.provider.ProviderFactory
-
public class ProviderFactory extends java.lang.Object
Provider Factory picks the ideal provider based on the type.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Provider
getSourceWrapper(java.lang.String source, java.lang.String type)
get the SourceWrapper based on the type
-
-
-
Method Detail
-
getSourceWrapper
public static Provider getSourceWrapper(java.lang.String source, java.lang.String type) throws java.lang.Exception
get the SourceWrapper based on the type- Returns:
- Throws:
java.lang.Exception
-
-