Interface | Description |
---|---|
IUUIDGenerator |
Generates opaque unique strings.
|
UtilHttp.Callback | |
UtilZip.Visitor |
Use this interface to walk the file being archived.
|
Class | Description |
---|---|
Async<T> |
A very simple facility to execute an asynchronous action.
|
Every |
A very simple facility to be notified periodically:
Here is the usage :
|
MacAddressProvider |
Utility class to generate mac addresses
|
Printer |
This class is a console printer helper:
|
RandomBasedUUIDGenerator |
Unique random uuid.
|
RoundRobinIterator<T> |
A handy infinite round robin iterator.
|
TimeBasedUUIDGenerator |
Unique yet concise uuid, elasticsearch friendly.
|
UtilArgs |
Provides simple helper for parsing arguments to a void static main(String...
|
UtilCheck | |
UtilCsv |
CSV utility functions
|
UtilDatasize | |
UtilFiles |
Tools to manipulate Files
|
UtilFunction |
Put here static functions that have no dependencies besides standard jdk
classes.
|
UtilHttp |
Simple and safe method to execute http remote calls.
|
UtilHttpClient |
An extra simple apache http client
|
UtilHttpClientOneShot |
An extra simple apache http client.
|
UtilIp |
CSV utility functions
|
UtilIpChecker |
Utility class to check for reachability of IP addresses.
|
UtilJackson |
Use this jackson serializer to get pojos from json strings and vice versa.
|
UtilLog | |
UtilMath | |
UtilNumber | |
UtilSettings |
Utility functions related to common settings shared by many
components.
|
UtilSleeper |
Properly dealing with interrupted exception.
|
UtilSsl | |
UtilString | |
UtilSystem |
Utility class for exiting the jvm with a friendly test behavior.
|
UtilTar |
A simple Tar utility to create/untar tar.gz files back and forth.
|
UtilThrowable |
Dynamically transform throwable into valid JSON string representation.
|
UtilTime | |
UtilUrl |
This class allows parsing URL-like strings to retrieve subelements (host, optional port, optional protocol))
As compared to standard java URL class, this will not fail if the string does not indicate a protocol
(e.g.
|
UtilVersion |
Properly dealing with version number and backward compatibility issues.
|
UtilZip |
Zip Unzip utility functions.
|
Enum | Description |
---|---|
Printer.Color |
Ansi color code
|
UtilSsl.EKeystoreExtensions | |
UtilSsl.EKeystoreInstances |
Exception | Description |
---|---|
UtilJackson.JsonException |
Copyright © 2014–2023. All rights reserved.