Uses of Interface
org.sonatype.gshell.util.i18n.MessageSource

Packages that use MessageSource
org.sonatype.gshell GShell API. 
org.sonatype.gshell.branding   
org.sonatype.gshell.command Command components. 
org.sonatype.gshell.command.support Command support components. 
org.sonatype.gshell.util.cli2   
org.sonatype.gshell.util.i18n   
 

Uses of MessageSource in org.sonatype.gshell
 

Fields in org.sonatype.gshell declared as MessageSource
protected  MessageSource MainSupport.messages
           
 

Uses of MessageSource in org.sonatype.gshell.branding
 

Methods in org.sonatype.gshell.branding that return MessageSource
protected  MessageSource BrandingSupport.getMessages()
           
 

Uses of MessageSource in org.sonatype.gshell.command
 

Methods in org.sonatype.gshell.command that return MessageSource
 MessageSource CommandAction.getMessages()
           
 MessageSource AliasAction.getMessages()
           
 MessageSource GroupAction.getMessages()
           
 

Uses of MessageSource in org.sonatype.gshell.command.support
 

Methods in org.sonatype.gshell.command.support that return MessageSource
 MessageSource CommandActionSupport.getMessages()
           
 

Uses of MessageSource in org.sonatype.gshell.util.cli2
 

Methods in org.sonatype.gshell.util.cli2 that return MessageSource
 MessageSource CliProcessor.getMessages()
           
 

Methods in org.sonatype.gshell.util.cli2 with parameters of type MessageSource
 void HelpPrinter.addMessages(MessageSource messages)
           
 String CliDescriptor.renderHelpText(MessageSource messages)
           
 String CliDescriptor.renderSyntax(MessageSource messages)
           
 String CliDescriptor.renderToken(MessageSource messages)
           
 void CliProcessor.setMessages(MessageSource messages)
           
 

Uses of MessageSource in org.sonatype.gshell.util.i18n
 

Classes in org.sonatype.gshell.util.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.gshell.util.i18n that return types with arguments of type MessageSource
 List<MessageSource> AggregateMessageSource.getSources()
           
 

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

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



Copyright © 2008-2011 Sonatype. All Rights Reserved.