Uses of Interface
org.sonatype.sisu.goodies.i18n.MessageSource

Packages that use MessageSource
org.sonatype.sisu.goodies.i18n   
 

Uses of MessageSource in org.sonatype.sisu.goodies.i18n
 

Classes in org.sonatype.sisu.goodies.i18n that implement MessageSource
 class AggregateMessageSource
          A message source which aggregates messages sources in order.
 class PrefixingMessageSource
          A message source which prefixes message codes.
 class ResourceBundleMessageSource
          Message source backed up by ResourceBundle instances.
 

Methods in org.sonatype.sisu.goodies.i18n that return MessageSource
static MessageSource I18N.of(Class... types)
          Returns a MessageSource for the given types.
 

Methods in org.sonatype.sisu.goodies.i18n that return types with arguments of type MessageSource
 List<MessageSource> AggregateMessageSource.getSources()
           
 

Constructors in org.sonatype.sisu.goodies.i18n with parameters of type MessageSource
AggregateMessageSource(MessageSource... sources)
           
PrefixingMessageSource(MessageSource messages, String prefix)
           
 

Constructor parameters in org.sonatype.sisu.goodies.i18n with type arguments of type MessageSource
AggregateMessageSource(List<MessageSource> sources)
           
 



Copyright © 2008-2012 Sonatype, Inc.. All Rights Reserved.