Return-Path: Delivered-To: apmail-avalon-cvs-archive@www.apache.org Received: (qmail 27944 invoked from network); 5 Dec 2003 01:27:50 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 5 Dec 2003 01:27:50 -0000 Received: (qmail 53503 invoked by uid 500); 5 Dec 2003 01:27:33 -0000 Delivered-To: apmail-avalon-cvs-archive@avalon.apache.org Received: (qmail 53452 invoked by uid 500); 5 Dec 2003 01:27:33 -0000 Mailing-List: contact cvs-help@avalon.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Avalon CVS List" Reply-To: "Avalon Developers List" Delivered-To: mailing list cvs@avalon.apache.org Received: (qmail 53439 invoked from network); 5 Dec 2003 01:27:33 -0000 Received: from unknown (HELO minotaur.apache.org) (209.237.227.194) by daedalus.apache.org with SMTP; 5 Dec 2003 01:27:33 -0000 Received: (qmail 27874 invoked by uid 1438); 5 Dec 2003 01:27:48 -0000 Date: 5 Dec 2003 01:27:48 -0000 Message-ID: <20031205012748.27873.qmail@minotaur.apache.org> From: mcconnell@apache.org To: avalon-cvs@apache.org Subject: cvs commit: avalon/util/xdocs index.xml X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N mcconnell 2003/12/04 17:27:48 Modified: util/xdocs index.xml Log: Housekeeping. Revision Changes Path 1.3 +6 -7 avalon/util/xdocs/index.xml Index: index.xml =================================================================== RCS file: /home/cvs/avalon/util/xdocs/index.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- index.xml 5 Dec 2003 00:49:56 -0000 1.2 +++ index.xml 5 Dec 2003 01:27:48 -0000 1.3 @@ -64,33 +64,32 @@

Within Avalon there are a number of emerging container facilities and tools. The facilties provide the famework for the delivery of open and adaptive -solutions to container construction and component maangement. In the +solutions to container construction and component mangement. In the development of these facilities, a number of common low-level utilities have evolved and are collected here. Typically these utilities are either a single class, or a very small number of classes dealing with a specific -concern. The following table provides a brief overview of the current set -of utilities. +concern. The following table provides a brief overview of the current set.

- + - + - + - + --------------------------------------------------------------------- To unsubscribe, e-mail: cvs-unsubscribe@avalon.apache.org For additional commands, e-mail: cvs-help@avalon.apache.org
UtilityDescription
DefaultsDefaults Collection and consilidation of properties.
EnvironmentEnvironment A static class that provides access to environment variables across different operating systems.
ExceptionException A static class that provides support for report generation from cascading exceptions.
FactoryFactory A generic factory interface and a default map implementation.