com.atlassian.confluence.util.i18n
Class ResourceBundlesCollector

java.lang.Object
  extended by com.atlassian.confluence.util.i18n.ResourceBundlesCollector

public class ResourceBundlesCollector
extends Object

Class that:


Constructor Summary
ResourceBundlesCollector()
           
 
Method Summary
 void addBundle(ResourceBundle bundle)
          Adds a resource bundle that is not tied to any particular locale
 void addBundles(Map<String,ResourceBundle> bundlesByLocale)
           
 List<ResourceBundle> getCombinedResourceBundles()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourceBundlesCollector

public ResourceBundlesCollector()
Method Detail

addBundle

public void addBundle(ResourceBundle bundle)
Adds a resource bundle that is not tied to any particular locale

Parameters:
bundle - resource bundle to add

addBundles

public void addBundles(Map<String,ResourceBundle> bundlesByLocale)

getCombinedResourceBundles

public List<ResourceBundle> getCombinedResourceBundles()


Copyright © 2003–2015 Atlassian. All rights reserved.