Package ca.uhn.hl7v2.conf.store
Class ReadOnlyProfileStore
java.lang.Object
ca.uhn.hl7v2.conf.store.ReadOnlyProfileStore
- All Implemented Interfaces:
ProfileStore
- Direct Known Subclasses:
URLProfileStore
Base class for read-only profile stores.
- Author:
- Christian Ohr
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpersistProfile(String ID, String profile) Stores profile in persistent storage with given ID.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ca.uhn.hl7v2.conf.store.ProfileStore
getProfile
-
Constructor Details
-
ReadOnlyProfileStore
public ReadOnlyProfileStore()
-
-
Method Details
-
persistProfile
Stores profile in persistent storage with given ID.- Specified by:
persistProfilein interfaceProfileStore
-