Class Summary |
AppConfig |
This file provides a generalized mechanism for centralizing access
to application configuration information. |
ConfigLoader |
This class provides the main mechanism of loading configuration
files so that I don't have to have the exact same code in more than
one place. |
CountingIterator |
This class provides a very simple counting decorator for the
java.util.Iterator class. |
OverrideManager |
This class provides an implementation for tracking overridable
nodes based on a pluggable override strategy. |
OverrideNode |
This class represents a generic object container which maintains
override relationships between objects. |
Path |
This class provides methods equivalent to the UNIX commands
dirname and basename based on arbitrary
path separators. |
PropertyParser |
This is a static utility class to perform parsing of property
values to primitive types. |
PropertyProxy |
This class provides a simple way to dynamically access property
values similar to the way it is handled in the Jakarta Struts
package. |
PropertyResolver |
This is a decorator class for a java.util.Properties object to
provide an extra method for locating properties with a specified
prefix. |
ResourceLoader |
This class provides a way to access Java resource strings from a
location relative to a specific class. |
ResourceManager |
This class provides a way of managing resource hierarchies
independent of the locale of a resource bundle. |
UseLastOverrideStrategy |
This class implements the strategy that the second supplier (e.g. |
Version |
This class provides version information for the te-common project. |