| Package | Description |
|---|---|
| org.marketcetera.util.l10n |
Message localization tools.
|
| Modifier and Type | Class and Description |
|---|---|
class |
I18NMessageInfo
Holder of meta-information about an internationalized message.
|
class |
PropertyMessageInfo
Holder of meta-information about a message stored in a properties
file.
|
| Modifier and Type | Field and Description |
|---|---|
static MessageInfo[] |
MessageInfo.EMPTY_ARRAY
An empty array of class instances.
|
| Modifier and Type | Method and Description |
|---|---|
MessageInfo |
MessageInfoPair.getDstInfo()
Returns the receiver's destination meta-information.
|
MessageInfo[] |
MessageComparator.getExtraDstInfo()
Returns the receiver's list of destination meta-information
that is absent from the source.
|
MessageInfo[] |
MessageComparator.getExtraSrcInfo()
Returns the receiver's list of source meta-information that is
absent from the destination.
|
MessageInfo |
MessageInfoPair.getSrcInfo()
Returns the receiver's source meta-information.
|
| Modifier and Type | Method and Description |
|---|---|
List<MessageInfo> |
PropertiesFileInfo.getMessageInfo() |
List<MessageInfo> |
MessageInfoProvider.getMessageInfo()
Returns the receiver's meta-information.
|
List<MessageInfo> |
ContainerClassInfo.getMessageInfo() |
| Modifier and Type | Method and Description |
|---|---|
static Properties |
MessageInfo.getList(MessageInfo[] info)
Returns the given collection of message information as a
properties object.
|
| Constructor and Description |
|---|
MessageInfoPair(MessageInfo srcInfo,
MessageInfo dstInfo)
Creates a new meta-information holder from the given component
holders.
|
| Constructor and Description |
|---|
MessageComparator(List<MessageInfo> srcInfo,
List<MessageInfo> dstInfo)
Creates a new comparator for the given meta-information.
|
MessageComparator(List<MessageInfo> srcInfo,
List<MessageInfo> dstInfo)
Creates a new comparator for the given meta-information.
|
Copyright © 2015. All Rights Reserved.