mcconnell 2002/07/12 10:01:40
Modified: assembly/src/java/org/apache/excalibur/meta/info/doc-files
Type.gif
assembly/src/java/org/apache/excalibur/meta/verifier
package.html
Added: assembly/src/java/org/apache/excalibur/meta/info/builder
Resources.properties package.html
Log:
javadoc
Revision Changes Path
1.1
jakarta-avalon-excalibur/assembly/src/java/org/apache/excalibur/meta/info/builder/Resources.properties
Index: Resources.properties
===================================================================
builder.redundent-role.notice=Warning: Type for class {0} redundently specifies role
name "{1}" in dependency when it is identical to the name of service. It is recomended
that the <role/> section be elided.
builder.creating-info.notice=Creating a Type for class "{0}".
builder.created-info.notice=Constructed Type object for class {0}. ComponentInfo
contains {1} services, {2} dependencies, {3} context entrys and {4} loggers.
builder.bad-toplevel-element.error=Error the component implemented by "{0}" has an
invalid element at top level of component info descriptor. Expected: "component-info".
Actual: "{1}"
builder.missing-info.error=Unable to locate resource from which to load info for
component implemented by class "{0}".
builder.missing-xml-creator.error=Unable to create XMLTypeCreator, usually due to
not having XML classes on Classpath. Thus unable to lookup XML descriptor for
component type "{0}".
1.1
jakarta-avalon-excalibur/assembly/src/java/org/apache/excalibur/meta/info/builder/package.html
Index: package.html
===================================================================
<body>
<p>
Resources supporting the creation of a {@link Type} instance from a serialized form.
</p>
</body>
1.3 +51 -44
jakarta-avalon-excalibur/assembly/src/java/org/apache/excalibur/meta/info/doc-files/Type.gif
<<Binary file>>
1.4 +1 -1
jakarta-avalon-excalibur/assembly/src/java/org/apache/excalibur/meta/verifier/package.html
Index: package.html
===================================================================
RCS file:
/home/cvs/jakarta-avalon-excalibur/assembly/src/java/org/apache/excalibur/meta/verifier/package.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- package.html 12 Jul 2002 15:11:58 -0000 1.3
+++ package.html 12 Jul 2002 17:01:40 -0000 1.4
@@ -6,7 +6,7 @@
<p>This package includes a set of classes supporting the verification of the
integrity of a component class and the verification of the integrity of a
relationships and inter-dependecies based on supplied meta info. The
-{@link org.apache.excalibur.meta.info.verifier.ComponentVerifier} provides
+{@link org.apache.excalibur.meta.verifier.ComponentVerifier} provides
support for the validation of a component class. It includes validation
functions that check for structural and best-practice integrity related to
the class, lifecycle patterns and service.
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>