|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.andromda.core.namespace.NamespaceComponents
public class NamespaceComponents
The registry for namespace components. Namespace components are components that reside within a namespace and can be configured by a namespace.
| Constructor Summary | |
|---|---|
NamespaceComponents()
This class should not be instantiated through this constructor, it is only here to allow construction by the XmlObjectFactory. |
|
| Method Summary | |
|---|---|
void |
addComponent(Component component)
Adds a new component to this namespace registry. |
void |
discover()
Discovers all namespaces found on the classpath. |
java.lang.String |
getPath()
Gets the path to the namespace registry descriptor. |
static NamespaceComponents |
instance()
Gets the shared instance of this registry. |
void |
setPath(java.lang.String path)
Sets the path to the namespace registry descriptor. |
void |
shutdown()
Shuts down this component registry and reclaims any resources used. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NamespaceComponents()
XmlObjectFactory. The
instance of this class should be retrieved through the call to
instance().
| Method Detail |
|---|
public static final NamespaceComponents instance()
public void discover()
public java.lang.String getPath()
public void setPath(java.lang.String path)
path - The path to a namespace registry descriptor.public void addComponent(Component component)
component - the component to add to this namespace registry.public void shutdown()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||