Class Summary |
BeanProperty |
A class to make bean reflection easier. |
CamelCaseUtil |
A utility for working with camel-case strings. |
ClassFileUtil |
A utility to convert a file location (representing a Java source file) into a
class name. |
ClassFinder |
Find classes on the class path. |
Counter<T extends Comparable<T>> |
A class that counts references to a particular type, T. |
DateUtil |
A class that provides some utilities for date manipulation. |
EnumeratedIterable |
A utility that helps represent old Enumeration objects as an Iterable type,
for use in new 'for' contructs. |
Generics |
This class provides some utilities for dealing with Generics in the bean
definitions of collections. |
ManifestReader |
A class that can find the Manifest that corresponds to the jar that contains
a particular class. |
MapOfMaps<K1,K2,V> |
This class provides simple semantics for the common situation where you want to have
a map that contains other maps. |
MimeTypes |
This class encapsulates some knowledges about various common Mime types used
in web applications and other places. |
Predicates |
Provides some standard class finder predicates. |
Tally<T extends Comparable<T>> |
A class that provides a final tally of counted items. |
XPathHelper |
A utility to make XPath operations easier. |