Package com.ibm.fhir.config
Class DefaultFHIRConfigProvider
- java.lang.Object
-
- com.ibm.fhir.config.DefaultFHIRConfigProvider
-
- All Implemented Interfaces:
FHIRConfigProvider
public class DefaultFHIRConfigProvider extends java.lang.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(java.lang.String pgName)Get the named PropertyGroup
-
-
-
Method Detail
-
getPropertyGroup
public PropertyGroup getPropertyGroup(java.lang.String pgName)
Description copied from interface:FHIRConfigProviderGet the named PropertyGroup- Specified by:
getPropertyGroupin interfaceFHIRConfigProvider- Returns:
-
-