org.xwiki.localization
Interface TranslationBundleFactory


@Role
public interface TranslationBundleFactory

Creates bundles.

Since:
4.3M2
Version:
$Id: 024995bfa297ca896a23390fbcceeb70d2e331b7 $

Method Summary
 TranslationBundle getBundle(String bundleId)
          Get the TranslationBundle associated to the passed identifier.
 

Method Detail

getBundle

TranslationBundle getBundle(String bundleId)
                            throws TranslationBundleDoesNotExistsException
Get the TranslationBundle associated to the passed identifier.

Parameters:
bundleId - the bundle identifier
Returns:
the TranslationBundle
Throws:
TranslationBundleDoesNotExistsException - could not create a Bundle for the passed bundle


Copyright © 2004-2013 XWiki. All Rights Reserved.