org.apache.env
Class WhichXerces

java.lang.Object
  |
  +--org.apache.env.WhichXerces
All Implemented Interfaces:
WhichProject

public class WhichXerces
extends java.lang.Object
implements WhichProject

Get Version information about xml-xerces.

Version:
$Id: WhichXerces.html,v 1.4 2003/12/30 03:55:19 crossley Exp $
Author:
shane_curcuru@us.ibm.com

Field Summary
static java.lang.String SERVICE_NAME
          Our project name.
 
Constructor Summary
WhichXerces()
           
 
Method Summary
 int getInfo(java.util.Hashtable hash, java.lang.String options)
          Gets version information for Xerces-J 1.x and 2.x, and looks for xerces.jar and xmlParserAPIs.jar.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SERVICE_NAME

public static final java.lang.String SERVICE_NAME
Our project name.

See Also:
Constant Field Values
Constructor Detail

WhichXerces

public WhichXerces()
Method Detail

getInfo

public int getInfo(java.util.Hashtable hash,
                   java.lang.String options)
Gets version information for Xerces-J 1.x and 2.x, and looks for xerces.jar and xmlParserAPIs.jar.

Specified by:
getInfo in interface WhichProject
Parameters:
hash - to put information in
options - to apply like strict or verbose
Returns:
status information from WhichConstant


Copyright © 2001 Apache Software Foundation. All Rights Reserved.