Package org.xwiki.localization
Interface TranslationBundleFactory
-
@Role public interface TranslationBundleFactoryCreates bundles.- Since:
- 4.3M2
- Version:
- $Id: 024995bfa297ca896a23390fbcceeb70d2e331b7 $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TranslationBundlegetBundle(String bundleId)Get theTranslationBundleassociated to the passed identifier.
-
-
-
Method Detail
-
getBundle
TranslationBundle getBundle(String bundleId) throws TranslationBundleDoesNotExistsException
Get theTranslationBundleassociated to the passed identifier.- Parameters:
bundleId- the bundle identifier- Returns:
- the
TranslationBundle - Throws:
TranslationBundleDoesNotExistsException- could not create a Bundle for the passed bundle
-
-