Class Summary |
AbstractConfiguration |
This is an abstract Configuration implementation that deals
with methods that can be abstracted away from underlying implementations.
|
AbstractLoggable |
Utility class to allow construction of easy components that will perform logging.
|
AvalonFormatter |
This formatter extends ExtendedPatternFormatter so that
CascadingExceptions are formatted with all nested exceptions.
|
CommonsLogger |
An Avalon Logger implementation backed by a {@plaintext Log logger}
of commons lLogging.
|
ConfigurationUtil |
This class has a bunch of utility methods to work
with configuration objects.
|
ConsoleLogger |
Logger sending everything to the standard output streams.
|
ContainerUtil |
Utility class that makes it easier to transfer
a component throught it's lifecycle stages.
|
DefaultComponentManager |
This class is a static implementation of a ComponentManager. |
DefaultComponentSelector |
This is the default implementation of the ComponentSelector.
|
DefaultConfiguration |
This is the default Configuration implementation.
|
DefaultConfigurationBuilder |
A DefaultConfigurationBuilder builds Configuration s from XML,
via a SAX2 compliant parser.
|
DefaultConfigurationSerializer |
A ConfigurationSerializer serializes configurations via SAX2 compliant parser.
|
DefaultContext |
Default implementation of Context.
|
DefaultContext.Hidden | |
DefaultImmutableConfiguration |
An immutable implementation of the Configuration interface.
|
DefaultServiceManager |
This class is a static implementation of a ServiceManager . |
DefaultServiceSelector |
This is the default implementation of the ServiceSelector
|
ExceptionUtil |
This class provides basic facilities for manipulating exceptions.
|
Jdk14Logger |
The default JDK 1.4 wrapper class for Logger. |
Log4JLogger |
The default Log4J wrapper class for Logger.
|
LoggerAwareOutputStream |
Logger aware output stream, characters written to this OutputStream
are buffered until a newline character is encountered, or a flush() is called.
|
LogKit2AvalonLoggerAdapter |
A basic adapter that adapts an Avalon Logger to a Logkit Logger.
|
LogKitLogger |
The default LogKit wrapper class for Logger.
|
MutableConfiguration |
A read/write extension of the Configuration interface.
|
NamespacedSAXConfigurationHandler |
A SAXConfigurationHandler helps build Configurations out of sax events,
including namespace information.
|
NullLogger |
The Null Logger class. |
SAXConfigurationHandler |
A SAXConfigurationHandler helps build Configurations out of sax events.
|
WrapperComponentManager |
This is a ComponentManager implementation that can wrap around a
ServiceManager object effectively adapting a ServiceManager
interface to a ComponentManager interface.
|
WrapperComponentSelector |
This is a ServiceSelector implementation that can wrap around a legacy
ComponentSelector object effectively adapting a ComponentSelector
interface to a ServiceSelector interface.
|
WrapperServiceManager |
This is a ServiceManager implementation that can wrap around a legacy
ComponentManager object effectively adapting a ComponentManager
interface to a ServiceManager interface.
|
WrapperServiceSelector |
This is a ServiceSelector implementation that can wrap around a legacy
ComponentSelector object effectively adapting a ComponentSelector
interface to a ServiceSelector interface.
|