| Interface | Description |
|---|---|
| ExceptionalRunnable |
Functional Interface similar to Runnable, but could throw an Exception.
|
| Class | Description |
|---|---|
| BOM |
Adding and remove BOM (byteordermark) UTF-8 headers.
|
| Contained |
Simple utility class, that checks if an element is in an (vararg) array.
|
| Generics |
Helpermethods, that simplify working with generics.
|
| JmxUtil |
MBean helper, registers MBeans with given package-name.
|
| JvmUtil |
Provides access to information about the currently running JVM and some process-control.
|
| JvmUtil.TerminateBuilder |
Builder to terminate the JVM
|
| Measure |
Measures invokation of Runnables/Callables in milliseconds.
|
| MessageBox |
Print generic message-boxes to the logging system
|
| Pair<K,V> |
Simple key/value pair
|
| RetriableTask<T> | Deprecated |
| Retryable |
Invokes a Callable/ExceptionalRunnable until it runs without Exception the specified times of retries.
|
| Sugar |
Simple syntax sugar/shortener
|
| Validations |
Validates an object using the javax validation api.
|
| Exception | Description |
|---|---|
| RetryException |
Exception is thrown, when retries didn't finished successfully.
|
Copyright © 2017. All rights reserved.