See: Description
Interface | Description |
---|---|
Condition |
A condition is a boolean value that depends on some properties.
|
Filter<T> |
A filter is used to split up a set of items to a set of included and a set of excluded items.
|
PathCombiner |
Generic algorithm to combine two
Path s into one Path . |
Class | Description |
---|---|
Colors |
Some fields and methods that make life easier when dealing
with Colors.
|
Path |
A path is a description of the position of some resource.
|
Version |
A version represents a version of this library.
|
Workarounds |
Utility class providing help for bugs or specialities present in some versions of the JRE or
in some libraries.
|
Enum | Description |
---|---|
Todo.Compatibility |
Tells whether a
Todo is backwards compatible |
Todo.Priority |
Tells how important an
Todo is |
Todo.Version |
Tells when a
Todo is scheduled to be implemented |
Annotation Type | Description |
---|---|
ClientOnly |
This attribute marks classes, interfaces or other elements that are specially useful
for clients.
|
FrameworkOnly |
This annotation marks classes, interfaces and other elements that should not be used
by clients.
|
Todo |
Used to mark elements that need to be modified in a future release.
|