org.apache.env
Interface WhichProject
- All Known Implementing Classes:
- WhichAnt, WhichCrimson, WhichSaxon, WhichXalan, WhichXerces, WhichXmlCommons
- public interface WhichProject
Simple interface for getting version info about a project.
- Version:
- $Id: WhichProject.html,v 1.4 2003/12/30 03:55:19 crossley Exp $
- Author:
- shane_curcuru@us.ibm.com
Method Summary |
int |
getInfo(java.util.Hashtable hash,
java.lang.String options)
Get basic or extended info about a project. |
getInfo
public int getInfo(java.util.Hashtable hash,
java.lang.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 inoptions
- to apply like strict or verbose
- Returns:
- status information from WhichConstant
Copyright © 2001 Apache Software Foundation. All Rights Reserved.