Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@www.apache.org Received: (qmail 64799 invoked from network); 5 Mar 2005 17:45:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 5 Mar 2005 17:45:55 -0000 Received: (qmail 44506 invoked by uid 500); 5 Mar 2005 17:45:53 -0000 Delivered-To: apmail-jakarta-commons-dev-archive@jakarta.apache.org Received: (qmail 44469 invoked by uid 500); 5 Mar 2005 17:45:53 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 44455 invoked by uid 500); 5 Mar 2005 17:45:53 -0000 Received: (qmail 44452 invoked by uid 99); 5 Mar 2005 17:45:53 -0000 X-ASF-Spam-Status: No, hits=-9.8 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from minotaur.apache.org (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.28) with SMTP; Sat, 05 Mar 2005 09:45:52 -0800 Received: (qmail 64761 invoked by uid 65534); 5 Mar 2005 17:45:51 -0000 Message-ID: <20050305174551.64760.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-Mailer: svnmailer-1.0.0-dev Date: Sat, 05 Mar 2005 17:45:51 -0000 Subject: svn commit: r156268 - jakarta/commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/SubsetConfiguration.java To: commons-cvs@jakarta.apache.org From: oheger@apache.org X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Author: oheger Date: Sat Mar 5 09:45:50 2005 New Revision: 156268 URL: http://svn.apache.org/viewcvs?view=3Drev&rev=3D156268 Log: Minor documentation update about the usage of SubsetConfiguration Modified: jakarta/commons/proper/configuration/trunk/src/java/org/apache/commons/= configuration/SubsetConfiguration.java Modified: jakarta/commons/proper/configuration/trunk/src/java/org/apache/co= mmons/configuration/SubsetConfiguration.java URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/configuration/tru= nk/src/java/org/apache/commons/configuration/SubsetConfiguration.java?view= =3Ddiff&r1=3D156267&r2=3D156268 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D --- jakarta/commons/proper/configuration/trunk/src/java/org/apache/commons/= configuration/SubsetConfiguration.java (original) +++ jakarta/commons/proper/configuration/trunk/src/java/org/apache/commons/= configuration/SubsetConfiguration.java Sat Mar 5 09:45:50 2005 @@ -1,5 +1,5 @@ /* - * Copyright 2004 The Apache Software Foundation. + * Copyright 2004-2005 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License") * you may not use this file except in compliance with the License. @@ -22,11 +22,12 @@ import org.apache.commons.collections.iterators.TransformIterator; =20 /** - * A subset of another configuration. The new Configuration object contains + *

A subset of another configuration. The new Configuration object cont= ains * every key from the parent Configuration that starts with prefix. The pr= efix - * is removed from the keys in the subset. - * - * @see Configuration#subset(String) + * is removed from the keys in the subset.

+ *

It is usually not necessary to use this class directly. Instead the + * {@link Configuration#subset(String)} method should be used, + * which will return a correctly initialized instance.

* * @author Emmanuel Bourg * @version $Revision$, $Date$ --------------------------------------------------------------------- To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-dev-help@jakarta.apache.org