Package | Description |
---|---|
net.sf.mmm.util.nls.api |
Provides the API for the native language support (NLS).
|
net.sf.mmm.util.nls.base |
Contains the basis for implementations of the native language support (NLS) API.
|
net.sf.mmm.util.text.api |
Provides the API for utilities that help with textual operations.
|
net.sf.mmm.util.text.base |
Provides the base-implementation of text-util API.
|
Modifier and Type | Field and Description |
---|---|
private Justification |
NlsArgument.justification |
Modifier and Type | Method and Description |
---|---|
Justification |
NlsArgument.getJustification()
This method gets the optional
Justification . |
Constructor and Description |
---|
NlsArgument(String key,
NlsFormatterPlugin<?> formatter,
Justification justification)
The constructor.
|
Modifier and Type | Method and Description |
---|---|
private String |
ResourceBundleConverter.convertArgumentJustification(Justification justification,
String result) |
Modifier and Type | Method and Description |
---|---|
Justification |
JustificationBuilder.build(String format)
This method parses the given
format as Justification . |
Modifier and Type | Class and Description |
---|---|
class |
JustificationImpl
This is the implementation of a
Justification . |
Modifier and Type | Method and Description |
---|---|
Justification |
JustificationBuilderImpl.build(String format) |
Copyright © 2001–2016 mmm-Team. All rights reserved.