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.java,v 1.1 2001/12/11 17:42:50 curcuru 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.
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. All Rights Reserved.