Package com.ibm.fhir.config
Class DefaultFHIRConfigProvider
- java.lang.Object
 - 
- com.ibm.fhir.config.DefaultFHIRConfigProvider
 
 
- 
- All Implemented Interfaces:
 FHIRConfigProvider
public class DefaultFHIRConfigProvider extends Object implements FHIRConfigProvider
Obtain configuration properties from the standard (file-based) FHIRConfiguration implementation. 
- 
- 
Constructor Summary
Constructors Constructor Description DefaultFHIRConfigProvider() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PropertyGroupgetPropertyGroup(String pgName)Get the named PropertyGroup 
 - 
 
- 
- 
Method Detail
- 
getPropertyGroup
public PropertyGroup getPropertyGroup(String pgName)
Description copied from interface:FHIRConfigProviderGet the named PropertyGroup- Specified by:
 getPropertyGroupin interfaceFHIRConfigProvider- Returns:
 
 
 - 
 
 -