| Interface | Description |
|---|---|
| ClassScanner.SaveHandler | |
| FileScanner.SaveHandler | |
| MultiValueMap<K,V> |
Extension of the
Map interface that stores multiple values. |
| Class | Description |
|---|---|
| ArrayStack |
An implementation of the
Stack API that is based on an
ArrayList instead of a Vector, so it is not
synchronized to protect against multi-threaded access. |
| Aspectran | |
| BeanDescriptor |
This class represents a cached set of bean property information that
allows for easy mapping between property names and getter/setter methods.
|
| BeanUtils |
BeanUtils provides methods that allow simple, reflective access to
JavaBeans style properties.
|
| BooleanUtils |
Miscellaneous
Boolean utility methods. |
| ClassScanner |
The Class ClassScanner.
|
| ClassUtils |
Miscellaneous class utility methods.
|
| CustomObjectInputStream |
For re-inflating serialized objects, this class uses the thread context classloader
rather than the jvm's default classloader selection.
|
| ExceptionUtils |
Provides utilities for manipulating and examining Throwable objects.
|
| FileLocker |
Used to obtain a lock that can be used to prevent other Aspectran services
that use the same persistent store.
|
| FilenameUtils |
Utility methods for General filename and filepath manipulation.
|
| FileScanner |
A utility class that finds files corresponding to a given pattern.
|
| LinkedCaseInsensitiveMap<V> |
LinkedHashMap variant that stores String keys in a case-insensitive
manner, for example for key-based access in a results table. |
| LinkedCaseInsensitiveMultiValueMap<V> |
LinkedHashMap variant that stores String keys in a case-insensitive
manner, for example for key-based access in a results table. |
| LinkedMultiValueMap<K,V> |
Simple implementation of
MultiValueMap that wraps a LinkedHashMap,
storing multiple values in a LinkedList. |
| MethodUtils |
Utility reflection methods.
|
| PrefixSuffixPattern | |
| PropertiesLoaderUtils | |
| ReflectionUtils |
Simple utility class for working with the reflection API.
|
| ResourceUtils |
A class to simplify access to ResourceUtils through the classloader.
|
| StringOutputWriter |
A character stream that collects its output in a string builder,
which can then be used to construct a string.
|
| StringStyler |
Contains methods to transform a given string to a specific style.
|
| StringUtils |
Static utility methods pertaining to
String or CharSequence instances. |
| SystemUtils |
Helpers for java.lang.System.
|
| ToStringBuilder |
This class enables a good and consistent toString() to be built for any class or object.
|
| TypeUtils |
Utility methods focusing on type inspection, particularly with regard to generics.
|
| Exception | Description |
|---|---|
| MultiException |
Wraps multiple exceptions.
|
Copyright © 2008–2018 The Aspectran Project. All rights reserved.