| Package | Description |
|---|---|
| com.helger.commons.error | |
| com.helger.commons.error.level | |
| com.helger.commons.log | |
| com.helger.commons.mutable | |
| com.helger.commons.traits | |
| com.helger.commons.url |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IError
Common interface for single errors and resource errors.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SingleError
Default implementation of
IError. |
static class |
SingleError.AbstractBuilder<ERRTYPE extends SingleError,IMPLTYPE extends SingleError.AbstractBuilder<ERRTYPE,IMPLTYPE>>
Abstract builder class for
SingleError and derived classes. |
static class |
SingleError.Builder
The default builder to build
SingleError instances. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IHasErrorLevelComparable<IMPLTYPE extends IHasErrorLevelComparable<IMPLTYPE>>
Base interface for objects that have a severity based on
IErrorLevel. |
| Modifier and Type | Class and Description |
|---|---|
class |
LogMessage
Represents a single log message.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IMutableInteger<IMPLTYPE extends IMutableInteger<IMPLTYPE>>
Base interface for mutable numeric values
|
interface |
IMutableNumeric<IMPLTYPE extends IMutableNumeric<IMPLTYPE>>
Base interface for mutable numeric values
|
interface |
IMutableObject<IMPLTYPE extends IMutableObject<IMPLTYPE>>
Base interface for all mutable objects
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractMutableInteger<IMPLTYPE extends AbstractMutableInteger<IMPLTYPE>>
Base implementation class for
IMutableInteger transitively extending
Number class. |
class |
AbstractMutableNumeric<IMPLTYPE extends AbstractMutableNumeric<IMPLTYPE>>
Base implementation class for
IMutableNumeric extending
Number class. |
class |
MutableBigDecimal
Object wrapper around a
BigDecimal so that it can be passed a final
object but is mutable. |
class |
MutableBigInteger
Object wrapper around a
BigInteger so that it can be passed a final
object but is mutable. |
class |
MutableBoolean
Object wrapper around a boolean so that it can be passed a final object but
is mutable.
|
class |
MutableByte
Object wrapper around a byte so that it can be passed a final object but is
mutable.
|
class |
MutableChar
Object wrapper around a char so that it can be passed a final object but is
mutable.
|
class |
MutableDouble
Object wrapper around a double so that it can be passed a final object but is
mutable.
|
class |
MutableFloat
Object wrapper around a float so that it can be passed a final object but is
mutable.
|
class |
MutableInt
Object wrapper around an int so that it can be passed a final object but is
mutable.
|
class |
MutableLong
Object wrapper around a long so that it can be passed a final object but is
mutable.
|
class |
MutableShort
Object wrapper around a short so that it can be passed a final object but is
mutable.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IGenericImplTrait<IMPLTYPE extends IGenericImplTrait<IMPLTYPE>>
A trait to convert this to a generic implementation.
|
interface |
IGenericImplTrait<IMPLTYPE extends IGenericImplTrait<IMPLTYPE>>
A trait to convert this to a generic implementation.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IGenericAdderTrait<ELEMENTTYPE extends IAddableByTrait,IMPLTYPE extends IGenericAdderTrait<ELEMENTTYPE,IMPLTYPE>>
Add arbitrary objects to this
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IURLParameterList<IMPLTYPE extends IURLParameterList<IMPLTYPE>>
Internal helper interface for objects handling URL parameters
|
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleURL
Abstraction of the string parts of a URL but much simpler (and faster) than
URL. |
class |
URLParameterList
A list of URL parameters with a sanity API.
|
Copyright © 2014–2022 Philip Helger. All rights reserved.