Uses of Interface
org.modeshape.jdbc.util.LocalizationRepository

Packages that use LocalizationRepository
org.modeshape.jdbc.util   
 

Uses of LocalizationRepository in org.modeshape.jdbc.util
 

Classes in org.modeshape.jdbc.util that implement LocalizationRepository
 class ClasspathLocalizationRepository
          Implementation of a LocalizationRepository that loads a properties file from the classpath of the supplied class loader.
 

Methods in org.modeshape.jdbc.util that return LocalizationRepository
static LocalizationRepository I18n.getLocalizationRepository()
          Get the repository of localized messages.
 

Methods in org.modeshape.jdbc.util with parameters of type LocalizationRepository
static void I18n.setLocalizationRepository(LocalizationRepository localizationRepository)
          Set the repository of localized messages.
 



Copyright © 2008-2010 JBoss, a division of Red Hat. All Rights Reserved.