Index

A B C D E F G H I J L M N O P R S T V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

AbstractConfiguration - Class in org.apache.avalon.framework.configuration
This is an abstract Configuration implementation that deals with methods that can be abstracted away from underlying implementations.
AbstractConfiguration() - Constructor for class org.apache.avalon.framework.configuration.AbstractConfiguration
 
AbstractLogEnabled - Class in org.apache.avalon.framework.logger
Utility class to allow easy construction of components that will perform logging.
AbstractLogEnabled() - Constructor for class org.apache.avalon.framework.logger.AbstractLogEnabled
 
AbstractLoggable - Class in org.apache.avalon.framework.logger
Deprecated.
Use AbstractLogEnabled instead.
AbstractLoggable() - Constructor for class org.apache.avalon.framework.logger.AbstractLoggable
Deprecated.
 
addAll(Configuration) - Method in class org.apache.avalon.framework.configuration.DefaultConfiguration
Add all the attributes, children and value from specified configuration element to current configuration element.
addAll(Configuration) - Method in interface org.apache.avalon.framework.configuration.MutableConfiguration
Add all the attributes, children and value from specified configuration element to current configuration element.
addAllAttributes(Configuration) - Method in class org.apache.avalon.framework.configuration.DefaultConfiguration
Add all attributes from specified configuration element to current configuration element.
addAllAttributes(Configuration) - Method in interface org.apache.avalon.framework.configuration.MutableConfiguration
Add all attributes from specified configuration element to current configuration element.
addAllChildren(Configuration) - Method in class org.apache.avalon.framework.configuration.DefaultConfiguration
Add all child Configuration objects from specified configuration element to current configuration element.
addAllChildren(Configuration) - Method in interface org.apache.avalon.framework.configuration.MutableConfiguration
Add all child Configuration objects from specified configuration element to current configuration element.
addAttribute(String, String) - Method in class org.apache.avalon.framework.configuration.DefaultConfiguration
Deprecated.
Use setAttribute() instead
addChild(Configuration) - Method in class org.apache.avalon.framework.configuration.DefaultConfiguration
Add a child Configuration to this configuration element.
addChild(Configuration) - Method in interface org.apache.avalon.framework.configuration.MutableConfiguration
Add a child Configuration to this configuration element.
appendValueData(String) - Method in class org.apache.avalon.framework.configuration.DefaultConfiguration
Deprecated.
Use setValue() instead
AvalonFormatter - Class in org.apache.avalon.framework.logger
This formatter extends ExtendedPatternFormatter so that CascadingExceptions are formatted with all nested exceptions.
AvalonFormatter(String) - Constructor for class org.apache.avalon.framework.logger.AvalonFormatter
Construct the formatter with the specified pattern and which which prints out exceptions to stackDepth of 8.
AvalonFormatter(String, int, boolean) - Constructor for class org.apache.avalon.framework.logger.AvalonFormatter
Construct the formatter with the specified pattern and which which prints out exceptions to stackDepth specified.

B

build(InputStream) - Method in class org.apache.avalon.framework.configuration.DefaultConfigurationBuilder
Build a configuration object using an InputStream.
build(InputStream, String) - Method in class org.apache.avalon.framework.configuration.DefaultConfigurationBuilder
Build a configuration object using an InputStream; supplying a systemId to make messages about all kinds of errors more meaningfull.
build(String) - Method in class org.apache.avalon.framework.configuration.DefaultConfigurationBuilder
Build a configuration object using an URI
build(InputSource) - Method in class org.apache.avalon.framework.configuration.DefaultConfigurationBuilder
Build a configuration object using an XML InputSource object
buildFromFile(File) - Method in class org.apache.avalon.framework.configuration.DefaultConfigurationBuilder
Build a configuration object from a file using a File object.
buildFromFile(String) - Method in class org.apache.avalon.framework.configuration.DefaultConfigurationBuilder
Build a configuration object from a file using a filename.

C

captureStackTrace(Throwable) - Static method in class org.apache.avalon.framework.ExceptionUtil
Captures the stack trace associated with this exception.
CascadingError - Error in org.apache.avalon.framework
Class from which all exceptions should inherit.
CascadingError(String, Throwable) - Constructor for error org.apache.avalon.framework.CascadingError
Construct a new CascadingError instance.
CascadingException - Exception in org.apache.avalon.framework
Class from which all exceptions should inherit.
CascadingException(String) - Constructor for exception org.apache.avalon.framework.CascadingException
Construct a new CascadingException instance.
CascadingException(String, Throwable) - Constructor for exception org.apache.avalon.framework.CascadingException
Construct a new CascadingException instance.
CascadingRuntimeException - Exception in org.apache.avalon.framework
Class from which all exceptions should inherit.
CascadingRuntimeException(String, Throwable) - Constructor for exception org.apache.avalon.framework.CascadingRuntimeException
Construct a new CascadingRuntimeException instance.
CascadingThrowable - Interface in org.apache.avalon.framework
Interface which all cascadign throwables should implement.
characters(char[], int, int) - Method in class org.apache.avalon.framework.configuration.NamespacedSAXConfigurationHandler
Handling hook for character data.
characters(char[], int, int) - Method in class org.apache.avalon.framework.configuration.SAXConfigurationHandler
Handling hook for character data.
checkWriteable() - Method in class org.apache.avalon.framework.component.DefaultComponentManager
Check if this component m_manager is writeable.
checkWriteable() - Method in class org.apache.avalon.framework.component.DefaultComponentSelector
Check if this component m_manager is writeable.
checkWriteable() - Method in class org.apache.avalon.framework.configuration.DefaultConfiguration
heck if this configuration is writeable.
checkWriteable() - Method in class org.apache.avalon.framework.context.DefaultContext
Utility method to check if context is writeable and if not throw exception.
checkWriteable() - Method in class org.apache.avalon.framework.parameters.Parameters
Checks is this Parameters object is writeable.
checkWriteable() - Method in class org.apache.avalon.framework.service.DefaultServiceManager
Checks if this ServiceManager is writeable.
checkWriteable() - Method in class org.apache.avalon.framework.service.DefaultServiceSelector
Checks if this service selector is writeable.
clear() - Method in class org.apache.avalon.framework.configuration.NamespacedSAXConfigurationHandler
Clears all data from this configuration handler.
clear() - Method in class org.apache.avalon.framework.configuration.SAXConfigurationHandler
Clears all data from this configuration handler.
compareTo(Object) - Method in class org.apache.avalon.framework.Version
Compare two versions together according to the Comparable interface.
complies(Version) - Method in class org.apache.avalon.framework.Version
Check this Version against another for compliancy (compatibility).
Component - Interface in org.apache.avalon.framework.component
This interface identifies classes that can be used as Components by a Composable.
ComponentException - Exception in org.apache.avalon.framework.component
The exception thrown to indicate a problem with Components.
ComponentException(String) - Constructor for exception org.apache.avalon.framework.component.ComponentException
Deprecated.
use the String, String version to record the role
ComponentException(String, String) - Constructor for exception org.apache.avalon.framework.component.ComponentException
Construct a new ComponentException instance.
ComponentException(String, String, Throwable) - Constructor for exception org.apache.avalon.framework.component.ComponentException
Construct a new ComponentException instance.
ComponentException(String, Throwable) - Constructor for exception org.apache.avalon.framework.component.ComponentException
Deprecated.
use the String, String, Throwable version to record the role
ComponentManager - Interface in org.apache.avalon.framework.component
A ComponentManager selects Components based on a role.
ComponentSelector - Interface in org.apache.avalon.framework.component
A ComponentSelector selects Components based on a hint.
Composable - Interface in org.apache.avalon.framework.component
A Composable class is one that needs to connect to software components using a "role" abstraction, thus not depending on particular implementations but on behavioral interfaces.
compose(Object, ComponentManager) - Static method in class org.apache.avalon.framework.container.ContainerUtil
Deprecated.
compose() is no longer the preferred method via which components will be supplied with Components. Please Use service() from Composable instead.
compose(ComponentManager) - Method in interface org.apache.avalon.framework.component.Composable
Pass the ComponentManager to the composer.
Configurable - Interface in org.apache.avalon.framework.configuration
This interface should be implemented by classes that need to be configured with custom parameters before initialization.
Configuration - Interface in org.apache.avalon.framework.configuration
Configuration is a interface encapsulating a configuration node used to retrieve configuration values.
ConfigurationException - Exception in org.apache.avalon.framework.configuration
Thrown when a Configurable component cannot be configured properly, or if a value cannot be retrieved properly.
ConfigurationException(String) - Constructor for exception org.apache.avalon.framework.configuration.ConfigurationException
Construct a new ConfigurationException instance.
ConfigurationException(String, Throwable) - Constructor for exception org.apache.avalon.framework.configuration.ConfigurationException
Construct a new ConfigurationException instance.
ConfigurationException(String, Configuration) - Constructor for exception org.apache.avalon.framework.configuration.ConfigurationException
Construct a new ConfigurationException instance.
ConfigurationException(String, Configuration, Throwable) - Constructor for exception org.apache.avalon.framework.configuration.ConfigurationException
Construct a new ConfigurationException instance.
ConfigurationException(Configuration) - Constructor for exception org.apache.avalon.framework.configuration.ConfigurationException
Construct a new ConfigurationException instance.
ConfigurationUtil - Class in org.apache.avalon.framework.configuration
This class has a bunch of utility methods to work with configuration objects.
configure(Object, Configuration) - Static method in class org.apache.avalon.framework.container.ContainerUtil
Configure specified object if it implements the Configurable interface.
configure(Configuration) - Method in interface org.apache.avalon.framework.configuration.Configurable
Pass the Configuration to the Configurable class.
ConsoleLogger - Class in org.apache.avalon.framework.logger
Logger sending everything to the standard output streams.
ConsoleLogger() - Constructor for class org.apache.avalon.framework.logger.ConsoleLogger
Creates a new ConsoleLogger with the priority set to DEBUG.
ConsoleLogger(int) - Constructor for class org.apache.avalon.framework.logger.ConsoleLogger
Creates a new ConsoleLogger.
ContainerUtil - Class in org.apache.avalon.framework.container
Utility class that makes it easier to transfer a component throught it's lifecycle stages.
Context - Interface in org.apache.avalon.framework.context
The context is the interface through which the component and its container communicate.
ContextException - Exception in org.apache.avalon.framework.context
Exception signalling a badly formed Context.
ContextException(String) - Constructor for exception org.apache.avalon.framework.context.ContextException
Construct a new ContextException instance.
ContextException(String, Throwable) - Constructor for exception org.apache.avalon.framework.context.ContextException
Construct a new ContextException instance.
Contextualizable - Interface in org.apache.avalon.framework.context
This inteface should be implemented by components that need a Context to work.
contextualize(Object, Context) - Static method in class org.apache.avalon.framework.container.ContainerUtil
Supply specified object with a Context object if it implements the Contextualizable interface.
contextualize(Context) - Method in interface org.apache.avalon.framework.context.Contextualizable
Pass the Context to the component.
createConfiguration(String, String) - Method in class org.apache.avalon.framework.configuration.SAXConfigurationHandler
Create a new DefaultConfiguration with the specified local name and location.
createConfiguration(String, String, String) - Method in class org.apache.avalon.framework.configuration.NamespacedSAXConfigurationHandler
Create a new DefaultConfiguration with the specified local name, namespace, and location.
createContentHandler(Result) - Method in class org.apache.avalon.framework.configuration.DefaultConfigurationSerializer
Create a ContentHandler for an OutputStream
createLogger(Logger) - Static method in class org.apache.avalon.framework.logger.LogKit2AvalonLoggerAdapter
Create a Logkit Logger instance that redirects to an Avalon Logger instance.

D

debug(String) - Method in class org.apache.avalon.framework.logger.ConsoleLogger
Logs a debugging message.
debug(String) - Method in class org.apache.avalon.framework.logger.Jdk14Logger
Log a debug message.
debug(String) - Method in class org.apache.avalon.framework.logger.Log4JLogger
Log a debug message.
debug(String) - Method in interface org.apache.avalon.framework.logger.Logger
Log a debug message.
debug(String) - Method in class org.apache.avalon.framework.logger.LogKitLogger
Log a debug message.
debug(String) - Method in class org.apache.avalon.framework.logger.NullLogger
No-op.
debug(String, Throwable) - Method in class org.apache.avalon.framework.logger.ConsoleLogger
Logs a debugging message and an exception.
debug(String, Throwable) - Method in class org.apache.avalon.framework.logger.Jdk14Logger
Log a debug message.
debug(String, Throwable) - Method in class org.apache.avalon.framework.logger.Log4JLogger
Log a debug message.
debug(String, Throwable) - Method in interface org.apache.avalon.framework.logger.Logger
Log a debug message.
debug(String, Throwable) - Method in class org.apache.avalon.framework.logger.LogKitLogger
Log a debug message.
debug(String, Throwable) - Method in class org.apache.avalon.framework.logger.NullLogger
No-op.
DEFAULT_PRINT_CASCADING - Static variable in class org.apache.avalon.framework.logger.AvalonFormatter
The constant defining the default behaviour for printing nested exceptions.
DEFAULT_STACK_DEPTH - Static variable in class org.apache.avalon.framework.logger.AvalonFormatter
The constant defining the default stack depth when none other is specified.
DefaultComponentManager - Class in org.apache.avalon.framework.component
This class is a static implementation of a ComponentManager.
DefaultComponentManager() - Constructor for class org.apache.avalon.framework.component.DefaultComponentManager
Construct ComponentManager with no parent.
DefaultComponentManager(ComponentManager) - Constructor for class org.apache.avalon.framework.component.DefaultComponentManager
Construct ComponentManager with specified parent.
DefaultComponentSelector - Class in org.apache.avalon.framework.component
This is the default implementation of the ComponentSelector.
DefaultComponentSelector() - Constructor for class org.apache.avalon.framework.component.DefaultComponentSelector
 
DefaultConfiguration - Class in org.apache.avalon.framework.configuration
This is the default Configuration implementation.
DefaultConfiguration(String) - Constructor for class org.apache.avalon.framework.configuration.DefaultConfiguration
Create a new DefaultConfiguration instance.
DefaultConfiguration(String, String) - Constructor for class org.apache.avalon.framework.configuration.DefaultConfiguration
Create a new DefaultConfiguration instance.
DefaultConfiguration(String, String, String, String) - Constructor for class org.apache.avalon.framework.configuration.DefaultConfiguration
Create a new DefaultConfiguration instance.
DefaultConfiguration(Configuration) - Constructor for class org.apache.avalon.framework.configuration.DefaultConfiguration
Shallow copy constructor, suitable for craeting a writable clone of a read-only configuration.
DefaultConfigurationBuilder - Class in org.apache.avalon.framework.configuration
A DefaultConfigurationBuilder builds Configurations from XML, via a SAX2 compliant parser.
DefaultConfigurationBuilder() - Constructor for class org.apache.avalon.framework.configuration.DefaultConfigurationBuilder
Create a Configuration Builder with a default XMLReader that ignores namespaces.
DefaultConfigurationBuilder(boolean) - Constructor for class org.apache.avalon.framework.configuration.DefaultConfigurationBuilder
Create a Configuration Builder, specifying a flag that determines namespace support.
DefaultConfigurationBuilder(XMLReader) - Constructor for class org.apache.avalon.framework.configuration.DefaultConfigurationBuilder
Create a Configuration Builder with your own XMLReader.
DefaultConfigurationSerializer - Class in org.apache.avalon.framework.configuration
A ConfigurationSerializer serializes configurations via SAX2 compliant parser.
DefaultConfigurationSerializer() - Constructor for class org.apache.avalon.framework.configuration.DefaultConfigurationSerializer
 
DefaultContext - Class in org.apache.avalon.framework.context
Default implementation of Context.
DefaultContext() - Constructor for class org.apache.avalon.framework.context.DefaultContext
Create a Context with no parent.
DefaultContext(Map) - Constructor for class org.apache.avalon.framework.context.DefaultContext
Create a Context with specified data.
DefaultContext(Map, Context) - Constructor for class org.apache.avalon.framework.context.DefaultContext
Create a Context with specified data and parent.
DefaultContext(Context) - Constructor for class org.apache.avalon.framework.context.DefaultContext
Create a Context with specified parent.
DefaultImmutableConfiguration - Class in org.apache.avalon.framework.configuration
An immutable implementation of the Configuration interface.
DefaultImmutableConfiguration(Configuration) - Constructor for class org.apache.avalon.framework.configuration.DefaultImmutableConfiguration
Deep copy constructor.
DefaultServiceManager - Class in org.apache.avalon.framework.service
This class is a static implementation of a ServiceManager.
DefaultServiceManager() - Constructor for class org.apache.avalon.framework.service.DefaultServiceManager
Construct ServiceManager with no parent.
DefaultServiceManager(ServiceManager) - Constructor for class org.apache.avalon.framework.service.DefaultServiceManager
Construct ServiceManager with specified parent.
DefaultServiceSelector - Class in org.apache.avalon.framework.service
This is the default implementation of the ServiceSelector
DefaultServiceSelector() - Constructor for class org.apache.avalon.framework.service.DefaultServiceSelector
Create a DefaultServiceSelector with a default empty role.
DefaultServiceSelector(String) - Constructor for class org.apache.avalon.framework.service.DefaultServiceSelector
Create a DefaultServiceSelector with a role for debug purposes.
Disposable - Interface in org.apache.avalon.framework.activity
The Disposable interface is used when components need to deallocate and dispose resources prior to their destruction.
dispose() - Method in interface org.apache.avalon.framework.activity.Disposable
The dispose operation is called at the end of a components lifecycle.
dispose(Object) - Static method in class org.apache.avalon.framework.container.ContainerUtil
Dispose specified object if it implements the Disposable interface.

E

EMPTY_ARRAY - Static variable in class org.apache.avalon.framework.configuration.DefaultConfiguration
An empty (length zero) array of configuration objects.
EMPTY_ARRAY - Static variable in class org.apache.avalon.framework.configuration.DefaultImmutableConfiguration
An empty (length zero) array of configuration objects.
EMPTY_PARAMETERS - Static variable in class org.apache.avalon.framework.parameters.Parameters
Empty Parameters object
enableLogging(Object, Logger) - Static method in class org.apache.avalon.framework.container.ContainerUtil
Supply specified object with Logger if it implements the LogEnabled interface.
enableLogging(Logger) - Method in class org.apache.avalon.framework.logger.AbstractLogEnabled
Set the components logger.
enableLogging(Logger) - Method in interface org.apache.avalon.framework.logger.LogEnabled
Provide component with a logger.
endDocument() - Method in class org.apache.avalon.framework.configuration.NamespacedSAXConfigurationHandler
Handling hook for ending the document parsing.
endElement(String, String, String) - Method in class org.apache.avalon.framework.configuration.NamespacedSAXConfigurationHandler
Handling hook for finishing parsing of an element.
endElement(String, String, String) - Method in class org.apache.avalon.framework.configuration.SAXConfigurationHandler
Handling hook for finishing parsing of an element.
Enum - Class in org.apache.avalon.framework
Basic enum class for type-safe enums.
Enum(String) - Constructor for class org.apache.avalon.framework.Enum
Constructor to add a new named item.
Enum(String, Map) - Constructor for class org.apache.avalon.framework.Enum
Constructor to add a new named item.
equals(Object) - Method in class org.apache.avalon.framework.configuration.DefaultConfiguration
Compare if this configuration is equal to another.
equals(Object) - Method in class org.apache.avalon.framework.configuration.DefaultImmutableConfiguration
Compare if this configuration is equal to another.
equals(Object) - Method in class org.apache.avalon.framework.Enum
Tests for equality.
equals(Object) - Method in class org.apache.avalon.framework.Version
Indicates whether some other object is "equal to" this Version.
equals(Configuration, Configuration) - Static method in class org.apache.avalon.framework.configuration.ConfigurationUtil
Test to see if two Configuration's can be considered the same.
equals(Version) - Method in class org.apache.avalon.framework.Version
Check this Version against another for equality.
error(String) - Method in class org.apache.avalon.framework.logger.ConsoleLogger
Logs an error message.
error(String) - Method in class org.apache.avalon.framework.logger.Jdk14Logger
Log a error message.
error(String) - Method in class org.apache.avalon.framework.logger.Log4JLogger
Log a error message.
error(String) - Method in interface org.apache.avalon.framework.logger.Logger
Log a error message.
error(String) - Method in class org.apache.avalon.framework.logger.LogKitLogger
Log a error message.
error(String) - Method in class org.apache.avalon.framework.logger.NullLogger
No-op.
error(String, Throwable) - Method in class org.apache.avalon.framework.logger.ConsoleLogger
Logs an error message and an exception.
error(String, Throwable) - Method in class org.apache.avalon.framework.logger.Jdk14Logger
Log a error message.
error(String, Throwable) - Method in class org.apache.avalon.framework.logger.Log4JLogger
Log a error message.
error(String, Throwable) - Method in interface org.apache.avalon.framework.logger.Logger
Log a error message.
error(String, Throwable) - Method in class org.apache.avalon.framework.logger.LogKitLogger
Log a error message.
error(String, Throwable) - Method in class org.apache.avalon.framework.logger.NullLogger
No-op.
error(SAXParseException) - Method in class org.apache.avalon.framework.configuration.NamespacedSAXConfigurationHandler
This just throws an exception on a parse error.
error(SAXParseException) - Method in class org.apache.avalon.framework.configuration.SAXConfigurationHandler
This just throws an exception on a parse error.
ExceptionUtil - Class in org.apache.avalon.framework
This class provides basic facilities for manipulating exceptions.
Executable - Interface in org.apache.avalon.framework.activity
The Executable can be implemented by components that need to perform some work.
execute() - Method in interface org.apache.avalon.framework.activity.Executable
Execute the action associated with this component.
execute(Object) - Static method in class org.apache.avalon.framework.container.ContainerUtil
Execute the specified object if it implements the Executable interface.

F

fatalError(String) - Method in class org.apache.avalon.framework.logger.ConsoleLogger
Logs a fatal error message.
fatalError(String) - Method in class org.apache.avalon.framework.logger.Jdk14Logger
Log a fatalError message.
fatalError(String) - Method in class org.apache.avalon.framework.logger.Log4JLogger
Log a fatalError message.
fatalError(String) - Method in interface org.apache.avalon.framework.logger.Logger
Log a fatalError message.
fatalError(String) - Method in class org.apache.avalon.framework.logger.LogKitLogger
Log a fatalError message.
fatalError(String) - Method in class org.apache.avalon.framework.logger.NullLogger
No-op.
fatalError(String, Throwable) - Method in class org.apache.avalon.framework.logger.ConsoleLogger
Logs a fatal error message and an exception.
fatalError(String, Throwable) - Method in class org.apache.avalon.framework.logger.Jdk14Logger
Log a fatalError message.
fatalError(String, Throwable) - Method in class org.apache.avalon.framework.logger.Log4JLogger
Log a fatalError message.
fatalError(String, Throwable) - Method in interface org.apache.avalon.framework.logger.Logger
Log a fatalError message.
fatalError(String, Throwable) - Method in class org.apache.avalon.framework.logger.LogKitLogger
Log a fatalError message.
fatalError(String, Throwable) - Method in class org.apache.avalon.framework.logger.NullLogger
No-op.
fatalError(SAXParseException) - Method in class org.apache.avalon.framework.configuration.NamespacedSAXConfigurationHandler
This just throws an exception on a parse error.
fatalError(SAXParseException) - Method in class org.apache.avalon.framework.configuration.SAXConfigurationHandler
This just throws an exception on a parse error.
formatPatternRun(LogEvent, PatternFormatter.PatternRun) - Method in class org.apache.avalon.framework.logger.AvalonFormatter
Return the result of formaltting a pattern run.
fromConfiguration(Configuration) - Static method in class org.apache.avalon.framework.parameters.Parameters
Create a Parameters object from a Configuration object.
fromConfiguration(Configuration, String) - Static method in class org.apache.avalon.framework.parameters.Parameters
Create a Parameters object from a Configuration object using the supplied element name.
fromProperties(Properties) - Static method in class org.apache.avalon.framework.parameters.Parameters
Create a Parameters object from a Properties object.

G

get(Object) - Method in interface org.apache.avalon.framework.context.Context
Retrieve an object from Context.
get(Object) - Method in class org.apache.avalon.framework.context.DefaultContext
Retrieve an item from the Context.
getAttribute(String) - Method in interface org.apache.avalon.framework.configuration.Configuration
Return the value of specified attribute.
getAttribute(String) - Method in class org.apache.avalon.framework.configuration.DefaultConfiguration
Returns the value of the attribute specified by its name as a String.
getAttribute(String) - Method in class org.apache.avalon.framework.configuration.DefaultImmutableConfiguration
Returns the value of the attribute specified by its name as a String.
getAttribute(String, String) - Method in class org.apache.avalon.framework.configuration.AbstractConfiguration
Returns the value of the attribute specified by its name as a String.
getAttribute(String, String) - Method in interface org.apache.avalon.framework.configuration.Configuration
Returns the value of the attribute specified by its name as a String, or the default value if no attribute by that name exists or is empty.
getAttributeAsBoolean(String) - Method in class org.apache.avalon.framework.configuration.AbstractConfiguration
Returns the value of the attribute specified by its name as a boolean.
getAttributeAsBoolean(String) - Method in interface org.apache.avalon.framework.configuration.Configuration
Return the boolean value of the specified parameter contained in this node.
getAttributeAsBoolean(String, boolean) - Method in class org.apache.avalon.framework.configuration.AbstractConfiguration
Returns the value of the attribute specified by its name as a boolean.
getAttributeAsBoolean(String, boolean) - Method in interface org.apache.avalon.framework.configuration.Configuration
Returns the value of the attribute specified by its name as a boolean, or the default value if no attribute by that name exists or is empty.
getAttributeAsFloat(String) - Method in class org.apache.avalon.framework.configuration.AbstractConfiguration
Returns the value of the attribute specified by its name as a float.
getAttributeAsFloat(String) - Method in interface org.apache.avalon.framework.configuration.Configuration
Return the float value of the specified parameter contained in this node.
getAttributeAsFloat(String, float) - Method in class org.apache.avalon.framework.configuration.AbstractConfiguration
Returns the value of the attribute specified by its name as a float.
getAttributeAsFloat(String, float) - Method in interface org.apache.avalon.framework.configuration.Configuration
Returns the value of the attribute specified by its name as a float, or the default value if no attribute by that name exists or is empty.
getAttributeAsInteger(String) - Method in class org.apache.avalon.framework.configuration.AbstractConfiguration
Returns the value of the attribute specified by its name as an int.
getAttributeAsInteger(String) - Method in interface org.apache.avalon.framework.configuration.Configuration
Return the int value of the specified attribute contained in this node.
getAttributeAsInteger(String, int) - Method in class org.apache.avalon.framework.configuration.AbstractConfiguration
Returns the value of the attribute specified by its name as an int.
getAttributeAsInteger(String, int) - Method in interface org.apache.avalon.framework.configuration.Configuration
Returns the value of the attribute specified by its name as a int, or the default value if no attribute by that name exists or is empty.
getAttributeAsLong(String) - Method in class org.apache.avalon.framework.configuration.AbstractConfiguration
Returns the value of the attribute specified by its name as a long.
getAttributeAsLong(String) - Method in interface org.apache.avalon.framework.configuration.Configuration
Returns the value of the attribute specified by its name as a long.
getAttributeAsLong(String, long) - Method in class org.apache.avalon.framework.configuration.AbstractConfiguration
Returns the value of the attribute specified by its name as a long.
getAttributeAsLong(String, long) - Method in interface org.apache.avalon.framework.configuration.Configuration
Returns the value of the attribute specified by its name as a long, or the default value if no attribute by that name exists or is empty.
getAttributeNames() - Method in interface org.apache.avalon.framework.configuration.Configuration
Return an array of all attribute names.
getAttributeNames() - Method in class org.apache.avalon.framework.configuration.DefaultConfiguration
Return an array of all attribute names.
getAttributeNames() - Method in class org.apache.avalon.framework.configuration.DefaultImmutableConfiguration
Return an array of all attribute names.
getCause() - Method in error org.apache.avalon.framework.CascadingError
Retrieve root cause of the exception.
getCause() - Method in exception org.apache.avalon.framework.CascadingException
Retrieve root cause of the exception.
getCause() - Method in exception org.apache.avalon.framework.CascadingRuntimeException
Retrieve root cause of the exception.
getCause() - Method in interface org.apache.avalon.framework.CascadingThrowable
Returns the root cause of this Throwable.
getCause(Throwable, boolean) - Static method in class org.apache.avalon.framework.ExceptionUtil
Utility method to get cause of exception.
getChild(String) - Method in class org.apache.avalon.framework.configuration.AbstractConfiguration
Return the first Configuration object child of this associated with the given name.
getChild(String) - Method in interface org.apache.avalon.framework.configuration.Configuration
Return a new Configuration instance encapsulating the specified child node.
getChild(String, boolean) - Method in class org.apache.avalon.framework.configuration.AbstractConfiguration
Return the first Configuration object child of this associated with the given name.
getChild(String, boolean) - Method in interface org.apache.avalon.framework.configuration.Configuration
Return a Configuration instance encapsulating the specified child node.
getChild(String, boolean) - Method in class org.apache.avalon.framework.configuration.DefaultConfiguration
Return the first Configuration object child of this associated with the given name.
getChild(String, boolean) - Method in class org.apache.avalon.framework.configuration.DefaultImmutableConfiguration
Return the first Configuration object child of this associated with the given name.
getChildCount() - Method in class org.apache.avalon.framework.configuration.DefaultConfiguration
Return count of children.
getChildCount() - Method in class org.apache.avalon.framework.configuration.DefaultImmutableConfiguration
Return count of children.
getChildLogger(String) - Method in class org.apache.avalon.framework.logger.ConsoleLogger
Just returns this logger (ConsoleLogger is not hierarchical).
getChildLogger(String) - Method in class org.apache.avalon.framework.logger.Jdk14Logger
Create a new child logger.
getChildLogger(String) - Method in class org.apache.avalon.framework.logger.Log4JLogger
Create a new child logger.
getChildLogger(String) - Method in interface org.apache.avalon.framework.logger.Logger
Create a new child logger.
getChildLogger(String) - Method in class org.apache.avalon.framework.logger.LogKitLogger
Create a new child logger.
getChildLogger(String) - Method in class org.apache.avalon.framework.logger.NullLogger
Returns this NullLogger.
getChildren() - Method in interface org.apache.avalon.framework.configuration.Configuration
Return an Array of Configuration elements containing all node children.
getChildren() - Method in class org.apache.avalon.framework.configuration.DefaultConfiguration
Return an array of Configuration elements containing all node children.
getChildren() - Method in class org.apache.avalon.framework.configuration.DefaultImmutableConfiguration
Return an array of Configuration elements containing all node children.
getChildren(String) - Method in interface org.apache.avalon.framework.configuration.Configuration
Return an Array of Configuration elements containing all node children with the specified name.
getChildren(String) - Method in class org.apache.avalon.framework.configuration.DefaultConfiguration
Return an array of Configuration objects children of this associated with the given name.
getChildren(String) - Method in class org.apache.avalon.framework.configuration.DefaultImmutableConfiguration
Return an array of Configuration objects children of this associated with the given name.
getComponentMap() - Method in class org.apache.avalon.framework.component.DefaultComponentManager
Helper method for subclasses to retrieve component map.
getComponentMap() - Method in class org.apache.avalon.framework.component.DefaultComponentSelector
Helper method for subclasses to retrieve component map.
getConfiguration() - Method in class org.apache.avalon.framework.configuration.NamespacedSAXConfigurationHandler
Get the configuration object that was built.
getConfiguration() - Method in class org.apache.avalon.framework.configuration.SAXConfigurationHandler
Get the configuration object that was built.
getContextData() - Method in class org.apache.avalon.framework.context.DefaultContext
Utility method to retrieve context data.
getHandler() - Method in class org.apache.avalon.framework.configuration.DefaultConfigurationBuilder
Get a SAXConfigurationHandler for your configuration reading.
getKey() - Method in exception org.apache.avalon.framework.component.ComponentException
Get the key which let to the exception.
getKey() - Method in exception org.apache.avalon.framework.service.ServiceException
Return the key that caused the exception.
getLocation() - Method in interface org.apache.avalon.framework.configuration.Configuration
Return a string describing location of Configuration.
getLocation() - Method in class org.apache.avalon.framework.configuration.DefaultConfiguration
Returns a description of location of element.
getLocation() - Method in class org.apache.avalon.framework.configuration.DefaultImmutableConfiguration
Returns a description of location of element.
getLocationString() - Method in class org.apache.avalon.framework.configuration.NamespacedSAXConfigurationHandler
Returns a string showing the current system ID, line number and column number.
getLocationString() - Method in class org.apache.avalon.framework.configuration.SAXConfigurationHandler
Returns a string showing the current system ID, line number and column number.
getLogger() - Method in class org.apache.avalon.framework.logger.AbstractLogEnabled
Helper method to allow sub-classes to aquire logger.
getLogger() - Method in class org.apache.avalon.framework.logger.AbstractLoggable
Deprecated.
Helper method to allow sub-classes to aquire logger.
getMajor() - Method in class org.apache.avalon.framework.Version
Retrieve major component of version.
getMessage() - Method in exception org.apache.avalon.framework.component.ComponentException
Return a message describing the exception.
getMessage() - Method in exception org.apache.avalon.framework.configuration.ConfigurationException
 
getMessage() - Method in exception org.apache.avalon.framework.service.ServiceException
Override super's message to add role if applicable.
getMicro() - Method in class org.apache.avalon.framework.Version
Retrieve micro component of version.
getMinor() - Method in class org.apache.avalon.framework.Version
Retrieve minor component of version.
getMutableChild(String) - Method in class org.apache.avalon.framework.configuration.DefaultConfiguration
 
getMutableChild(String) - Method in interface org.apache.avalon.framework.configuration.MutableConfiguration
Equivalent to getMutableChild( name, true )
getMutableChild(String, boolean) - Method in class org.apache.avalon.framework.configuration.DefaultConfiguration
 
getMutableChild(String, boolean) - Method in interface org.apache.avalon.framework.configuration.MutableConfiguration
Gets a child node of this configuration.
getMutableChildren() - Method in class org.apache.avalon.framework.configuration.DefaultConfiguration
 
getMutableChildren() - Method in interface org.apache.avalon.framework.configuration.MutableConfiguration
Returns an array of mutable children.
getMutableChildren(String) - Method in class org.apache.avalon.framework.configuration.DefaultConfiguration
 
getMutableChildren(String) - Method in interface org.apache.avalon.framework.configuration.MutableConfiguration
Returns an array of mutable children with the given name.
getName() - Method in interface org.apache.avalon.framework.configuration.Configuration
Return the name of the node.
getName() - Method in class org.apache.avalon.framework.configuration.DefaultConfiguration
Returns the name of this configuration element.
getName() - Method in class org.apache.avalon.framework.configuration.DefaultImmutableConfiguration
Returns the name of this configuration element.
getName() - Method in class org.apache.avalon.framework.Enum
Retrieve the name of this Enum item, set in the constructor.
getNames() - Method in class org.apache.avalon.framework.parameters.Parameters
Retrieve an array of all parameter names.
getNamespace() - Method in interface org.apache.avalon.framework.configuration.Configuration
Returns a string indicating which namespace this Configuration node belongs to.
getNamespace() - Method in class org.apache.avalon.framework.configuration.DefaultConfiguration
Returns the namespace of this configuration element
getNamespace() - Method in class org.apache.avalon.framework.configuration.DefaultImmutableConfiguration
Returns the namespace of this configuration element
getObjectMap() - Method in class org.apache.avalon.framework.service.DefaultServiceManager
Helper method for subclasses to retrieve object map.
getObjectMap() - Method in class org.apache.avalon.framework.service.DefaultServiceSelector
Helper method for subclasses to retrieve object map.
getOffendingConfiguration() - Method in exception org.apache.avalon.framework.configuration.ConfigurationException
 
getParameter(String) - Method in class org.apache.avalon.framework.parameters.Parameters
Retrieve the String value of the specified parameter.
getParameter(String, String) - Method in class org.apache.avalon.framework.parameters.Parameters
Retrieve the String value of the specified parameter.
getParameterAsBoolean(String) - Method in class org.apache.avalon.framework.parameters.Parameters
Retrieve the boolean value of the specified parameter.
getParameterAsBoolean(String, boolean) - Method in class org.apache.avalon.framework.parameters.Parameters
Retrieve the boolean value of the specified parameter.
getParameterAsFloat(String) - Method in class org.apache.avalon.framework.parameters.Parameters
Retrieve the float value of the specified parameter.
getParameterAsFloat(String, float) - Method in class org.apache.avalon.framework.parameters.Parameters
Retrieve the float value of the specified parameter.
getParameterAsInteger(String) - Method in class org.apache.avalon.framework.parameters.Parameters
Retrieve the int value of the specified parameter.
getParameterAsInteger(String, int) - Method in class org.apache.avalon.framework.parameters.Parameters
Retrieve the int value of the specified parameter.
getParameterAsLong(String) - Method in class org.apache.avalon.framework.parameters.Parameters
Retrieve the long value of the specified parameter.
getParameterAsLong(String, long) - Method in class org.apache.avalon.framework.parameters.Parameters
Retrieve the long value of the specified parameter.
getParameterNames() - Method in class org.apache.avalon.framework.parameters.Parameters
Deprecated.
Use getNames() instead
getParent() - Method in class org.apache.avalon.framework.component.DefaultComponentManager
Helper method for subclasses to retrieve parent.
getParent() - Method in class org.apache.avalon.framework.context.DefaultContext
Get parent context if any.
getParent() - Method in class org.apache.avalon.framework.service.DefaultServiceManager
Helper method for subclasses to retrieve parent.
getPrefix() - Method in class org.apache.avalon.framework.configuration.AbstractConfiguration
Returns the prefix of the namespace.
getPrefix() - Method in class org.apache.avalon.framework.configuration.DefaultConfiguration
Returns the prefix of the namespace
getPrefix() - Method in class org.apache.avalon.framework.configuration.DefaultImmutableConfiguration
Returns the prefix of the namespace
getRole() - Method in exception org.apache.avalon.framework.component.ComponentException
Deprecated.
Use getKey instead
getRole() - Method in exception org.apache.avalon.framework.service.ServiceException
Deprecated.
Use getKey() instead
getStackTrace(Throwable, String) - Method in class org.apache.avalon.framework.logger.AvalonFormatter
Utility method to format stack trace.
getTransformerFactory() - Method in class org.apache.avalon.framework.configuration.DefaultConfigurationSerializer
Get the SAXTransformerFactory so we can get a serializer without being tied to one vendor.
getTypeIdFor(String) - Method in class org.apache.avalon.framework.logger.AvalonFormatter
Retrieve the type-id for a particular string.
getValue() - Method in interface org.apache.avalon.framework.configuration.Configuration
Return the String value of the node.
getValue() - Method in class org.apache.avalon.framework.configuration.DefaultConfiguration
Returns the value of the configuration element as a String.
getValue() - Method in class org.apache.avalon.framework.configuration.DefaultImmutableConfiguration
Returns the value of the configuration element as a String.
getValue() - Method in class org.apache.avalon.framework.ValuedEnum
Get value of enum item.
getValue(String) - Method in class org.apache.avalon.framework.configuration.AbstractConfiguration
Returns the value of the configuration element as a String.
getValue(String) - Method in interface org.apache.avalon.framework.configuration.Configuration
Returns the value of the configuration element as a String.
getValue(String) - Method in class org.apache.avalon.framework.configuration.DefaultConfiguration
Returns the value of the configuration element as a String.
getValue(String) - Method in class org.apache.avalon.framework.configuration.DefaultImmutableConfiguration
Returns the value of the configuration element as a String.
getValueAsBoolean() - Method in class org.apache.avalon.framework.configuration.AbstractConfiguration
Returns the value of the configuration element as a boolean.
getValueAsBoolean() - Method in interface org.apache.avalon.framework.configuration.Configuration
Return the boolean value of the node.
getValueAsBoolean(boolean) - Method in class org.apache.avalon.framework.configuration.AbstractConfiguration
Returns the value of the configuration element as a boolean.
getValueAsBoolean(boolean) - Method in interface org.apache.avalon.framework.configuration.Configuration
Returns the value of the configuration element as a boolean.
getValueAsFloat() - Method in class org.apache.avalon.framework.configuration.AbstractConfiguration
Returns the value of the configuration element as a float.
getValueAsFloat() - Method in interface org.apache.avalon.framework.configuration.Configuration
Return the float value of the node.
getValueAsFloat(float) - Method in class org.apache.avalon.framework.configuration.AbstractConfiguration
Returns the value of the configuration element as a float.
getValueAsFloat(float) - Method in interface org.apache.avalon.framework.configuration.Configuration
Returns the value of the configuration element as a float.
getValueAsInteger() - Method in class org.apache.avalon.framework.configuration.AbstractConfiguration
Returns the value of the configuration element as an int.
getValueAsInteger() - Method in interface org.apache.avalon.framework.configuration.Configuration
Return the int value of the node.
getValueAsInteger(int) - Method in class org.apache.avalon.framework.configuration.AbstractConfiguration
Returns the value of the configuration element as an int.
getValueAsInteger(int) - Method in interface org.apache.avalon.framework.configuration.Configuration
Returns the value of the configuration element as an int.
getValueAsLong() - Method in class org.apache.avalon.framework.configuration.AbstractConfiguration
Returns the value of the configuration element as a long.
getValueAsLong() - Method in interface org.apache.avalon.framework.configuration.Configuration
Return the long value of the node.
getValueAsLong(long) - Method in class org.apache.avalon.framework.configuration.AbstractConfiguration
Returns the value of the configuration element as a long.
getValueAsLong(long) - Method in interface org.apache.avalon.framework.configuration.Configuration
Returns the value of the configuration element as a long.
getVersion(String) - Static method in class org.apache.avalon.framework.Version
Parse a version out of a string.

H

hasComponent(Object) - Method in interface org.apache.avalon.framework.component.ComponentSelector
Check to see if a Component exists for a hint.
hasComponent(Object) - Method in class org.apache.avalon.framework.component.DefaultComponentSelector
Returns whether a Component exists or not
hasComponent(Object) - Method in class org.apache.avalon.framework.component.WrapperComponentSelector
Check to see if a Component exists relative to the supplied policy.
hasComponent(String) - Method in interface org.apache.avalon.framework.component.ComponentManager
Check to see if a Component exists for a key.
hasComponent(String) - Method in class org.apache.avalon.framework.component.DefaultComponentManager
Returns true if the component m_manager is managing a component with the specified key, false otherwise.
hasComponent(String) - Method in class org.apache.avalon.framework.component.WrapperComponentManager
Check to see if a Component exists for a key.
hashCode() - Method in class org.apache.avalon.framework.configuration.DefaultConfiguration
Obtaine the hashcode for this configuration.
hashCode() - Method in class org.apache.avalon.framework.configuration.DefaultImmutableConfiguration
Obtaine the hashcode for this configuration.
hashCode() - Method in class org.apache.avalon.framework.Enum
 
hashCode() - Method in class org.apache.avalon.framework.Version
Add a hashing function to ensure the Version object is treated as expected in hashmaps and sets.
hasService(String) - Method in class org.apache.avalon.framework.service.DefaultServiceManager
Check to see if a Object exists for a key.
hasService(String) - Method in interface org.apache.avalon.framework.service.ServiceManager
Check to see if a Object exists for a key.
hasService(String) - Method in class org.apache.avalon.framework.service.WrapperServiceManager
Return true if the component is available in ServiceManager.
hide(Object) - Method in class org.apache.avalon.framework.context.DefaultContext
Hides the item in the context.

I

info(String) - Method in class org.apache.avalon.framework.logger.ConsoleLogger
Logs an informational message.
info(String) - Method in class org.apache.avalon.framework.logger.Jdk14Logger
Log a info message.
info(String) - Method in class org.apache.avalon.framework.logger.Log4JLogger
Log a info message.
info(String) - Method in interface org.apache.avalon.framework.logger.Logger
Log a info message.
info(String) - Method in class org.apache.avalon.framework.logger.LogKitLogger
Log a info message.
info(String) - Method in class org.apache.avalon.framework.logger.NullLogger
No-op.
info(String, Throwable) - Method in class org.apache.avalon.framework.logger.ConsoleLogger
Logs an informational message and an exception.
info(String, Throwable) - Method in class org.apache.avalon.framework.logger.Jdk14Logger
Log a info message.
info(String, Throwable) - Method in class org.apache.avalon.framework.logger.Log4JLogger
Log a info message.
info(String, Throwable) - Method in interface org.apache.avalon.framework.logger.Logger
Log a info message.
info(String, Throwable) - Method in class org.apache.avalon.framework.logger.LogKitLogger
Log a info message.
info(String, Throwable) - Method in class org.apache.avalon.framework.logger.NullLogger
No-op.
Initializable - Interface in org.apache.avalon.framework.activity
The Initializable interface is used by components that need to allocate resources prior to them becoming active.
initialize() - Method in interface org.apache.avalon.framework.activity.Initializable
Initialize the component.
initialize(Object) - Static method in class org.apache.avalon.framework.container.ContainerUtil
Initialize specified object if it implements the Initializable interface.
isDebugEnabled() - Method in class org.apache.avalon.framework.logger.ConsoleLogger
Returns true if debug-level logging is enabled, false otherwise.
isDebugEnabled() - Method in class org.apache.avalon.framework.logger.Jdk14Logger
Determine if messages of priority "debug" will be logged.
isDebugEnabled() - Method in class org.apache.avalon.framework.logger.Log4JLogger
Determine if messages of priority "debug" will be logged.
isDebugEnabled() - Method in interface org.apache.avalon.framework.logger.Logger
Determine if messages of priority "debug" will be logged.
isDebugEnabled() - Method in class org.apache.avalon.framework.logger.LogKitLogger
Determine if messages of priority "debug" will be logged.
isDebugEnabled() - Method in class org.apache.avalon.framework.logger.NullLogger
No-op.
isEqualTo(ValuedEnum) - Method in class org.apache.avalon.framework.ValuedEnum
Test if enum item is equal in value to other enum.
isErrorEnabled() - Method in class org.apache.avalon.framework.logger.ConsoleLogger
Returns true if error-level logging is enabled, false otherwise.
isErrorEnabled() - Method in class org.apache.avalon.framework.logger.Jdk14Logger
Determine if messages of priority "error" will be logged.
isErrorEnabled() - Method in class org.apache.avalon.framework.logger.Log4JLogger
Determine if messages of priority "error" will be logged.
isErrorEnabled() - Method in interface org.apache.avalon.framework.logger.Logger
Determine if messages of priority "error" will be logged.
isErrorEnabled() - Method in class org.apache.avalon.framework.logger.LogKitLogger
Determine if messages of priority "error" will be logged.
isErrorEnabled() - Method in class org.apache.avalon.framework.logger.NullLogger
No-op.
isFatalErrorEnabled() - Method in class org.apache.avalon.framework.logger.ConsoleLogger
Returns true if fatal-level logging is enabled, false otherwise.
isFatalErrorEnabled() - Method in class org.apache.avalon.framework.logger.Jdk14Logger
Determine if messages of priority "fatalError" will be logged.
isFatalErrorEnabled() - Method in class org.apache.avalon.framework.logger.Log4JLogger
Determine if messages of priority "fatalError" will be logged.
isFatalErrorEnabled() - Method in interface org.apache.avalon.framework.logger.Logger
Determine if messages of priority "fatalError" will be logged.
isFatalErrorEnabled() - Method in class org.apache.avalon.framework.logger.LogKitLogger
Determine if messages of priority "fatalError" will be logged.
isFatalErrorEnabled() - Method in class org.apache.avalon.framework.logger.NullLogger
No-op.
isGreaterThan(ValuedEnum) - Method in class org.apache.avalon.framework.ValuedEnum
Test if enum item is greater than in value to other enum.
isGreaterThanOrEqual(ValuedEnum) - Method in class org.apache.avalon.framework.ValuedEnum
Test if enum item is greater than or equal in value to other enum.
isInfoEnabled() - Method in class org.apache.avalon.framework.logger.ConsoleLogger
Returns true if info-level logging is enabled, false otherwise.
isInfoEnabled() - Method in class org.apache.avalon.framework.logger.Jdk14Logger
Determine if messages of priority "info" will be logged.
isInfoEnabled() - Method in class org.apache.avalon.framework.logger.Log4JLogger
Determine if messages of priority "info" will be logged.
isInfoEnabled() - Method in interface org.apache.avalon.framework.logger.Logger
Determine if messages of priority "info" will be logged.
isInfoEnabled() - Method in class org.apache.avalon.framework.logger.LogKitLogger
Determine if messages of priority "info" will be logged.
isInfoEnabled() - Method in class org.apache.avalon.framework.logger.NullLogger
No-op.
isLessThan(ValuedEnum) - Method in class org.apache.avalon.framework.ValuedEnum
Test if enum item is less than in value to other enum.
isLessThanOrEqual(ValuedEnum) - Method in class org.apache.avalon.framework.ValuedEnum
Test if enum item is less than or equal in value to other enum.
isParameter(String) - Method in class org.apache.avalon.framework.parameters.Parameters
Test if the specified parameter can be retrieved.
isReadOnly() - Method in class org.apache.avalon.framework.configuration.DefaultConfiguration
Returns true iff this DefaultConfiguration has been made read-only.
isSelectable(Object) - Method in class org.apache.avalon.framework.service.DefaultServiceSelector
Returns whether a Object exists or not
isSelectable(Object) - Method in interface org.apache.avalon.framework.service.ServiceSelector
Check to see if a Object exists relative to the supplied policy.
isSelectable(Object) - Method in class org.apache.avalon.framework.service.WrapperServiceSelector
Check to see if a Object exists relative to the supplied policy.
isWarnEnabled() - Method in class org.apache.avalon.framework.logger.ConsoleLogger
Returns true if warn-level logging is enabled, false otherwise.
isWarnEnabled() - Method in class org.apache.avalon.framework.logger.Jdk14Logger
Determine if messages of priority "warn" will be logged.
isWarnEnabled() - Method in class org.apache.avalon.framework.logger.Log4JLogger
Determine if messages of priority "warn" will be logged.
isWarnEnabled() - Method in interface org.apache.avalon.framework.logger.Logger
Determine if messages of priority "warn" will be logged.
isWarnEnabled() - Method in class org.apache.avalon.framework.logger.LogKitLogger
Determine if messages of priority "warn" will be logged.
isWarnEnabled() - Method in class org.apache.avalon.framework.logger.NullLogger
No-op.

J

Jdk14Logger - Class in org.apache.avalon.framework.logger
The default JDK 1.4 wrapper class for Logger.
Jdk14Logger(Logger) - Constructor for class org.apache.avalon.framework.logger.Jdk14Logger
Construct a Logger with specified jdk1.4 logger instance as implementation.

L

LEVEL_DEBUG - Static variable in class org.apache.avalon.framework.logger.ConsoleLogger
Typecode for debugging messages.
LEVEL_DISABLED - Static variable in class org.apache.avalon.framework.logger.ConsoleLogger
Typecode for disabled log levels.
LEVEL_ERROR - Static variable in class org.apache.avalon.framework.logger.ConsoleLogger
Typecode for error messages.
LEVEL_FATAL - Static variable in class org.apache.avalon.framework.logger.ConsoleLogger
Typecode for fatal error messages.
LEVEL_INFO - Static variable in class org.apache.avalon.framework.logger.ConsoleLogger
Typecode for informational messages.
LEVEL_WARN - Static variable in class org.apache.avalon.framework.logger.ConsoleLogger
Typecode for warning messages.
Log4JLogger - Class in org.apache.avalon.framework.logger
The default Log4J wrapper class for Logger.
Log4JLogger(Logger) - Constructor for class org.apache.avalon.framework.logger.Log4JLogger
Create a logger that delegates to specified category.
LogEnabled - Interface in org.apache.avalon.framework.logger
Components that need to log can implement this interface to be provided Loggers.
Loggable - Interface in org.apache.avalon.framework.logger
Deprecated.
Use LogEnabled instead.
Logger - Interface in org.apache.avalon.framework.logger
This is a facade for the different logging subsystems.
LogKit2AvalonLoggerAdapter - Class in org.apache.avalon.framework.logger
A basic adapter that adapts an Avalon Logger to a Logkit Logger.
LogKit2AvalonLoggerAdapter(Logger) - Constructor for class org.apache.avalon.framework.logger.LogKit2AvalonLoggerAdapter
Constructor for an Adaptor.
LogKitLogger - Class in org.apache.avalon.framework.logger
The default LogKit wrapper class for Logger.
LogKitLogger(Logger) - Constructor for class org.apache.avalon.framework.logger.LogKitLogger
Create a logger that delegates to specified logger.
lookup(String) - Method in interface org.apache.avalon.framework.component.ComponentManager
Get the Component associated with the given key.
lookup(String) - Method in class org.apache.avalon.framework.component.DefaultComponentManager
Retrieve Component by key from ComponentManager.
lookup(String) - Method in class org.apache.avalon.framework.component.WrapperComponentManager
Retrieve a component via a key.
lookup(String) - Method in class org.apache.avalon.framework.service.DefaultServiceManager
Retrieve Object by key from ServiceManager.
lookup(String) - Method in interface org.apache.avalon.framework.service.ServiceManager
Get the Object associated with the given key.
lookup(String) - Method in class org.apache.avalon.framework.service.WrapperServiceManager
Retrieve a service using specified key.

M

makeReadOnly() - Method in class org.apache.avalon.framework.component.DefaultComponentManager
Make this component m_manager read only.
makeReadOnly() - Method in class org.apache.avalon.framework.component.DefaultComponentSelector
Make this component selector read-only.
makeReadOnly() - Method in class org.apache.avalon.framework.configuration.DefaultConfiguration
Make this configuration read-only.
makeReadOnly() - Method in class org.apache.avalon.framework.context.DefaultContext
Make the context read-only.
makeReadOnly() - Method in class org.apache.avalon.framework.parameters.Parameters
Make this Parameters read-only so that it will throw a IllegalStateException if someone tries to modify it.
makeReadOnly() - Method in class org.apache.avalon.framework.service.DefaultServiceManager
Makes this ServiceManager read-only.
makeReadOnly() - Method in class org.apache.avalon.framework.service.DefaultServiceSelector
Makes this service selector read-only.
merge(Parameters) - Method in class org.apache.avalon.framework.parameters.Parameters
Merge parameters from another Parameters instance into this.
MutableConfiguration - Interface in org.apache.avalon.framework.configuration
A read/write extension of the Configuration interface.

N

NamespacedSAXConfigurationHandler - Class in org.apache.avalon.framework.configuration
A SAXConfigurationHandler helps build Configurations out of sax events, including namespace information.
NamespacedSAXConfigurationHandler() - Constructor for class org.apache.avalon.framework.configuration.NamespacedSAXConfigurationHandler
 
NullLogger - Class in org.apache.avalon.framework.logger
The Null Logger class.
NullLogger() - Constructor for class org.apache.avalon.framework.logger.NullLogger
Creates a new NullLogger.

O

org.apache.avalon.framework - package org.apache.avalon.framework
 
org.apache.avalon.framework.activity - package org.apache.avalon.framework.activity
 
org.apache.avalon.framework.component - package org.apache.avalon.framework.component
 
org.apache.avalon.framework.configuration - package org.apache.avalon.framework.configuration
 
org.apache.avalon.framework.container - package org.apache.avalon.framework.container
 
org.apache.avalon.framework.context - package org.apache.avalon.framework.context
 
org.apache.avalon.framework.logger - package org.apache.avalon.framework.logger
 
org.apache.avalon.framework.parameters - package org.apache.avalon.framework.parameters
 
org.apache.avalon.framework.service - package org.apache.avalon.framework.service
 
org.apache.avalon.framework.thread - package org.apache.avalon.framework.thread
 

P

ParameterException - Exception in org.apache.avalon.framework.parameters
Thrown when a Parameterizable component cannot be parameterized properly, or if a value cannot be retrieved properly.
ParameterException(String) - Constructor for exception org.apache.avalon.framework.parameters.ParameterException
Construct a new ParameterException instance.
ParameterException(String, Throwable) - Constructor for exception org.apache.avalon.framework.parameters.ParameterException
Construct a new ParameterException instance.
Parameterizable - Interface in org.apache.avalon.framework.parameters
Components should implement this interface if they wish to be provided with parameters during startup.
parameterize(Object, Parameters) - Static method in class org.apache.avalon.framework.container.ContainerUtil
Parameterize specified object if it implements the Parameterizable interface.
parameterize(Parameters) - Method in interface org.apache.avalon.framework.parameters.Parameterizable
Provide component with parameters.
Parameters - Class in org.apache.avalon.framework.parameters
The Parameters class represents a set of key-value pairs.
Parameters() - Constructor for class org.apache.avalon.framework.parameters.Parameters
 
printStackTrace(Throwable) - Static method in class org.apache.avalon.framework.ExceptionUtil
Generate string for specified exception and the cause of this exception (if any).
printStackTrace(Throwable, boolean) - Static method in class org.apache.avalon.framework.ExceptionUtil
Generate string for specified exception and if printCascading is true will print all cascading exceptions.
printStackTrace(Throwable, int) - Static method in class org.apache.avalon.framework.ExceptionUtil
Serialize the specified Throwable to a string.
printStackTrace(Throwable, int, boolean) - Static method in class org.apache.avalon.framework.ExceptionUtil
Generate exception string for specified exception to specified depth and all Cascading exceptions if printCascading is true.
printStackTrace(Throwable, int, boolean, boolean) - Static method in class org.apache.avalon.framework.ExceptionUtil
Generate exception string for specified exception to specified depth and all Cascading exceptions if printCascading is true.
processEvent(LogEvent) - Method in class org.apache.avalon.framework.logger.LogKit2AvalonLoggerAdapter
Route a LogKit message to an avalon Logger.
put(Object, Object) - Method in class org.apache.avalon.framework.context.DefaultContext
Helper method fo adding items to Context.
put(Object, Object) - Method in class org.apache.avalon.framework.service.DefaultServiceSelector
Populate the ServiceSelector.
put(Object, Component) - Method in class org.apache.avalon.framework.component.DefaultComponentSelector
Populate the ComponentSelector.
put(String, Object) - Method in class org.apache.avalon.framework.service.DefaultServiceManager
Place Object into ServiceManager.
put(String, Component) - Method in class org.apache.avalon.framework.component.DefaultComponentManager
Place Component into ComponentManager.

R

Recomposable - Interface in org.apache.avalon.framework.component
Deprecated.
Deprecated with no replacement. The Recomposable interface is a legacy interface with no concrete contracts. Rather than copy the design mistake to the "service" package, we no longer support this class.
recompose(ComponentManager) - Method in interface org.apache.avalon.framework.component.Recomposable
Deprecated.
Repass the ComponentManager to the composer.
Reconfigurable - Interface in org.apache.avalon.framework.configuration
Extends Configurable to allow reconfiguration at runtime.
reconfigure(Configuration) - Method in interface org.apache.avalon.framework.configuration.Reconfigurable
Describe reconfigure method here.
Recontextualizable - Interface in org.apache.avalon.framework.context
Extends Contextualizable to allow recontextualizing.
recontextualize(Context) - Method in interface org.apache.avalon.framework.context.Recontextualizable
Pass the new Context to the component.
release(Object) - Method in class org.apache.avalon.framework.service.DefaultServiceManager
Release the Object.
release(Object) - Method in class org.apache.avalon.framework.service.DefaultServiceSelector
Release object.
release(Object) - Method in interface org.apache.avalon.framework.service.ServiceManager
Return the Object when you are finished with it.
release(Object) - Method in interface org.apache.avalon.framework.service.ServiceSelector
Return the Object when you are finished with it.
release(Object) - Method in class org.apache.avalon.framework.service.WrapperServiceManager
Release the service back to the ServiceManager.
release(Object) - Method in class org.apache.avalon.framework.service.WrapperServiceSelector
Return the Object when you are finished with it.
release(Component) - Method in interface org.apache.avalon.framework.component.ComponentManager
Return the Component when you are finished with it.
release(Component) - Method in interface org.apache.avalon.framework.component.ComponentSelector
Return the Component when you are finished with it.
release(Component) - Method in class org.apache.avalon.framework.component.DefaultComponentManager
Release component.
release(Component) - Method in class org.apache.avalon.framework.component.DefaultComponentSelector
Release component.
release(Component) - Method in class org.apache.avalon.framework.component.WrapperComponentManager
Return the Component when you are finished with it.
release(Component) - Method in class org.apache.avalon.framework.component.WrapperComponentSelector
Return the Object when you are finished with it.
removeChild(Configuration) - Method in class org.apache.avalon.framework.configuration.DefaultConfiguration
Remove a child Configuration to this configuration element.
removeChild(Configuration) - Method in interface org.apache.avalon.framework.configuration.MutableConfiguration
Remove a child Configuration to this configuration element.
removeParameter(String) - Method in class org.apache.avalon.framework.parameters.Parameters
Remove a parameter from the parameters object
Reparameterizable - Interface in org.apache.avalon.framework.parameters
Components should implement this interface if they wish to be provided with parameters during its lifetime.
reparameterize(Parameters) - Method in interface org.apache.avalon.framework.parameters.Reparameterizable
Provide component with parameters.
Resolvable - Interface in org.apache.avalon.framework.context
This interface is used to indicate objects that need to be resolved in some particular context.
resolve(Context) - Method in interface org.apache.avalon.framework.context.Resolvable
Resolve a object to a value.
resume() - Method in interface org.apache.avalon.framework.activity.Suspendable
Resumes the component.

S

SAXConfigurationHandler - Class in org.apache.avalon.framework.configuration
A SAXConfigurationHandler helps build Configurations out of sax events.
SAXConfigurationHandler() - Constructor for class org.apache.avalon.framework.configuration.SAXConfigurationHandler
 
select(Object) - Method in interface org.apache.avalon.framework.component.ComponentSelector
Select the Component associated with the given hint.
select(Object) - Method in class org.apache.avalon.framework.component.DefaultComponentSelector
Select the desired component.
select(Object) - Method in class org.apache.avalon.framework.component.WrapperComponentSelector
Select a Component based on a policy.
select(Object) - Method in class org.apache.avalon.framework.service.DefaultServiceSelector
Select the desired object.
select(Object) - Method in interface org.apache.avalon.framework.service.ServiceSelector
Select the Object associated with the given policy.
select(Object) - Method in class org.apache.avalon.framework.service.WrapperServiceSelector
Select a service based on a policy.
serialize(OutputStream, Configuration) - Method in class org.apache.avalon.framework.configuration.DefaultConfigurationSerializer
Serialize the configuration object to an output stream.
serialize(String, Configuration) - Method in class org.apache.avalon.framework.configuration.DefaultConfigurationSerializer
Serialize the configuration object to an output stream derived from an URI.
serialize(Configuration) - Method in class org.apache.avalon.framework.configuration.DefaultConfigurationSerializer
Serialize the configuration object to a string
serialize(ContentHandler, Configuration) - Method in class org.apache.avalon.framework.configuration.DefaultConfigurationSerializer
Serialize the configuration to a ContentHandler
serializeElement(ContentHandler, NamespaceSupport, Configuration) - Method in class org.apache.avalon.framework.configuration.DefaultConfigurationSerializer
Serialize each Configuration element.
serializeToFile(File, Configuration) - Method in class org.apache.avalon.framework.configuration.DefaultConfigurationSerializer
Serialize the configuration object to a file using a File object.
serializeToFile(String, Configuration) - Method in class org.apache.avalon.framework.configuration.DefaultConfigurationSerializer
Serialize the configuration object to a file using a filename.
service(Object, ServiceManager) - Static method in class org.apache.avalon.framework.container.ContainerUtil
Supply specified object with ServiceManager if it implements the Serviceable interface.
service(ServiceManager) - Method in interface org.apache.avalon.framework.service.Serviceable
Pass the ServiceManager to the Serviceable.
Serviceable - Interface in org.apache.avalon.framework.service
A Serviceable is a class that need to connect to software components using a "role" abstraction, thus not depending on particular implementations but on behavioral interfaces.
ServiceException - Exception in org.apache.avalon.framework.service
The exception thrown to indicate a problem with service.
ServiceException(String) - Constructor for exception org.apache.avalon.framework.service.ServiceException
Deprecated.
use the String,String version instead
ServiceException(String, String) - Constructor for exception org.apache.avalon.framework.service.ServiceException
Construct a new ServiceException instance.
ServiceException(String, String, Throwable) - Constructor for exception org.apache.avalon.framework.service.ServiceException
Construct a new ServiceException instance.
ServiceException(String, Throwable) - Constructor for exception org.apache.avalon.framework.service.ServiceException
Deprecated.
use the String,String,Throwable version instead
ServiceManager - Interface in org.apache.avalon.framework.service
A ServiceManager selects Objects based on a role.
ServiceSelector - Interface in org.apache.avalon.framework.service
A ServiceSelector selects Objects based on a supplied policy.
setAttribute(String, boolean) - Method in class org.apache.avalon.framework.configuration.DefaultConfiguration
Set the value of the specified attribute to the specified boolean.
setAttribute(String, boolean) - Method in interface org.apache.avalon.framework.configuration.MutableConfiguration
Set the value of the specified attribute to the specified boolean.
setAttribute(String, float) - Method in class org.apache.avalon.framework.configuration.DefaultConfiguration
Set the value of the specified attribute to the specified float.
setAttribute(String, float) - Method in interface org.apache.avalon.framework.configuration.MutableConfiguration
Set the value of the specified attribute to the specified float.
setAttribute(String, int) - Method in class org.apache.avalon.framework.configuration.DefaultConfiguration
Set the value of the specified attribute to the specified int.
setAttribute(String, int) - Method in interface org.apache.avalon.framework.configuration.MutableConfiguration
Set the value of the specified attribute to the specified int.
setAttribute(String, long) - Method in class org.apache.avalon.framework.configuration.DefaultConfiguration
Set the value of the specified attribute to the specified long.
setAttribute(String, long) - Method in interface org.apache.avalon.framework.configuration.MutableConfiguration
Set the value of the specified attribute to the specified long.
setAttribute(String, String) - Method in class org.apache.avalon.framework.configuration.DefaultConfiguration
Set the value of the specified attribute to the specified string.
setAttribute(String, String) - Method in interface org.apache.avalon.framework.configuration.MutableConfiguration
Set the value of the specified attribute to the specified string.
setDocumentLocator(Locator) - Method in class org.apache.avalon.framework.configuration.NamespacedSAXConfigurationHandler
Set the document Locator to use.
setDocumentLocator(Locator) - Method in class org.apache.avalon.framework.configuration.SAXConfigurationHandler
Set the document Locator to use.
setEntityResolver(EntityResolver) - Method in class org.apache.avalon.framework.configuration.DefaultConfigurationBuilder
Sets the EntityResolver to be used by parser.
setIndent(boolean) - Method in class org.apache.avalon.framework.configuration.DefaultConfigurationSerializer
Sets the Serializer's use of indentation.
setLogger(Logger) - Method in class org.apache.avalon.framework.logger.AbstractLoggable
Deprecated.
Set the components logger.
setLogger(Logger) - Method in interface org.apache.avalon.framework.logger.Loggable
Deprecated.
Provide component with a logger.
setParameter(String, String) - Method in class org.apache.avalon.framework.parameters.Parameters
Set the String value of a specified parameter.
setupLogger(Object) - Method in class org.apache.avalon.framework.logger.AbstractLogEnabled
Helper method to setup other components with same logger.
setupLogger(Object) - Method in class org.apache.avalon.framework.logger.AbstractLoggable
Deprecated.
Helper method to setup other components with same logger.
setupLogger(Object, String) - Method in class org.apache.avalon.framework.logger.AbstractLogEnabled
Helper method to setup other components with logger.
setupLogger(Object, String) - Method in class org.apache.avalon.framework.logger.AbstractLoggable
Deprecated.
Helper method to setup other components with logger.
setupLogger(Object, Logger) - Method in class org.apache.avalon.framework.logger.AbstractLogEnabled
Helper method to setup other components with logger.
setupLogger(Object, Logger) - Method in class org.apache.avalon.framework.logger.AbstractLoggable
Deprecated.
Helper method to setup other components with logger.
setValue(boolean) - Method in class org.apache.avalon.framework.configuration.DefaultConfiguration
Set the value of this Configuration object to the specified boolean.
setValue(boolean) - Method in interface org.apache.avalon.framework.configuration.MutableConfiguration
Set the value of this Configuration object to the specified boolean.
setValue(float) - Method in class org.apache.avalon.framework.configuration.DefaultConfiguration
Set the value of this Configuration object to the specified float.
setValue(float) - Method in interface org.apache.avalon.framework.configuration.MutableConfiguration
Set the value of this Configuration object to the specified float.
setValue(int) - Method in class org.apache.avalon.framework.configuration.DefaultConfiguration
Set the value of this Configuration object to the specified int.
setValue(int) - Method in interface org.apache.avalon.framework.configuration.MutableConfiguration
Set the value of this Configuration object to the specified int.
setValue(long) - Method in class org.apache.avalon.framework.configuration.DefaultConfiguration
Set the value of this Configuration object to the specified long.
setValue(long) - Method in interface org.apache.avalon.framework.configuration.MutableConfiguration
Set the value of this Configuration object to the specified long.
setValue(String) - Method in class org.apache.avalon.framework.configuration.DefaultConfiguration
Set the value of this Configuration object to the specified string.
setValue(String) - Method in interface org.apache.avalon.framework.configuration.MutableConfiguration
Set the value of this Configuration object to the specified string.
shutdown(Object) - Static method in class org.apache.avalon.framework.container.ContainerUtil
Run specified object through shutdown lifecycle stages (Stop and Dispose).
SingleThreaded - Interface in org.apache.avalon.framework.thread
A interface to mark a component as SingleThreaded.
splitString(String, String) - Static method in class org.apache.avalon.framework.ExceptionUtil
Deprecated.
This is an internal utility method that should not be used
start() - Method in interface org.apache.avalon.framework.activity.Startable
Starts the component.
start(Object) - Static method in class org.apache.avalon.framework.container.ContainerUtil
Start specified object if it implements the Startable interface.
Startable - Interface in org.apache.avalon.framework.activity
The Startable interface is used when components need to be "running" to be active.
startDocument() - Method in class org.apache.avalon.framework.configuration.NamespacedSAXConfigurationHandler
Handling hook for starting the document parsing.
startElement(String, String, String, Attributes) - Method in class org.apache.avalon.framework.configuration.NamespacedSAXConfigurationHandler
Handling hook for starting parsing of an element.
startElement(String, String, String, Attributes) - Method in class org.apache.avalon.framework.configuration.SAXConfigurationHandler
Handling hook for starting parsing of an element.
startPrefixMapping(String, String) - Method in class org.apache.avalon.framework.configuration.NamespacedSAXConfigurationHandler
Handling hook for starting prefix mapping.
stop() - Method in interface org.apache.avalon.framework.activity.Startable
Stops the component.
stop(Object) - Static method in class org.apache.avalon.framework.container.ContainerUtil
Stop specified object if it implements the Startable interface.
suspend() - Method in interface org.apache.avalon.framework.activity.Suspendable
Suspends the component.
Suspendable - Interface in org.apache.avalon.framework.activity
The Suspendable interface is used when a component will need to temporarily halt execution of a component.

T

ThreadSafe - Interface in org.apache.avalon.framework.thread
A interface to mark a component as ThreadSafe or reentrant.
toConfiguration(Element) - Static method in class org.apache.avalon.framework.configuration.ConfigurationUtil
Convert a DOM Element tree into a configuration tree.
toElement(Configuration) - Static method in class org.apache.avalon.framework.configuration.ConfigurationUtil
Convert a configuration tree into a DOM Element tree.
toProperties(Parameters) - Static method in class org.apache.avalon.framework.parameters.Parameters
Creates a java.util.Properties object from an Avalon Parameters object.
toString() - Method in class org.apache.avalon.framework.component.DefaultComponentManager
Build a human readable representation of ComponentManager.
toString() - Method in class org.apache.avalon.framework.configuration.AbstractConfiguration
The toString() operation is used for debugging information.
toString() - Method in class org.apache.avalon.framework.Enum
Human readable description of this Enum item.
toString() - Method in class org.apache.avalon.framework.service.DefaultServiceManager
Build a human readable representation of this ServiceManager.
toString() - Method in class org.apache.avalon.framework.ValuedEnum
Override toString method to produce human readable description.
toString() - Method in class org.apache.avalon.framework.Version
Overload toString to report version correctly.
toString(Configuration) - Static method in class org.apache.avalon.framework.configuration.ConfigurationUtil
Serialize the configuration object to a String.

V

ValuedEnum - Class in org.apache.avalon.framework
Basic enum class for type-safe enums with values.
ValuedEnum(String, int) - Constructor for class org.apache.avalon.framework.ValuedEnum
Constructor for enum item.
ValuedEnum(String, int, Map) - Constructor for class org.apache.avalon.framework.ValuedEnum
Constructor for enum item so that it gets added to Map at creation.
Version - Class in org.apache.avalon.framework
This class is used to hold version information pertaining to a Component or interface.
Version(int, int, int) - Constructor for class org.apache.avalon.framework.Version
Create a new instance of a Version object with the specified version numbers.

W

warn(String) - Method in class org.apache.avalon.framework.logger.ConsoleLogger
Logs a warning message.
warn(String) - Method in class org.apache.avalon.framework.logger.Jdk14Logger
Log a warn message.
warn(String) - Method in class org.apache.avalon.framework.logger.Log4JLogger
Log a warn message.
warn(String) - Method in interface org.apache.avalon.framework.logger.Logger
Log a warn message.
warn(String) - Method in class org.apache.avalon.framework.logger.LogKitLogger
Log a warn message.
warn(String) - Method in class org.apache.avalon.framework.logger.NullLogger
No-op.
warn(String, Throwable) - Method in class org.apache.avalon.framework.logger.ConsoleLogger
Logs a warning message and an exception.
warn(String, Throwable) - Method in class org.apache.avalon.framework.logger.Jdk14Logger
Log a warn message.
warn(String, Throwable) - Method in class org.apache.avalon.framework.logger.Log4JLogger
Log a warn message.
warn(String, Throwable) - Method in interface org.apache.avalon.framework.logger.Logger
Log a warn message.
warn(String, Throwable) - Method in class org.apache.avalon.framework.logger.LogKitLogger
Log a warn message.
warn(String, Throwable) - Method in class org.apache.avalon.framework.logger.NullLogger
No-op.
warning(SAXParseException) - Method in class org.apache.avalon.framework.configuration.NamespacedSAXConfigurationHandler
This just throws an exception on a parse error.
warning(SAXParseException) - Method in class org.apache.avalon.framework.configuration.SAXConfigurationHandler
This just throws an exception on a parse error.
WrapperComponentManager - Class in org.apache.avalon.framework.component
This is a ComponentManager implementation that can wrap around a ServiceManager object effectively adapting a ServiceManager interface to a ComponentManager interface.
WrapperComponentManager(ServiceManager) - Constructor for class org.apache.avalon.framework.component.WrapperComponentManager
Creation of a new wrapper component manger using a supplied service manager as a source backing the wrapped.
WrapperComponentSelector - Class in org.apache.avalon.framework.component
This is a ServiceSelector implementation that can wrap around a legacy ComponentSelector object effectively adapting a ComponentSelector interface to a ServiceSelector interface.
WrapperComponentSelector(String, ServiceSelector) - Constructor for class org.apache.avalon.framework.component.WrapperComponentSelector
This constructor is a constructor for a WrapperComponentSelector.
WrapperServiceManager - Class in org.apache.avalon.framework.service
This is a ServiceManager implementation that can wrap around a legacy ComponentManager object effectively adapting a ComponentManager interface to a ServiceManager interface.
WrapperServiceManager(ComponentManager) - Constructor for class org.apache.avalon.framework.service.WrapperServiceManager
This constructor is a constructor for a WrapperServiceManager.
WrapperServiceSelector - Class in org.apache.avalon.framework.service
This is a ServiceSelector implementation that can wrap around a legacy ComponentSelector object effectively adapting a ComponentSelector interface to a ServiceSelector interface.
WrapperServiceSelector(String, ComponentSelector) - Constructor for class org.apache.avalon.framework.service.WrapperServiceSelector
This constructor is a constructor for a ComponentServiceManager
A B C D E F G H I J L M N O P R S T V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form