|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.argouml.profile.URLModelLoader
public class URLModelLoader
Abstract ProfileModelLoader which loads models from a URL.
Constructor Summary | |
---|---|
URLModelLoader()
|
Method Summary | |
---|---|
java.util.Collection |
loadModel(ProfileReference reference)
Load a profile from a ProfileReference. |
java.util.Collection |
loadModel(java.net.URL url,
java.net.URL publicId)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public URLModelLoader()
Method Detail |
---|
public java.util.Collection loadModel(java.net.URL url, java.net.URL publicId) throws ProfileException
url
- the url/system id to loadpublicId
- the publicId for which the model will be known - must be
equal in different machines in order to be possible to
load the model.
ProfileException
- if the XMIReader couldn't read the profilepublic java.util.Collection loadModel(ProfileReference reference) throws ProfileException
loadModel
in interface ProfileModelLoader
reference
- ProfileReference for desired profile
ProfileException
- if the XMIReader couldn't read the profile
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ArgoUML © 1996-2006 | ArgoUML Homepage | ArgoUML Developers' page | ArgoUML Cookbook |