mcconnell 2002/07/07 19:51:54
Modified: assembly/src/java/org/apache/excalibur/merlin/registry
Registry.java package.html
Log:
javadoc updates
Revision Changes Path
1.8 +6 -2
jakarta-avalon-excalibur/assembly/src/java/org/apache/excalibur/merlin/registry/Registry.java
Index: Registry.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-excalibur/assembly/src/java/org/apache/excalibur/merlin/registry/Registry.java,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- Registry.java 7 Jul 2002 23:12:44 -0000 1.7
+++ Registry.java 8 Jul 2002 02:51:54 -0000 1.8
@@ -83,7 +83,11 @@
/**
* Provides support for the maintenance of a registry of
- * component type definitions and profiles established within a classloader.
+ * component type and profiles established within a classloader complimented by
+ * explicit container based assembly directives.
+ * <b>Package Structure (UML)</b>
+ * <p><img src=doc-files/RegistryUML.gif border=0></p>
+ *
* @author <a href="mailto:[EMAIL PROTECTED]">Stephen McConnell</a>
* @version $Revision$ $Date$
*/
1.8 +3 -3
jakarta-avalon-excalibur/assembly/src/java/org/apache/excalibur/merlin/registry/package.html
Index: package.html
===================================================================
RCS file:
/home/cvs/jakarta-avalon-excalibur/assembly/src/java/org/apache/excalibur/merlin/registry/package.html,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- package.html 8 Jul 2002 01:14:01 -0000 1.7
+++ package.html 8 Jul 2002 02:51:54 -0000 1.8
@@ -20,9 +20,9 @@
<h3>Object Model</h3>
<p>The primary service is a type {@link
org.apache.excalibur.merlin.registry.Registry}. The registry acts as a component
{@link org.apache.excalibur.meta.info.Type} repository and {@link
org.apache.excalibur.meta.data.Profile} manager. Each component type represents a
concrete component implementation class. For each component type, the container
associates at least one instantiation {@link org.apache.excalibur.meta.data.Profile}.
A profile is either a default profile generated by the registry based on
meta-information derived from the type, or, an explicit profile declared by the
component assembler via the registry configuration. Multiple profiles for a
particular component type can coexist in the same registry.
-<!--
+
<h3>Package Structure (UML)</h3>
-<p><img src=doc-files/registry.gif border=0></p>
--->
+<p><img src=doc-files/RegistryUML.gif border=0></p>
+
</body>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>