Package | Description |
---|---|
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 |
Modifier and Type | Field and Description |
---|---|
protected MessageSource |
MainSupport.messages |
Modifier and Type | Method and Description |
---|---|
protected MessageSource |
BrandingSupport.getMessages() |
Modifier and Type | Method and Description |
---|---|
MessageSource |
AliasAction.getMessages() |
MessageSource |
CommandAction.getMessages() |
MessageSource |
GroupAction.getMessages() |
Modifier and Type | Method and Description |
---|---|
MessageSource |
CommandActionSupport.getMessages() |
Modifier and Type | Method and Description |
---|---|
MessageSource |
CliProcessor.getMessages() |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Class and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
List<MessageSource> |
AggregateMessageSource.getSources() |
Constructor and Description |
---|
AggregateMessageSource(MessageSource... sources) |
PrefixingMessageSource(MessageSource messages,
String prefix) |
Constructor and Description |
---|
AggregateMessageSource(List<MessageSource> sources) |
Copyright © 2008-2012 Sonatype. All Rights Reserved.