public abstract class URLProfileStore extends ReadOnlyProfileStore
| Constructor and Description |
|---|
URLProfileStore()
Creates a new instance of URLProfileStore
|
| Modifier and Type | Method and Description |
|---|---|
String |
getProfile(String ID)
Retrieves profile from persistent storage (by ID).
|
abstract URL |
getURL(String ID)
Returns the URL from which to read a profile given the profile ID.
|
persistProfilepublic URLProfileStore()
public String getProfile(String ID) throws IOException
IOExceptionpublic abstract URL getURL(String ID) throws MalformedURLException
MalformedURLExceptionCopyright © 2001-2013 University Health Network. All Rights Reserved.