org.apache.env

Interface WhichProject

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
intgetInfo(Hashtable hash, String options)
Get basic or extended info about a project.

Method Detail

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. All Rights Reserved.