|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.argouml.profile.ProfileReference
org.argouml.profile.CoreProfileReference
public class CoreProfileReference
This class provides the base referencing and URL for ArgoUML core profiles.
| Constructor Summary | |
|---|---|
CoreProfileReference(java.lang.String fileName)
Constructor, which builds a ProfileReference for ArgoUML core profiles by: prefixing the fileName with PROFILES_RESOURCE_PATH and
using this as the path;
and prefixing the fileName with PROFILES_BASE_URL and
using this as the publicReference. |
|
| Method Summary | |
|---|---|
static void |
setProfileDirectory(java.lang.String dir)
Sets the directory name where the profiles can be found. |
| Methods inherited from class org.argouml.profile.ProfileReference |
|---|
getPath, getPublicReference |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CoreProfileReference(java.lang.String fileName)
throws java.net.MalformedURLException
PROFILES_RESOURCE_PATH and
using this as the path;PROFILES_BASE_URL and
using this as the publicReference.
fileName - the profile file name.
java.net.MalformedURLException - if the built URL is incorrect.| Method Detail |
|---|
public static void setProfileDirectory(java.lang.String dir)
dir - Name of the directory for the profiles
|
||||||||||
| 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 |