| Interface | Description |
|---|---|
| IStoppableRunnable |
A Runnable that can also be stopped.
|
| IStringChecker |
An interface to match/test given strings.
Combines the IStringFilter and the Predicate |
| Class | Description |
|---|---|
| ArchivedFileInfo |
File information about a file inside an archive.
|
| JavaArchive |
An instance of this class represents a single java archive.
|
| NamedOptionalValue<T> |
An
OptionalValue with an associated name. |
| OptionalValue<T> |
An object that can be used to hold a value along with the information
if this value has been initialized (even if null).
|
| StringFilter |
This filter extends StringPattern with the possibility to activate/deactivate
it.
|
| StringFilterCollection |
Holds a collection of StringFilter objects and allows to check if a
given string matches any or none of the filters.
|
| ZipEntryFileNamePatterns |
A container for multiple patterns that can be applied as filter on the filename
of zip file entries.
|