| Package | Description |
|---|---|
| humanize.spi |
Service providers common classes.
|
| humanize.text |
Text formatting and interpolation.
|
| humanize.time |
Date and time related classes.
|
| Modifier and Type | Method and Description |
|---|---|
FormatFactory |
FormatProvider.getFactory()
Gets the format factory.
|
| Constructor and Description |
|---|
MessageFormat(String pattern,
Locale locale,
Map<String,? extends FormatFactory> registry) |
MessageFormat(String pattern,
Map<String,? extends FormatFactory> registry) |
| Modifier and Type | Method and Description |
|---|---|
static FormatFactory |
MaskFormat.factory() |
static FormatFactory |
HumanizeFormatProvider.factory() |
FormatFactory |
MaskFormat.getFactory() |
FormatFactory |
HumanizeFormatProvider.getFactory() |
| Constructor and Description |
|---|
ExtendedMessageFormat(String pattern,
Locale locale,
Map<String,? extends FormatFactory> registry)
Create a new ExtendedMessageFormat.
|
ExtendedMessageFormat(String pattern,
Map<String,? extends FormatFactory> registry)
Create a new ExtendedMessageFormat for the default locale.
|
| Modifier and Type | Method and Description |
|---|---|
static FormatFactory |
PrettyTimeFormat.factory() |
FormatFactory |
PrettyTimeFormat.getFactory() |
Copyright © 2015. All Rights Reserved.