Interface | Description |
---|---|
Content |
Content
|
OneToManyBiMap<K,V> |
An extension of
org.alfresco.util.OneToManyMap that stores the
inverse mapping from a value to its key. |
OneToManyMap<K,V> |
An extension of
java.util.Map that represents a mapping
from a key to a set of values. |
TriggerBeanSPI |
Class | Description |
---|---|
AbstractTriggerBean |
A utility bean to wrap sceduling a job with a scheduler.
|
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.
|
CronTriggerBean |
A utility bean to wrap scheduling a cron job with a given scheduler.
|
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> |
Utility object that wraps read and write methods within the context of a
ReentrantReadWriteLock . |
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.
|
TriggerBean | |
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.
|
Enum | Description |
---|---|
EqualsHelper.MapValueComparison |
Enumeration for results returned by
map comparisons . |
FileFilterMode.Client |
Clients for which specific hiding/visibility behaviour may be requested.
|
FileFilterMode.Mode |
Exception | Description |
---|---|
LockHelper.LockTryException |
Exception generated when a lock try is unsuccessful
|
VmShutdownListener.VmShutdownException |
Message carrier to break out of loops using the callback.
|
Annotation Type | Description |
---|---|
PackageMarker |
This empty marker annotation is added to make sure .class files are actually generated
for package-info.java files.
|
Copyright © 2005–2016 Alfresco Software. All rights reserved.