See: Description
| Interface | Description |
|---|---|
| KeyValue |
Generic interface for KeyValue pairs of Strings.
|
| Class | Description |
|---|---|
| AbstractKeyValue |
An abstract key value that can be extended by other classes (ex: DTOs).
|
| ChecksumUtils |
A utility class for generating checksum values from Serializable objects.
|
| ClassLoaderUtils |
Provides common utility methods for dealing with Classloaders.
|
| ClasspathOrFileResourceLoader |
A ResourceLoader implementation which loads from the classpath if the path name is prefixed with "classpath:" and
loads as a
FileSystemResource if not. |
| ConcreteKeyValue |
A mutable, comparable key value pair of Strings.
|
| ContextClassLoaderBinder |
Utility class that binds/unbinds the context ClassLoader of the current Thread
using a ThreadLocal.
|
| ContextClassLoaderProxy |
A Proxy that sets the thread Context ClassLoader before invocation of the
proxied object, and resets it back afterwards.
|
| EqualsAndHashCodeUtils |
Class of static utility methods used to aid in the generation of hashcode values and equals comparisons of objects
for corner cases that EqualsBuilder and HashCodeBuilder of commons-lang cannot cover.
|
| RiceConstants |
This is a class to hold constant values that will be used across multiple modules of Rice
|
| RiceKeyConstants |
Holds error key constants.
|
| RiceUtilities | |
| ShadowingInstrumentableClassLoader |
A class loader for which supports instrumentation and load-time weaving of it's classes by "shadowing" the classes
of it's enclosing classloader by loading, defining, and transfomring the byte code within the context of this
classloader.
|
| VersionHelper |
Helper class for comparing version strings
|
| Enum | Description |
|---|---|
| Truth |
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.