Alphabetical Index

A B C D E F G H I J L M N O P R S T V W

A

AbstractConfiguration - class org.apache.avalon.framework.configuration.AbstractConfiguration
This is an abstract Configuration implementation that deals with methods that can be abstracted away from underlying implementations.
AbstractLogEnabled - class org.apache.avalon.framework.logger.AbstractLogEnabled
Utility class to allow construction of easy components that will perform logging.
AbstractLoggable - class org.apache.avalon.framework.logger.AbstractLoggable
Utility class to allow construction of easy components that will perform logging.
addAll(org.apache.avalon.framework.configuration.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.
Add all attributes from specified configuration element to current configuration element.
addAllChildren(org.apache.avalon.framework.configuration.Configuration) - method in class org.apache.avalon.framework.configuration.DefaultConfiguration
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
Add an attribute to this configuration element, returning its old value or null.
addChild(org.apache.avalon.framework.configuration.Configuration) - method in class org.apache.avalon.framework.configuration.DefaultConfiguration
Add a child Configuration to this configuration element.
appendValueData(String) - method in class org.apache.avalon.framework.configuration.DefaultConfiguration
Append data to the value of this configuration element.
AvalonFormatter - class org.apache.avalon.framework.logger.AvalonFormatter
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(InputSource) - method in class org.apache.avalon.framework.configuration.DefaultConfigurationBuilder
Build a configuration object using an XML InputSource object
build(InputStream) - method in class org.apache.avalon.framework.configuration.DefaultConfigurationBuilder
Build a configuration object using an InputStream.
build(String) - method in class org.apache.avalon.framework.configuration.DefaultConfigurationBuilder
Build a configuration object using an URI
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 - class org.apache.avalon.framework.CascadingError
Class from which all exceptions should inherit.
CascadingError(String,Throwable) - constructor for class org.apache.avalon.framework.CascadingError
Construct a new CascadingError instance.
CascadingException - class org.apache.avalon.framework.CascadingException
Class from which all exceptions should inherit.
CascadingException(String) - constructor for class org.apache.avalon.framework.CascadingException
Construct a new CascadingException instance.
CascadingException(String,Throwable) - constructor for class org.apache.avalon.framework.CascadingException
Construct a new CascadingException instance.
CascadingRuntimeException - class org.apache.avalon.framework.CascadingRuntimeException
Class from which all exceptions should inherit.
CascadingRuntimeException(String,Throwable) - constructor for class org.apache.avalon.framework.CascadingRuntimeException
Construct a new CascadingRuntimeException instance.
CascadingThrowable - interface org.apache.avalon.framework.CascadingThrowable
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.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.
checkWriteable() - method in class org.apache.avalon.framework.parameters.Parameters
Checks is this Parameters object 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.
complies(org.apache.avalon.framework.Version) - method in class org.apache.avalon.framework.Version
Check this Version against another for compliancy (compatibility).
Component - interface org.apache.avalon.framework.component.Component
This interface identifies classes that can be used as Components by a Composable.
ComponentException - class org.apache.avalon.framework.component.ComponentException
The exception thrown to indicate a problem with Components.
ComponentException(String) - constructor for class org.apache.avalon.framework.component.ComponentException
Construct a new ComponentException instance.
ComponentException(String,String) - constructor for class org.apache.avalon.framework.component.ComponentException
Construct a new ComponentException instance.
ComponentException(String,String,Throwable) - constructor for class org.apache.avalon.framework.component.ComponentException
Construct a new ComponentException instance.
ComponentException(String,Throwable) - constructor for class org.apache.avalon.framework.component.ComponentException
Construct a new ComponentException instance.
ComponentManager - interface org.apache.avalon.framework.component.ComponentManager
A ComponentManager selects Components based on a role.
ComponentSelector - interface org.apache.avalon.framework.component.ComponentSelector
A ComponentSelector selects Components based on a hint.
Composable - interface org.apache.avalon.framework.component.Composable
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,org.apache.avalon.framework.component.ComponentManager) - static method in class org.apache.avalon.framework.container.ContainerUtil
Supply specified object with ComponentManager if it implements the Composable interface.
compose(org.apache.avalon.framework.component.ComponentManager) - method in class org.apache.avalon.framework.component.Composable
Pass the ComponentManager to the composer.
Configurable - interface org.apache.avalon.framework.configuration.Configurable
This interface should be implemented by classes that need to be configured with custom parameters before initialization.
Configuration - interface org.apache.avalon.framework.configuration.Configuration
Configuration is a interface encapsulating a configuration node used to retrieve configuration values.
ConfigurationException - class org.apache.avalon.framework.configuration.ConfigurationException
Thrown when a Configurable component cannot be configured properly, or if a value cannot be retrieved properly.
ConfigurationException(String) - constructor for class org.apache.avalon.framework.configuration.ConfigurationException
Construct a new ConfigurationException instance.
ConfigurationException(String,Throwable) - constructor for class org.apache.avalon.framework.configuration.ConfigurationException
Construct a new ConfigurationException instance.
ConfigurationUtil - class org.apache.avalon.framework.configuration.ConfigurationUtil
This class has a bunch of utility methods to work with configuration objects.
configure(Object,org.apache.avalon.framework.configuration.Configuration) - static method in class org.apache.avalon.framework.container.ContainerUtil
Configure specified object if it implements the Configurable interface.
configure(org.apache.avalon.framework.configuration.Configuration) - method in class org.apache.avalon.framework.configuration.Configurable
Pass the Configuration to the Configurable class.
ConsoleLogger - class org.apache.avalon.framework.logger.ConsoleLogger
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 org.apache.avalon.framework.container.ContainerUtil
Utility class that makes it easier to transfer a component throught it's lifecycle stages.
Context - interface org.apache.avalon.framework.context.Context
The context is the interface through which the component and its container communicate.
ContextException - class org.apache.avalon.framework.context.ContextException
Exception signalling a badly formed Context.
ContextException(String) - constructor for class org.apache.avalon.framework.context.ContextException
Construct a new ContextException instance.
ContextException(String,Throwable) - constructor for class org.apache.avalon.framework.context.ContextException
Construct a new ContextException instance.
Contextualizable - interface org.apache.avalon.framework.context.Contextualizable
This inteface should be implemented by components that need a Context to work.
contextualize(Object,org.apache.avalon.framework.context.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(org.apache.avalon.framework.context.Context) - method in class 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(org.apache.avalon.framework.logger.Logger) - static method in class org.apache.avalon.framework.logger.LogKit2AvalonLoggerAdapter
Create a Logkit org.apache.log.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 class 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 class 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 field in class org.apache.avalon.framework.logger.AvalonFormatter
The constant defining the default behaviour for printing nested exceptions.
DEFAULT_STACK_DEPTH - static field in class org.apache.avalon.framework.logger.AvalonFormatter
The constant defining the default stack depth when none other is specified.
DefaultComponentManager - class org.apache.avalon.framework.component.DefaultComponentManager
This class is a static implementation of a ComponentManager.
DefaultComponentManager() - constructor for class org.apache.avalon.framework.component.DefaultComponentManager
Construct ComponentManager with no parent.
Construct ComponentManager with specified parent.
DefaultComponentSelector - class org.apache.avalon.framework.component.DefaultComponentSelector
This is the default implementation of the ComponentSelector.
DefaultConfiguration - class org.apache.avalon.framework.configuration.DefaultConfiguration
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.
DefaultConfigurationBuilder - class org.apache.avalon.framework.configuration.DefaultConfigurationBuilder
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 org.apache.avalon.framework.configuration.DefaultConfigurationSerializer
A ConfigurationSerializer serializes configurations via SAX2 compliant parser.
DefaultContext - class org.apache.avalon.framework.context.DefaultContext
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,org.apache.avalon.framework.context.Context) - constructor for class org.apache.avalon.framework.context.DefaultContext
Create a Context with specified data and parent.
DefaultContext(org.apache.avalon.framework.context.Context) - constructor for class org.apache.avalon.framework.context.DefaultContext
Create a Context with specified parent.
DefaultServiceManager - class org.apache.avalon.framework.service.DefaultServiceManager
This class is a static implementation of a ServiceManager.
DefaultServiceManager() - constructor for class org.apache.avalon.framework.service.DefaultServiceManager
Construct ServiceManager with no parent.
Construct ServiceManager with specified parent.
DefaultServiceSelector - class org.apache.avalon.framework.service.DefaultServiceSelector
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 org.apache.avalon.framework.activity.Disposable
The Disposable interface is used when components need to deallocate and dispose resources prior to their destruction.
dispose() - method in class 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 field in class org.apache.avalon.framework.configuration.DefaultConfiguration
An empty (length zero) array of configuration objects.
EMPTY_PARAMETERS - static field in class org.apache.avalon.framework.parameters.Parameters
Empty Parameters object
enableLogging(Object,org.apache.avalon.framework.logger.Logger) - static method in class org.apache.avalon.framework.container.ContainerUtil
Supply specified object with Logger if it implements the LogEnabled interface.
enableLogging(org.apache.avalon.framework.logger.Logger) - method in class org.apache.avalon.framework.logger.AbstractLogEnabled
Set the components logger.
enableLogging(org.apache.avalon.framework.logger.Logger) - method in class 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 org.apache.avalon.framework.Enum
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.Enum
Tests for equality.
equals(Object) - method in class org.apache.avalon.framework.Version
Indicates whether some other object is "equal to" this Version.
Test to see if two Configuration's can be considered the same.
equals(org.apache.avalon.framework.Version) - method in class org.apache.avalon.framework.Version
Check this Version against another for equality.
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.
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 class 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 class 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.
ExceptionUtil - class org.apache.avalon.framework.ExceptionUtil
This class provides basic facilities for manipulating exceptions.
Executable - interface org.apache.avalon.framework.activity.Executable
The Executable can be implemented by components that need to perform some work.
execute() - method in class org.apache.avalon.framework.activity.Executable
Execute the action associated with this component.

F

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.
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 class 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 class 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.
formatPatternRun(LogEvent,PatternFormatter.PatternRun) - method in class org.apache.avalon.framework.logger.AvalonFormatter
Return the result of formaltting a pattern run.
fromConfiguration(org.apache.avalon.framework.configuration.Configuration) - static method in class org.apache.avalon.framework.parameters.Parameters
Create a Parameters object from a Configuration object.
fromConfiguration(org.apache.avalon.framework.configuration.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 class 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 class 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,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 class 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 class 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 class 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 class 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 class 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 class 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 class 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 class 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 class 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 class 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.
getCause() - method in class org.apache.avalon.framework.CascadingError
Retrieve root cause of the exception.
getCause() - method in class org.apache.avalon.framework.CascadingException
Retrieve root cause of the exception.
getCause() - method in class org.apache.avalon.framework.CascadingRuntimeException
Retrieve root cause of the exception.
getCause() - method in class 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 class 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 class 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.
getChildCount() - method in class org.apache.avalon.framework.configuration.DefaultConfiguration
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 class 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 class 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(String) - method in class 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.
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 class org.apache.avalon.framework.component.ComponentException
Get the key which let to the exception.
getKey() - method in class org.apache.avalon.framework.service.ServiceException
Return the key that caused the exception.
getLocation() - method in class 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.
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
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 class org.apache.avalon.framework.component.ComponentException
Return a message describing the exception.
getMessage() - method in class 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.
getName() - method in class 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.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 class 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
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.
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
Return an Iterator view of all parameter names.
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
getRole() - method in class org.apache.avalon.framework.component.ComponentException
Get the key which let to the exception.
getRole() - method in class org.apache.avalon.framework.service.ServiceException
Return the role that caused the exception
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 class 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.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 class 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.
getValueAsBoolean() - method in class org.apache.avalon.framework.configuration.AbstractConfiguration
Returns the value of the configuration element as a boolean.
getValueAsBoolean() - method in class 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 class 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 class 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 class 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 class 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 class 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 class 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 class 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 class 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 class 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.Enum
Returns a hash code value for the object.
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 class 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 class 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 class 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 org.apache.avalon.framework.activity.Initializable
The Initializable interface is used by components that need to allocate resources prior to them becoming active.
initialize() - method in class 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 class 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(org.apache.avalon.framework.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 class 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 class 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(org.apache.avalon.framework.ValuedEnum) - method in class org.apache.avalon.framework.ValuedEnum
Test if enum item is greater than in value to other enum.
isGreaterThanOrEqual(org.apache.avalon.framework.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 class 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(org.apache.avalon.framework.ValuedEnum) - method in class org.apache.avalon.framework.ValuedEnum
Test if enum item is less than in value to other enum.
isLessThanOrEqual(org.apache.avalon.framework.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.
isSelectable(Object) - method in class org.apache.avalon.framework.service.DefaultServiceSelector
Returns whether a Object exists or not
isSelectable(Object) - method in class 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 class 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 org.apache.avalon.framework.logger.Jdk14Logger
The default JDK 1.4 wrapper class for Logger.
Jdk14Logger(java.util.logging.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 field in class org.apache.avalon.framework.logger.ConsoleLogger
Typecode for debugging messages.
LEVEL_DISABLED - static field in class org.apache.avalon.framework.logger.ConsoleLogger
Typecode for disabled log levels.
LEVEL_ERROR - static field in class org.apache.avalon.framework.logger.ConsoleLogger
Typecode for error messages.
LEVEL_FATAL - static field in class org.apache.avalon.framework.logger.ConsoleLogger
Typecode for fatal error messages.
LEVEL_INFO - static field in class org.apache.avalon.framework.logger.ConsoleLogger
Typecode for informational messages.
LEVEL_WARN - static field in class org.apache.avalon.framework.logger.ConsoleLogger
Typecode for warning messages.
Log4JLogger - class org.apache.avalon.framework.logger.Log4JLogger
The default Log4J wrapper class for Logger.
Log4JLogger(org.apache.log4j.Logger) - constructor for class org.apache.avalon.framework.logger.Log4JLogger
Create a logger that delegates to specified category.
LogEnabled - interface org.apache.avalon.framework.logger.LogEnabled
Components that need to log can implement this interface to be provided Loggers.
Loggable - interface org.apache.avalon.framework.logger.Loggable
Components that need to log can implement this interface to be provided Loggers.
Logger - interface org.apache.avalon.framework.logger.Logger
This is a facade for the different logging subsystems.
LogKit2AvalonLoggerAdapter - class org.apache.avalon.framework.logger.LogKit2AvalonLoggerAdapter
A basic adapter that adapts an Avalon Logger to a Logkit Logger.
Constructor for an Adaptor.
LogKitLogger - class org.apache.avalon.framework.logger.LogKitLogger
The default LogKit wrapper class for Logger.
LogKitLogger(org.apache.log.Logger) - constructor for class org.apache.avalon.framework.logger.LogKitLogger
Create a logger that delegates to specified logger.
lookup(String) - method in class 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.service.DefaultServiceManager
Retrieve Object by key from ServiceManager.
lookup(String) - method in class org.apache.avalon.framework.service.ServiceManager
Get the Object associated with the given key.
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.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.service.DefaultServiceManager
Makes this ServiceManager read-only.
makeReadOnly() - method in class org.apache.avalon.framework.service.DefaultServiceSelector
Makes this service selector 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.
merge(org.apache.avalon.framework.parameters.Parameters) - method in class org.apache.avalon.framework.parameters.Parameters
Merge parameters from another Parameters instance into this.

N

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

O

The Framework part of Avalon contains interfaces and contracts surrounding those interfaces, along with default implementations of some of those interfaces.
Activity related interfaces covering component initialization, execution, startable and stoppable components, suspension, and disposal.
Deprecated: use the interfaces in the org.apache.avalon.framework.service package instead.
Component configuration interfaces and XML-based implementations.
Utilities supporting execution of component lifecycle stages.
Interfaces and implementation of the Context model through which runtime context can be applied by a manager to a component.
Abstract logging framework supporting pluggable logging mechanisms including LogKit, Log4J and the JDK 1.4 logging infrastructure.
Interfaces supporting the supply of flat configuration information.
Interfaces and default implementation of a service management framework supporting container based service lookup and decommissioning.
Interfaces enabling declaration of single threaded and thread-safe components.

P

ParameterException - class org.apache.avalon.framework.parameters.ParameterException
Thrown when a Parameterizable component cannot be parameterized properly, or if a value cannot be retrieved properly.
ParameterException(String) - constructor for class org.apache.avalon.framework.parameters.ParameterException
Construct a new ParameterException instance.
ParameterException(String,Throwable) - constructor for class org.apache.avalon.framework.parameters.ParameterException
Construct a new ParameterException instance.
Parameterizable - interface org.apache.avalon.framework.parameters.Parameterizable
Components should implement this interface if they wish to be provided with parameters during startup.
parameterize(Object,org.apache.avalon.framework.parameters.Parameters) - static method in class org.apache.avalon.framework.container.ContainerUtil
Parameterize specified object if it implements the Parameterizable interface.
parameterize(org.apache.avalon.framework.parameters.Parameters) - method in class org.apache.avalon.framework.parameters.Parameterizable
Provide component with parameters.
Parameters - class org.apache.avalon.framework.parameters.Parameters
The Parameters class represents a set of key-value pairs.
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,org.apache.avalon.framework.component.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,org.apache.avalon.framework.component.Component) - method in class org.apache.avalon.framework.component.DefaultComponentManager
Place Component into ComponentManager.

R

Recomposable - interface org.apache.avalon.framework.component.Recomposable
Extends composer to allow recomposing.
recompose(org.apache.avalon.framework.component.ComponentManager) - method in class org.apache.avalon.framework.component.Recomposable
Repass the ComponentManager to the composer.
Reconfigurable - interface org.apache.avalon.framework.configuration.Reconfigurable
Extends Configurable to allow reconfiguration at runtime.
reconfigure(org.apache.avalon.framework.configuration.Configuration) - method in class org.apache.avalon.framework.configuration.Reconfigurable
Describe reconfigure method here.
Recontextualizable - interface org.apache.avalon.framework.context.Recontextualizable
Extends Contextualizable to allow recontextualizing.
recontextualize(org.apache.avalon.framework.context.Context) - method in class 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 class org.apache.avalon.framework.service.ServiceManager
Return the Object when you are finished with it.
release(Object) - method in class 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(org.apache.avalon.framework.component.Component) - method in class org.apache.avalon.framework.component.ComponentManager
Return the Component when you are finished with it.
release(org.apache.avalon.framework.component.Component) - method in class org.apache.avalon.framework.component.ComponentSelector
Return the Component when you are finished with it.
release(org.apache.avalon.framework.component.Component) - method in class org.apache.avalon.framework.component.DefaultComponentManager
Release component.
release(org.apache.avalon.framework.component.Component) - method in class org.apache.avalon.framework.component.DefaultComponentSelector
Release component.
release(org.apache.avalon.framework.component.Component) - method in class org.apache.avalon.framework.component.WrapperComponentManager
Return the Component when you are finished with it.
release(org.apache.avalon.framework.component.Component) - method in class org.apache.avalon.framework.component.WrapperComponentSelector
Return the Object when you are finished with it.
removeChild(org.apache.avalon.framework.configuration.Configuration) - method in class org.apache.avalon.framework.configuration.DefaultConfiguration
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 org.apache.avalon.framework.parameters.Reparameterizable
Components should implement this interface if they wish to be provided with parameters during its lifetime.
reparameterize(org.apache.avalon.framework.parameters.Parameters) - method in class org.apache.avalon.framework.parameters.Reparameterizable
Provide component with parameters.
Resolvable - interface org.apache.avalon.framework.context.Resolvable
This interface is used to indicate objects that need to be resolved in some particular context.
resolve(org.apache.avalon.framework.context.Context) - method in class org.apache.avalon.framework.context.Resolvable
Resolve a object to a value.
resume() - method in class org.apache.avalon.framework.activity.Suspendable
Resumes the component.

S

SAXConfigurationHandler - class org.apache.avalon.framework.configuration.SAXConfigurationHandler
A SAXConfigurationHandler helps build Configurations out of sax events.
select(Object) - method in class 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.service.DefaultServiceSelector
Select the desired object.
select(Object) - method in class org.apache.avalon.framework.service.ServiceSelector
Select the Object associated with the given policy.
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.WrapperServiceSelector
Select a service based on a policy.
Serialize the configuration to a ContentHandler
Serialize the configuration object to a string
Serialize the configuration object to an output stream.
Serialize the configuration object to an output stream derived from an URI.
Serialize each Configuration element.
Serialize the configuration object to a file using a File object.
Serialize the configuration object to a file using a filename.
service(Object,org.apache.avalon.framework.service.ServiceManager) - static method in class org.apache.avalon.framework.container.ContainerUtil
Supply specified object with ServiceManager if it implements the Serviceable interface.
service(org.apache.avalon.framework.service.ServiceManager) - method in class org.apache.avalon.framework.service.Serviceable
Pass the ServiceManager to the Serviceable.
Serviceable - interface org.apache.avalon.framework.service.Serviceable
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 - class org.apache.avalon.framework.service.ServiceException
The exception thrown to indicate a problem with service.
ServiceException(String) - constructor for class org.apache.avalon.framework.service.ServiceException
Construct a new ServiceException instance.
ServiceException(String,String) - constructor for class org.apache.avalon.framework.service.ServiceException
Construct a new ServiceException instance.
ServiceException(String,String,Throwable) - constructor for class org.apache.avalon.framework.service.ServiceException
Construct a new ServiceException instance.
ServiceException(String,Throwable) - constructor for class org.apache.avalon.framework.service.ServiceException
Construct a new ServiceException instance.
ServiceManager - interface org.apache.avalon.framework.service.ServiceManager
A ServiceManager selects Objects based on a role.
ServiceSelector - interface org.apache.avalon.framework.service.ServiceSelector
A ServiceSelector selects Objects based on a supplied policy.
setAttribute(String,String) - method in class org.apache.avalon.framework.configuration.DefaultConfiguration
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.
setIndent(boolean) - method in class org.apache.avalon.framework.configuration.DefaultConfigurationSerializer
Sets the Serializer's use of indentation.
setLogger(org.apache.log.Logger) - method in class org.apache.avalon.framework.logger.AbstractLoggable
Set the components logger.
setLogger(org.apache.log.Logger) - method in class org.apache.avalon.framework.logger.Loggable
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
Helper method to setup other components with same logger.
setupLogger(Object,org.apache.avalon.framework.logger.Logger) - method in class org.apache.avalon.framework.logger.AbstractLogEnabled
Helper method to setup other components with logger.
setupLogger(Object,org.apache.log.Logger) - method in class org.apache.avalon.framework.logger.AbstractLoggable
Helper method to setup other components with 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
Helper method to setup other components with logger.
setValue(String) - method in class org.apache.avalon.framework.configuration.DefaultConfiguration
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 org.apache.avalon.framework.thread.SingleThreaded
A interface to mark a component as SingleThreaded.
splitString(String,String) - static method in class org.apache.avalon.framework.ExceptionUtil
Splits the string on every token into an array of stack frames.
start() - method in class 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 org.apache.avalon.framework.activity.Startable
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 class 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 class org.apache.avalon.framework.activity.Suspendable
Suspends the component.
Suspendable - interface org.apache.avalon.framework.activity.Suspendable
The Suspendable interface is used when a component will need to temporarily halt execution of a component.

T

ThreadSafe - interface org.apache.avalon.framework.thread.ThreadSafe
A interface to mark a component as ThreadSafe or reentrant.
toElement(org.apache.avalon.framework.configuration.Configuration) - static method in class org.apache.avalon.framework.configuration.ConfigurationUtil
Convert a configuration tree into a DOM Element tree.
toProperties(org.apache.avalon.framework.parameters.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.service.DefaultServiceManager
Build a human readable representation of this ServiceManager.
toString() - method in class org.apache.avalon.framework.Enum
Human readable description of this Enum item.
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.

V

ValuedEnum - class org.apache.avalon.framework.ValuedEnum
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 org.apache.avalon.framework.Version
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 class 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 class 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 org.apache.avalon.framework.component.WrapperComponentManager
This is a ComponentManager implementation that can wrap around a ServiceManager object effectively adapting a ServiceManager interface to a ComponentManager interface.
Creation of a new wrapper component manger using a supplied service manager as a source backing the wrapped.
WrapperComponentSelector - class org.apache.avalon.framework.component.WrapperComponentSelector
This is a ServiceSelector implementation that can wrap around a legacy ComponentSelector object effectively adapting a ComponentSelector interface to a ServiceSelector interface.
This constructor is a constructor for a WrapperComponentSelector.
WrapperServiceManager - class org.apache.avalon.framework.service.WrapperServiceManager
This is a ServiceManager implementation that can wrap around a legacy ComponentManager object effectively adapting a ComponentManager interface to a ServiceManager interface.
This constructor is a constructor for a WrapperServiceManager.
WrapperServiceSelector - class org.apache.avalon.framework.service.WrapperServiceSelector
This is a ServiceSelector implementation that can wrap around a legacy ComponentSelector object effectively adapting a ComponentSelector interface to a ServiceSelector interface.
This constructor is a constructor for a ComponentServiceManager

"Copyright B) 2001 Apache Jakarta Project. All Rights Reserved."