A few documentation updates and new email addr

git-svn-id: https://svn.apache.org/repos/asf/xml/commons/trunk@225999 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
curcuru 2002-11-07 15:04:04 +00:00
parent 083ea4d7d5
commit 77fc5217e1

View File

@ -3,10 +3,10 @@
<body> <body>
<p>Which is a simple utility that inspects your JVM's environment and reports simple info about versions of classes found.</p> <p>Which is a simple utility that inspects your JVM's environment and reports simple info about versions of classes found.</p>
<dl> <dl>
<dt><b>Author: </b></dt><dd><a href="mailto:shane_curcuru@lotus.com">Shane_Curcuru@us.ibm.com</a></dd> <dt><b>Author: </b></dt><dd><a href="mailto:curcuru@apache.org">curcuru@apache.org</a></dd>
<dt><b>See: </b>(overview)</dt><dd><a href="http://xml.apache.org/commons/">xml-commons project</a> for an overview.</dd> <dt><b>See: </b>(overview)</dt><dd><a href="http://xml.apache.org/commons/">xml-commons project</a> for an overview.</dd>
<dt><b>Usage: </b>(common)</dt><dd> <dt><b>Usage: </b>(common)</dt><dd>
<code>set CLASSPATH=%CLASSPATH%;\xml-commons\java\build\which.jar<br/> <code>set CLASSPATH=%CLASSPATH%;which.jar<br/>
java org.apache.env.Which [project;WhichProject] [-options]</code></dd> java org.apache.env.Which [project;WhichProject] [-options]</code></dd>
<dt><b>Usage: </b>(more examples)</dt><dd>{@link org.apache.env.Which}</dd> <dt><b>Usage: </b>(more examples)</dt><dd>{@link org.apache.env.Which}</dd>
</dl> </dl>
@ -15,6 +15,14 @@
their specific deployed environment to ensure that they have the their specific deployed environment to ensure that they have the
correct classes present. Which is currently focused on various correct classes present. Which is currently focused on various
XML issues but is architected to be generic and easily extensible.</p> XML issues but is architected to be generic and easily extensible.</p>
<p>Most of the documentation is included in the Javadocs for the
various classes. Which is a framework into which various 'checkers'
or WhichProject implementations can be plugged; it then asks each
implementation to fill in whatever information it can into a common
Hashtable, which it then reports back to the user in one of a number
of formats.</p>
<p>Most useful for reporting environments in automated builds or
for a self-help system version detection for users reporting bugs.</p>
</body> </body>
</html> </html>