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