com.atlassian.crowd.util
Class StaticResourceBundleProvider

java.lang.Object
  extended by com.atlassian.crowd.util.StaticResourceBundleProvider
All Implemented Interfaces:
ResourceBundleProvider

public class StaticResourceBundleProvider
extends Object
implements ResourceBundleProvider

Simple implementation of ResourceBundleProvider that looks in fixed set of locations.

Since:
v2.7

Constructor Summary
StaticResourceBundleProvider(I18nHelperConfiguration configuration)
           
 
Method Summary
 Iterable<ResourceBundle> getResourceBundles()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StaticResourceBundleProvider

public StaticResourceBundleProvider(I18nHelperConfiguration configuration)
Method Detail

getResourceBundles

public Iterable<ResourceBundle> getResourceBundles()
Specified by:
getResourceBundles in interface ResourceBundleProvider


Copyright © 2014 Atlassian. All Rights Reserved.