org.apache.avalon.excalibur.i18n
Interface BundleMatcher

All Known Implementing Classes:
DefaultBundleMatcher

public interface BundleMatcher

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

Version:
CVS $Revision: 1.5 $ $Date: 2002/01/02 19:04:56 $ $Author: neeme $
Author:
Neeme Praks

Field Summary
static java.lang.String ROLE
           
 
Method Summary
 java.lang.String getType(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

getType

public java.lang.String getType(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.