Class ProviderFactory
- java.lang.Object
 - 
- org.linuxforhealth.fhir.bulkdata.provider.ProviderFactory
 
 
- 
public class ProviderFactory extends java.lang.ObjectProvider Factory picks the ideal provider based on the type. 
- 
- 
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ProvidergetSourceWrapper(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
 
 - 
 
 -