Package org.linuxforhealth.fhir.config
Class DefaultFHIRConfigProvider
- java.lang.Object
-
- org.linuxforhealth.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 PropertyGroup
getPropertyGroup(java.lang.String pgName)
Get the named PropertyGroup
-
-
-
Method Detail
-
getPropertyGroup
public PropertyGroup getPropertyGroup(java.lang.String pgName)
Description copied from interface:FHIRConfigProvider
Get the named PropertyGroup- Specified by:
getPropertyGroup
in interfaceFHIRConfigProvider
- Returns:
-
-