Package org.apache.hivemind.util

Implementations of Resource and related utilities.

See:
          Description

Class Summary
AbstractResource Abstract implementation of Resource.
ClasspathResource Implementation of Resource for resources found within the classpath.
ConstructorUtils Static methods for invoking constructors.
EventListenerList Convienience class for tracking a list of event listeners.
FileResource An implementation of Resource built around File.
IdUtils A collection of utilities for handling qualified and unqualified ids.
LocalizedFileResourceFinder Used by org.apache.tapestry.resource.FileResource to locate localizations of a given file.
LocalizedNameGenerator Used in a wide variety of resource searches.
LocalizedResource Contains the path to a localized resource and the locale for which it has been localized.
LocalizedResourceFinder Searches for a localization of a particular resource in the classpath (using a ClassResolver.
PropertyUtils A collection of static methods used to perform property-level access on arbitrary objects.
StringUtils A subset of the utilities available in commons-lang StringUtils.
ToStringBuilder A simple replacement for the more involved version in commons-lang; this is used to help construct the description string returned by an object's toString() method.
URLResource An implementation of Resource built around a string representation of a URL.
 

Package org.apache.hivemind.util Description

Implementations of Resource and related utilities.