| Package | Description |
|---|---|
| com.helger.commons.error | |
| com.helger.commons.locale | |
| com.helger.commons.locale.country | |
| com.helger.commons.text.display | |
| com.helger.commons.xml.transform |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IResourceError
Interface for an error that can be drilled down to a certain resource (e.g. a
document).
|
| Modifier and Type | Class and Description |
|---|---|
class |
ResourceError
Default implementation of the
IResourceError interface. |
| Constructor and Description |
|---|
ResourceError(IResourceLocation aLocation,
IErrorLevel aErrorLevel,
IHasDisplayText aErrorText) |
ResourceError(IResourceLocation aLocation,
IErrorLevel aErrorLevel,
IHasDisplayText aErrorText,
Throwable aLinkedException) |
| Modifier and Type | Class and Description |
|---|---|
class |
ELocaleName
Special locale names that are not part of the Java runtime.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ECountry
Country enum.
|
class |
ECountryName
Country enum name.
|
class |
ECountrySubName
Country sub-element name enum.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CollatingComparatorHasDisplayText<DATATYPE extends IHasDisplayText>
This is a collation
Comparator for objects that implement
the IHasDisplayText interface. |
| Modifier and Type | Class and Description |
|---|---|
class |
ConstantHasDisplayText
An implementation of the
IHasDisplayText interface that always
returns a constant string. |
class |
HasDisplayTextWithArgs
A special implementation of
IHasDisplayText that encapsulates
arguments to be put into the message. |
| Modifier and Type | Method and Description |
|---|---|
IHasDisplayText |
HasDisplayTextWithArgs.getParentText() |
| Modifier and Type | Method and Description |
|---|---|
String |
DisplayTextProviderFromHasDisplayText.getDisplayText(IHasDisplayText aObject,
Locale aContentLocale) |
| Constructor and Description |
|---|
HasDisplayTextWithArgs(IHasDisplayText aParentText,
Object... aArgs) |
| Modifier and Type | Class and Description |
|---|---|
class |
EXMLTransformTexts |
Copyright © 2014–2015 Philip Helger. All rights reserved.