org.apache.env

Interface WhichProject

Known Implementing Classes:
WhichAnt, WhichCrimson, WhichSaxon, WhichXalan, WhichXerces, WhichXmlCommons

public interface WhichProject

Simple interface for getting version info about a project.
Version:
$Id: WhichProject.java 225939 2001-12-11 17:42:50Z curcuru $
Author:
shane_curcuru@us.ibm.com

Method Summary

int
getInfo(Hashtable hash, String options)
Get basic or extended info about a project.

Method Details

getInfo

public int getInfo(Hashtable hash,
                   String options)
Get basic or extended info about a project. Override to gather whatever version or configuration information is useful about your project or product and pass it back in the hashtable.
Parameters:
hash - to put information in
options - to apply like strict or verbose
Returns:
status information from WhichConstant

Copyright B) 2001 Apache Software Foundation. All Rights Reserved.