| Package | Description |
|---|---|
| com.helger.commons.changelog | |
| com.helger.commons.text | |
| com.helger.commons.text.util |
| Modifier and Type | Method and Description |
|---|---|
IMultilingualText |
ChangeLogEntry.getAllTexts() |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IMutableMultilingualText
Interface for a writable version of a multilingual text
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractMapBasedMultilingualText
A
Map based implementation of IMultilingualText that does
also provide writing methods to the outside and is only to be used as a
non-abstract base class. |
class |
AbstractReadOnlyMapBasedMultilingualText
A
Map based implementation of IMultilingualText that does not
provide writing methods to the outside and is only to be used as a
non-abstract base class. |
class |
MultilingualText
This class represents a multilingual text.
|
class |
ReadOnlyMultilingualText
This class represents a multilingual text that cannot be altered after the
constructor.
|
| Modifier and Type | Method and Description |
|---|---|
IMultilingualText |
IHasMultilingualText.getMultilingualText()
Get the complete multilingual text.
|
| Modifier and Type | Method and Description |
|---|---|
EChange |
IMutableMultilingualText.assignFrom(IMultilingualText aMLT)
Assign all fields from the passed object.
|
EChange |
AbstractMapBasedMultilingualText.assignFrom(IMultilingualText aMLT) |
| Constructor and Description |
|---|
MultilingualText(IMultilingualText aMLT) |
ReadOnlyMultilingualText(IMultilingualText aMLT) |
| Modifier and Type | Method and Description |
|---|---|
static MultilingualText |
TextHelper.getCopyWithLocales(IMultilingualText aMLT,
Collection<Locale> aContentLocales)
Get a copy of this object with the specified locales.
|
Copyright © 2014–2015 Philip Helger. All rights reserved.