|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.andromda.core.namespace.BaseNamespaceComponent
public abstract class BaseNamespaceComponent
Represents the base plugin of AndroMDA. All Plugin instances inherit from this class.
| Constructor Summary | |
|---|---|
BaseNamespaceComponent()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getNamespace()
Gets the namespace to which this component belongs. |
java.net.URL |
getResource()
The entire path to the resource this namespace component instance is configured from. |
void |
setNamespace(java.lang.String namespace)
Sets the namespace to which this component belongs. |
void |
setResource(java.net.URL resource)
Sets the path of the resource from which this namespace component is configured. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BaseNamespaceComponent()
| Method Detail |
|---|
public void setNamespace(java.lang.String namespace)
NamespaceComponent
setNamespace in interface NamespaceComponentnamespace - the name of the namespace to which this component belongs.NamespaceComponent.setNamespace(java.lang.String)public java.lang.String getNamespace()
NamespaceComponent
getNamespace in interface NamespaceComponentNamespaceComponent.getNamespace()public java.net.URL getResource()
NamespaceComponent
getResource in interface NamespaceComponentNamespaceComponent.getResource()public void setResource(java.net.URL resource)
NamespaceComponent
setResource in interface NamespaceComponentresource - the resource URL.NamespaceComponent.setResource(java.net.URL)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||