| Interface | Description |
|---|---|
| Cache<K,V> | Deprecated |
| ICache<K,V> |
A simple definition of a cache.
|
| IDirtyable |
Tells whether an object has changed or not.
|
| IDisplayable |
Defines the possibility to return a displayable string for users in a specific
Locale. |
| IDisplayProvider |
Provides a method for displaying names or labels to a user.
|
| ILocaleDisplayProvider |
Marks an object as providing various displays for locale.
|
| IUriProvider |
Interface that can provide URIs.
|
| IUrlProvider |
Interface that can provide URLs.
|
| IUrlTransformer |
Converts names to URLs.
|
| IValueProvider |
Interface for an object that can retrieve a certain
property from an object.
|
| IWrapper |
A wrapper marker.
|
| Class | Description |
|---|---|
| BeanComparator<T> |
A comparator based on a list of bean properties.
|
| BeanValueProvider |
Default bean implementation for
IValueProvider. |
| CommonUtils |
Common Utils.
|
| CompressionUtils |
Supports compression.
|
| CronSchedule |
Provides cron-like scheduling information.
|
| CronSchedule.AbstractTimeValue |
Base class for timing values.
|
| CronSchedule.SingleTimeValue |
Represents a single time value, e.g. 9
|
| CronSchedule.TimeAll |
Represents the ALL time, *.
|
| CronSchedule.TimeRange |
Represents a time range, e.g. 5-9
|
| CronSchedule.TimeSteps |
Represents a time interval, e.g. 0-4/10
|
| DateTimePeriod |
A period of time.
|
| DefaultComparator |
Default comparator for objects.
|
| IterableImpl<T> |
Wraps an
Iterator. |
| ReleaseInformation |
Holds release information about packages, artifacts and versions.
|
| ReleaseRepository |
Holds information about packages and modules.
|
| RsDate |
A
Date replacement object to allow better date computations. |
| RsDay |
A day.
|
| RsMonth |
A month.
|
| RsYear |
A year.
|
| SoftMapCache<K,V> |
A cache implementation using a
HashMap with SoftReferences. |
| UriProviderWrapper |
Wraps an
IUriProvider into an IUrlTransformer. |
| UrlProviderWrapper |
Wraps an
IUrlProvider into an IUrlTransformer. |
| WeakMapCache<K,V> |
A cache implementation using a
HashMap with WeakReferences. |
| Enum | Description |
|---|---|
| LogLevel |
A definition of log levels for internal uses.
|
The package conrains e.g. a date class based on a Calendar or
a package repository that fetches automatically all available release
information from JAR files in the classpath.
Copyright © 2014. All rights reserved.