ArgumentHelper |
Utility class to assist in extracting program arguments.
|
BridgeTable<T> |
Generic bridge table support with optional reference counting to allow multiple membership for an object via several
relationships.
|
CachingDateFormat |
Provides thread safe means of obtaining a cached date formatter.
|
CachingDateFormat.SimpleDateFormatAndResolution |
|
CachingDateFormat.StringAndResolution |
|
Convert |
Utility to convert text files.
|
Debug |
Class containing debugging utility methods
|
Deleter |
Utility to delete a file or directory recursively.
|
DynamicallySizedThreadPoolExecutor |
This is an instance of ThreadPoolExecutor which
behaves how one would expect it to, even when faced with an unlimited
queue.
|
EqualsHelper |
Utility class providing helper methods for various types of equals functionality
|
ExpiringValueCache<T> |
Simple cache of a single Object value.
|
FileFilterMode |
|
GUID |
A wrapper class to serve up GUIDs
|
InputStreamContent |
Input Stream based Content
|
IPUtils |
|
ISO8601DateFormat |
Formatting support for ISO 8601 dates
|
JMXUtils |
|
LockHelper |
Helper to make trying for read-write locks simpler
|
LogAdapter |
Utility class to adapt a Log class.
|
LogTee |
Utility class to split or 'tee' two Log classes.
|
LogUtil |
Utility class to assist with I18N of log messages.
|
MaxSizeMap<K,V> |
Map that ejects the last recently accessed or inserted element(s) to keep the size to a specified maximum.
|
MD5 |
The MD5 utility class computes the MD5 digest (aka: "hash") of a block
of data; an MD5 digest is a 32-char ASCII string.
|
OneToManyHashBiMap<K,V> |
|
OneToManyHashMap<K,V> |
|
Pair<F,S> |
Utility class for containing two things that aren't like each other
|
ParameterCheck |
Utility class to perform various common parameter checks
|
PathMapper |
A component that maps source data paths to target data paths.
|
PatternFilter |
Matches a path against a set of regular expression filters
|
PropertyCheck |
Helper class for for use when checking properties.
|
ReadWriteLockExecuter<T> |
|
ReflectionHelper |
Static Helper methods for instantiating objects from reflection.
|
SchedulerStarterBean |
|
SerializationUtils |
NOTE: This utility class is a copy of org.apache.commons.lang3.SerializationUtils
Please see http://issues.alfresco.com/jira/browse/ALF-5044 for why this is done.
|
TempFileProvider |
A helper class that provides temporary files, providing a common point to clean
them up.
|
TempFileProvider.TempFileCleanerJob |
Cleans up all Alfresco temporary files that are older than the
given number of hours.
|
TraceableThreadFactory |
A thread factory that spawns threads that are statically visible.
|
Triple<T,U,V> |
Utility class for containing three things that aren't like each other.
|
VersionNumber |
Immutable class to encapsulate a version number string.
|
VmShutdownListener |
A class that keeps track of the VM shutdown status.
|