Package ca.uhn.hl7v2.conf.store
Interface ProfileStore
- All Known Implementing Classes:
ClasspathProfileStore,FileProfileStore,ReadOnlyProfileStore,URLProfileStore
public interface ProfileStore
A repository for conformance profile documents.
- Author:
- Bryan Tripp
-
Method Summary
Modifier and TypeMethodDescriptiongetProfile(String ID) Retrieves profile from persistent storage (by ID).voidpersistProfile(String ID, String profile) Stores profile in persistent storage with given ID.
-
Method Details
-
getProfile
Retrieves profile from persistent storage (by ID).- Throws:
IOException
-
persistProfile
Stores profile in persistent storage with given ID.- Throws:
IOException
-