|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectca.uhn.hl7v2.conf.store.FileProfileStore
public class FileProfileStore
Stores profiles in a local directory. Profiles are stored as text in files named ID.xml (where ID is the profile ID).
| Constructor Summary | |
|---|---|
FileProfileStore(String file)
Creates a new instance of FileProfileStore |
|
| Method Summary | |
|---|---|
String |
getProfile(String ID)
Retrieves profile from persistent storage (by ID). |
void |
persistProfile(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, wait |
| Constructor Detail |
|---|
public FileProfileStore(String file)
| Method Detail |
|---|
public String getProfile(String ID)
throws IOException
getProfile in interface ProfileStoreIOException
public void persistProfile(String ID,
String profile)
throws IOException
persistProfile in interface ProfileStoreIOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||