| Class |
Description |
|
ArrayTuple
|
Provides a basic tuple implementation extending an java.util.ArrayList
and not allowing any content change operation |
|
CacheHelper
|
Provide helper method to handle caching |
|
CharsetHelper
|
@author Paolo Di Tommaso |
|
CheckHelper
|
Validation helper |
|
CmdLineHelper
|
@author Paolo Di Tommaso |
|
CollectionHelper
|
@author Paolo Di Tommaso |
|
CsvParser
|
Simple comma-separated-values parser |
|
Duration
|
A simple time duration representation |
|
Escape
|
Escape helper class |
|
IniFile
|
Read a INI file |
|
InputStreamDeserializer
|
A object deserializer that allows you to specify a custom class loader |
|
MemoryUnit
|
Represent a memory unit |
|
PosixProcess
|
Hack the Java process to be able to access the Unix process id |
|
QuoteStringTokenizer
|
Split a string into literal tokens i.e. sequence of chars that does not contain a blank
or wrapper by a quote or double quote |
|
RateUnit
|
Model am execution rate limit measure unit |
|
ServiceDiscover
|
A service loader inspired to java.util.ServiceLoader
that allows to load only service names or classes without instantiating
the actual instances |
|
SysHelper
|
System helper methods |
|
Throttle
|
Limit the execution of a code block on a specified time basis |
|
Throttle.ThrottleObj
|
|
|
VersionNumber
|
Model a semantic version number |