Package org.linuxforhealth.fhir.config
Interface FHIRConfigProvider
-
- All Known Implementing Classes:
DefaultFHIRConfigProvider
public interface FHIRConfigProvider
Allows access to the FHIR server configuration to be hidden behind an adapter, decoupling the consumer from file-based FHIRConfiguration stuff.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PropertyGroup
getPropertyGroup(java.lang.String pgName)
Get the named PropertyGroup
-
-
-
Method Detail
-
getPropertyGroup
PropertyGroup getPropertyGroup(java.lang.String pgName)
Get the named PropertyGroup- Parameters:
pgName
-- Returns:
-
-