AutoCloseable2 | An extension of AutoCloseable whose close method does not throw
exceptions. |
IProgressCallback | |
ISimpleFilter<T> | A functional interface used to check an object. |
ITypedContentProperties | Properties bound to TypedContent . |
Assert | A replacement for built-in assert s. |
BashHelper | Helper for bash terminals. |
CallableWithProgressCallback<V> | Base class for Callable targets providing an IProgressCallback . |
CharSequenceList | |
Couple<A, B> | Handy class holding two typed elements. |
Enums | |
Env | Helper to retrieve system environment variables or, as a fallback, local environment variables provided by a Bash interactive shell. |
ExecutionTargetWithProgressCallback | Internal support class providing IProgressCallback proxy facility for Runnable
and Callable. |
Flags | Bit flags object. |
HtmlTypedContentProperties | Properties of an HTML TypedContent . |
IniFileEditor | A reader-and-writer for ini configuration files. |
JavaUtil | A collection of primitives relative to the Java language itself. |
PathProcessor | The path processor class is used to resolve flexible paths (flexi-paths) and lists of multiple flexi-paths (multi-flexi-paths). |
RunnableWithProgressCallback | Base class for Runnable targets providing an IProgressCallback . |
Stacktraces | |
SystemUtil | Basic system utility variables and methods. |
Throwables | Utility methods for throwables (errors, exceptions, runtime exceptions). |
Tuples | Tuples generator routines. |
TypedContent |