org.apache.avalon.excalibur.i18n
Interface BundleInfoMapper

All Known Implementing Classes:
DefaultMapper

public interface BundleInfoMapper

Used to map bundle information to string representation (e.g. URI), to find the relevant bundle.

Version:
CVS $Revision: 1.6 $ $Date: 2002/01/24 02:10:27 $ $Author: leif $
Author:
Neeme Praks

Field Summary
static java.lang.String ROLE
           
 
Method Summary
 java.lang.String map(BundleInfo bundleInfo)
          Get the string form of the bundle, based on bundle info.
 

Field Detail

ROLE

public static final java.lang.String ROLE
Method Detail

map

public java.lang.String map(BundleInfo bundleInfo)
Get the string form of the bundle, based on bundle info.
Returns:
the string form


Copyright © 2001 Apache Jakarta Project. All Rights Reserved.