
Package ca.uhn.fhir.repository
Interface IRepositoryLoader.IRepositoryRequest
- Enclosing interface:
IRepositoryLoader
public static interface IRepositoryLoader.IRepositoryRequest
-
Method Summary
Modifier and TypeMethodDescriptionGet any additional details provided by the user in the URL.Get the sub-scheme of the URL, e.g.getUrl()
Get the full URL of the repository provided by the user.
-
Method Details
-
getUrl
Get the full URL of the repository provided by the user.- Returns:
- the URL
-
getSubScheme
Get the sub-scheme of the URL, e.g. "memory" for "fhir-repository:memory:details".- Returns:
- the sub-scheme
-
getDetails
Get any additional details provided by the user in the URL. This may be a url, a unique identifier for the repository, or configuration details.- Returns:
- the details
-
getFhirContext
-