You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by oh...@apache.org on 2005/12/04 18:33:47 UTC

svn commit: r353877 - in /jakarta/commons/proper/configuration/trunk/src/java/org/apache/commons/configuration: beanutils/package.html package.html plist/package.html reloading/package.html web/package.html

Author: oheger
Date: Sun Dec  4 09:33:34 2005
New Revision: 353877

URL: http://svn.apache.org/viewcvs?rev=353877&view=rev
Log:
Added missing package.html files, updated existing

Added:
    jakarta/commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/beanutils/package.html   (with props)
    jakarta/commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/plist/package.html   (with props)
    jakarta/commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/reloading/package.html   (with props)
Modified:
    jakarta/commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/package.html
    jakarta/commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/web/package.html

Added: jakarta/commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/beanutils/package.html
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/beanutils/package.html?rev=353877&view=auto
==============================================================================
--- jakarta/commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/beanutils/package.html (added)
+++ jakarta/commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/beanutils/package.html Sun Dec  4 09:33:34 2005
@@ -0,0 +1,32 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<!--
+Copyright 2002-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.
+You may obtain a copy of the License at
+
+     http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+-->
+<html>
+<head>
+</head>
+<body>
+
+<p>
+In this package a <code>Configuration</code> implementation can be found that
+implements the <code>DynaBean</code> interface. It allows to access or modify
+a configuration using the classes from the Commons Beanutils package.
+</p>
+<p>
+<font size="-2">$Id$</font>
+</p>
+
+</body>
+</html>

Propchange: jakarta/commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/beanutils/package.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/beanutils/package.html
------------------------------------------------------------------------------
    svn:keywords = Id

Modified: jakarta/commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/package.html
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/package.html?rev=353877&r1=353876&r2=353877&view=diff
==============================================================================
--- jakarta/commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/package.html (original)
+++ jakarta/commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/package.html Sun Dec  4 09:33:34 2005
@@ -1,11 +1,32 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<!--
+Copyright 2002-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.
+You may obtain a copy of the License at
+
+     http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+-->
 <html>
 <head>
 </head>
 
 <body>
-Configuration package.
 <p>
-<br>
+The Configuration main package. It contains the definition of the
+<code>Configuration</code> interface and frequently used implementations
+like <code>PropertiesConfiguration</code> (dealing with <code>.properties</code>
+files) or <code>XMLConfiguration</code> that can load XML documents.
+</p>
+<p>
 <font size="-2">$Id$</font>
+</p>
 </body>
 </html>

Added: jakarta/commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/plist/package.html
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/plist/package.html?rev=353877&view=auto
==============================================================================
--- jakarta/commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/plist/package.html (added)
+++ jakarta/commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/plist/package.html Sun Dec  4 09:33:34 2005
@@ -0,0 +1,30 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<!--
+Copyright 2002-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.
+You may obtain a copy of the License at
+
+     http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+-->
+<html>
+<head>
+</head>
+<body>
+
+<p>
+Configuration classes supporting NeXT / OpenStep style configuration.
+</p>
+<p>
+<font size="-2">$Id$</font>
+</p>
+
+</body>
+</html>

Propchange: jakarta/commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/plist/package.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/plist/package.html
------------------------------------------------------------------------------
    svn:keywords = Id

Added: jakarta/commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/reloading/package.html
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/reloading/package.html?rev=353877&view=auto
==============================================================================
--- jakarta/commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/reloading/package.html (added)
+++ jakarta/commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/reloading/package.html Sun Dec  4 09:33:34 2005
@@ -0,0 +1,33 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<!--
+Copyright 2002-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.
+You may obtain a copy of the License at
+
+     http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+-->
+<html>
+<head>
+</head>
+<body>
+
+<p>
+The <code>reloading</code> package contains the definition of the
+<code>ReloadingStrategy</code> interface, which provides automatic reloading
+facilities for file based configurations. There are also some concrete
+implementations of this interface that can be used out of the box.
+</p>
+<p>
+<font size="-2">$Id$</font>
+</p>
+
+</body>
+</html>

Propchange: jakarta/commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/reloading/package.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/reloading/package.html
------------------------------------------------------------------------------
    svn:keywords = Id

Modified: jakarta/commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/web/package.html
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/web/package.html?rev=353877&r1=353876&r2=353877&view=diff
==============================================================================
--- jakarta/commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/web/package.html (original)
+++ jakarta/commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/web/package.html Sun Dec  4 09:33:34 2005
@@ -1,7 +1,31 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<!--
+Copyright 2002-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.
+You may obtain a copy of the License at
+
+     http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+-->
 <html>
+<head>
+</head>
 <body>
 
-Configurations for web environments
+<p>
+This package contains some implementations of the <code>Configuration</code>
+interface that are useful in web environments.
+</p>
+<p>
+<font size="-2">$Id$</font>
+</p>
 
 </body>
 </html>



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org