| Class and Description |
|---|
| AbstractExceptionBuilder
Abstract implementation of an exception builder.
|
| BitField
A type-safe, immutable set of enums which emulates the concept of a bit
field, i.e. a set of predefined bits.
|
| CanonicalStringSet
An abstract set of the canonical string representation of objects in
natural sort order.
|
| CanonicalStringSet.Canonicalizer
An idempotent function which maps an arbitrary object to its canonical
string representation.
|
| ExceptionBuilder
An exception builder is an exception handler which assembles an exception
of the parameter type
O from one or more exceptions of the parameter
type I. |
| ExceptionHandler
A generic callback interface designed to be implemented by client
applications in order to inject an exception handling strategy into a
cooperative algorithm as its dependency.
|
| Filter
A generic filter for items of any type.
|
| Link
A link has a nullable
target property. |
| Link.Type
A factory for links which defines the terms and conditions for clearing
their target.
|
| Option
An immutable collection of at most one element.
|
| PathSplitter
Splits a given path name into its parent path name and member name,
whereby platform specific file system roots get recognized.
|
| PriorityExceptionBuilder
Assembles an
Exception from one or more input exceptions by
suppressing all but the
first input exception with the highest priority. |
| UriBuilder |
Copyright © 2012–2015 Schlichtherle IT Services. All rights reserved.