org.apache.env
Class WhichXalan

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

public class WhichXalan
extends java.lang.Object
implements WhichProject

Get Version information about xml-xalan.

Version:
$Id: WhichXalan.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
WhichXalan()
           
 
Method Summary
 int getInfo(java.util.Hashtable hash, java.lang.String options)
          Finds version information from Xalan-J 1.x, 2.x, 2.2+, and looks for xalan.jar and xml-apis.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

WhichXalan

public WhichXalan()
Method Detail

getInfo

public int getInfo(java.util.Hashtable hash,
                   java.lang.String options)
Finds version information from Xalan-J 1.x, 2.x, 2.2+, and looks for xalan.jar and xml-apis.jar. Only looks for 1.x classes for information; does not report status on them.

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.