A B C D E F G H I L M 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.
AbstractConfiguration() - Constructor for class org.apache.avalon.framework.configuration.AbstractConfiguration
 
AbstractLoggable - class org.apache.avalon.framework.logger.AbstractLoggable.
Utility class to allow construction of easy components that will perform logging.
AbstractLoggable() - Constructor for class org.apache.avalon.framework.logger.AbstractLoggable
 
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.
appendValueData(String) - Method in class org.apache.avalon.framework.configuration.DefaultConfiguration
Deprecated. Use setValue() instead
AvalonFormatter - class org.apache.avalon.framework.logger.AvalonFormatter.
This formatter extends PatternFormatter so that CascadingExceptions are formatted with all nested exceptions.
AvalonFormatter() - Constructor for class org.apache.avalon.framework.logger.AvalonFormatter
 

B

build(InputSource) - Method in class org.apache.avalon.framework.configuration.DefaultConfigurationBuilder
 
build(InputStream) - Method in class org.apache.avalon.framework.configuration.DefaultConfigurationBuilder
 
build(String) - Method in class org.apache.avalon.framework.configuration.DefaultConfigurationBuilder
 
buildFromFile(File) - Method in class org.apache.avalon.framework.configuration.DefaultConfigurationBuilder
 
buildFromFile(String) - Method in class org.apache.avalon.framework.configuration.DefaultConfigurationBuilder
 

C

captureStackTrace(Throwable) - Static method in class org.apache.avalon.framework.ExceptionUtil
Captures the stack trace associated with this exception.
CascadingError - error 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 - exception 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 - exception 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.SAXConfigurationHandler
 
checkWriteable() - Method in class org.apache.avalon.framework.component.DefaultComponentSelector
 
checkWriteable() - Method in class org.apache.avalon.framework.component.DefaultComponentManager
 
checkWriteable() - Method in class org.apache.avalon.framework.configuration.DefaultConfiguration
 
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
 
clear() - Method in class org.apache.avalon.framework.configuration.SAXConfigurationHandler
 
complies(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 - exception 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, 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 composer is a class that need to connect to software components using a "role" abstraction, thus not depending on particular implementations but on behavioral interfaces.
compose(ComponentManager) - Method in interface 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 - exception 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.
configure(Configuration) - Method in interface org.apache.avalon.framework.configuration.Configurable
Pass the Configuration to the Configurable class.
Context - interface org.apache.avalon.framework.context.Context.
The context is the interface through which the Component and it's Container communicate.
ContextException - exception 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(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
 

D

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.
DefaultComponentManager(ComponentManager) - Constructor for class org.apache.avalon.framework.component.DefaultComponentManager
Construct ComponentManager with specified parent.
DefaultComponentSelector - class org.apache.avalon.framework.component.DefaultComponentSelector.
This is the default implementation of the ComponentSelector
DefaultComponentSelector() - Constructor for class org.apache.avalon.framework.component.DefaultComponentSelector
 
DefaultConfiguration - class org.apache.avalon.framework.configuration.DefaultConfiguration.
This is the default Configuration implementation.
DefaultConfiguration(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 SAXConfigurationBuilder builds configurations via SAX2 compliant parser.
DefaultConfigurationBuilder() - Constructor for class org.apache.avalon.framework.configuration.DefaultConfigurationBuilder
 
DefaultConfigurationBuilder(XMLReader) - Constructor for class org.apache.avalon.framework.configuration.DefaultConfigurationBuilder
 
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(Context) - Constructor for class org.apache.avalon.framework.context.DefaultContext
Create a Context with specified 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.
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 interface org.apache.avalon.framework.activity.Disposable
The dispose operation is called at the end of a components lifecycle.

E

EMPTY_ARRAY - Static variable in class org.apache.avalon.framework.configuration.DefaultConfiguration
 
endElement(String, String, String) - Method in class org.apache.avalon.framework.configuration.SAXConfigurationHandler
 
Enum - class org.apache.avalon.framework.Enum.
Basic enum class for type-safe enums.
Enum(String) - Constructor for class org.apache.avalon.framework.Enum
 
Enum(String, Map) - Constructor for class org.apache.avalon.framework.Enum
 
equals(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.SAXConfigurationHandler
This just throws an exception on a parse error.
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 interface org.apache.avalon.framework.activity.Executable
Execute the action associated with this component.

F

fatalError(SAXParseException) - Method in class org.apache.avalon.framework.configuration.SAXConfigurationHandler
This just throws an exception on a parse error.
fromConfiguration(Configuration) - Static method in class org.apache.avalon.framework.parameters.Parameters
Create a Parameters object from a Configuration object.
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.DefaultContext
Retrieve an item from the Context.
get(Object) - Method in interface org.apache.avalon.framework.context.Context
Retrieve an object from Context.
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 interface org.apache.avalon.framework.configuration.Configuration
Return the value of specified attribute.
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 class org.apache.avalon.framework.configuration.DefaultConfiguration
Return an array of all attribute names.
getAttributeNames() - Method in interface org.apache.avalon.framework.configuration.Configuration
Return an array of all attribute names.
getCause() - Method in class org.apache.avalon.framework.CascadingRuntimeException
Retrieve root cause of the exception.
getCause() - Method in class org.apache.avalon.framework.CascadingException
Retrieve root cause of the exception.
getCause() - Method in interface org.apache.avalon.framework.CascadingThrowable
 
getCause() - Method in class org.apache.avalon.framework.CascadingError
Retrieve root cause of the 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 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 interface org.apache.avalon.framework.configuration.Configuration
Return a new Configuration instance encapsulating the specified child node.
getChildCount() - Method in class org.apache.avalon.framework.configuration.DefaultConfiguration
Return count of children.
getChildren() - Method in class org.apache.avalon.framework.configuration.DefaultConfiguration
Return an Iterator of Configuration elements containing all node children.
getChildren() - Method in interface org.apache.avalon.framework.configuration.Configuration
Return an Array of Configuration elements containing all node children.
getChildren(String) - Method in class org.apache.avalon.framework.configuration.DefaultConfiguration
Return an Enumeration of Configuration objects children of this associated with the given name.
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.
getComponentMap() - Method in class org.apache.avalon.framework.component.DefaultComponentSelector
Helper method for subclasses to retrieve component map.
getComponentMap() - Method in class org.apache.avalon.framework.component.DefaultComponentManager
Helper method for subclasses to retrieve component map.
getConfiguration() - Method in class org.apache.avalon.framework.configuration.SAXConfigurationHandler
 
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
 
getLocation() - Method in class org.apache.avalon.framework.configuration.DefaultConfiguration
Returns a description of location of element.
getLocation() - Method in interface org.apache.avalon.framework.configuration.Configuration
Return a string describing location of Configuration.
getLocationString() - Method in class org.apache.avalon.framework.configuration.SAXConfigurationHandler
 
getLogger() - Method in class org.apache.avalon.framework.logger.AbstractLoggable
Helper method to allow sub-classes to aquire logger.
getName() - Method in class org.apache.avalon.framework.Enum
 
getName() - Method in class org.apache.avalon.framework.configuration.DefaultConfiguration
Returns the name of this configuration element.
getName() - Method in interface org.apache.avalon.framework.configuration.Configuration
Return the name of the node.
getNames() - Method in class org.apache.avalon.framework.parameters.Parameters
Retrieve an array of all parameter names.
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.
getStackTrace(Throwable, String) - Method in class org.apache.avalon.framework.logger.AvalonFormatter
Utility method to format stack trace.
getTime(long, String) - Method in class org.apache.avalon.framework.logger.AvalonFormatter
Utility method to format time.
getValue() - Method in class org.apache.avalon.framework.ValuedEnum
Get value of enum.
getValue() - Method in class org.apache.avalon.framework.configuration.DefaultConfiguration
Returns the value of the configuration element as a String.
getValue() - Method in interface org.apache.avalon.framework.configuration.Configuration
Return the String value of the node.
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.
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.

H

hasComponent(Object) - Method in class org.apache.avalon.framework.component.DefaultComponentSelector
Returns whether a Component exists or not
hasComponent(Object) - Method in interface org.apache.avalon.framework.component.ComponentSelector
Check to see if a Component exists for a hint.
hasComponent(String) - Method in class org.apache.avalon.framework.component.DefaultComponentManager
 
hasComponent(String) - Method in interface org.apache.avalon.framework.component.ComponentManager
Check to see if a Component exists for a role.

I

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 interface org.apache.avalon.framework.activity.Initializable
Initialialize the component.
isEqualTo(ValuedEnum) - Method in class org.apache.avalon.framework.ValuedEnum
Test if enum is equal in value to other enum.
isGreaterThan(ValuedEnum) - Method in class org.apache.avalon.framework.ValuedEnum
Test if enum is greater than in value to other enum.
isGreaterThanOrEqual(ValuedEnum) - Method in class org.apache.avalon.framework.ValuedEnum
Test if enum is greater than or equal in value to other enum.
isLessThan(ValuedEnum) - Method in class org.apache.avalon.framework.ValuedEnum
Test if enum is less than in value to other enum.
isLessThanOrEqual(ValuedEnum) - Method in class org.apache.avalon.framework.ValuedEnum
Test if enum 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.

L

Loggable - interface org.apache.avalon.framework.logger.Loggable.
Components that need to log can implement this interface to be provided Loggers.
lookup(String) - Method in class org.apache.avalon.framework.component.DefaultComponentManager
Retrieve Component by role from ComponentManager.
lookup(String) - Method in interface org.apache.avalon.framework.component.ComponentManager
Get the Component associated with the given role.

M

makeReadOnly() - Method in class org.apache.avalon.framework.component.DefaultComponentSelector
 
makeReadOnly() - Method in class org.apache.avalon.framework.component.DefaultComponentManager
 
makeReadOnly() - Method in class org.apache.avalon.framework.configuration.DefaultConfiguration
 
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
 
merge(Parameters) - Method in class org.apache.avalon.framework.parameters.Parameters
Merge parameters from another Parameters instance into this.

O

org.apache.avalon.framework - package org.apache.avalon.framework
The Framework part of Avalon contains interfaces and contracts surrounding those interfaces, along with default implementations of some of those interfaces.
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.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.thread - package org.apache.avalon.framework.thread
 

P

ParameterException - exception 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(Parameters) - Method in interface org.apache.avalon.framework.parameters.Parameterizable
Provide component with parameters.
Parameters - class org.apache.avalon.framework.parameters.Parameters.
The Parameters 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
 
printStackTrace(Throwable, boolean) - Static method in class org.apache.avalon.framework.ExceptionUtil
 
printStackTrace(Throwable, int) - Static method in class org.apache.avalon.framework.ExceptionUtil
 
printStackTrace(Throwable, int, boolean) - Static method in class org.apache.avalon.framework.ExceptionUtil
 
put(Object, Component) - Method in class org.apache.avalon.framework.component.DefaultComponentSelector
Populate the ComponentSelector.
put(Object, Object) - Method in class org.apache.avalon.framework.context.DefaultContext
Helper method fo adding items to Context.
put(String, 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(ComponentManager) - Method in interface 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 runtime.
reconfigure(Configuration) - Method in interface org.apache.avalon.framework.configuration.Reconfigurable
 
Recontextualizable - interface org.apache.avalon.framework.context.Recontextualizable.
Extends Contextualizable to allow recontextualizing.
recontextualize(Context) - Method in interface org.apache.avalon.framework.context.Recontextualizable
Pass the new Context to the component.
release(Component) - Method in class org.apache.avalon.framework.component.DefaultComponentSelector
Release component.
release(Component) - Method in class org.apache.avalon.framework.component.DefaultComponentManager
Release component.
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.
removeChild(Configuration) - Method in class org.apache.avalon.framework.configuration.DefaultConfiguration
Remove a child Configuration to this configuration element.
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(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 org.apache.avalon.framework.configuration.SAXConfigurationHandler.
A SAXConfigurationHandler helps build Configurations out of sax events.
SAXConfigurationHandler() - Constructor for class org.apache.avalon.framework.configuration.SAXConfigurationHandler
 
select(Object) - Method in class org.apache.avalon.framework.component.DefaultComponentSelector
Select the desired component.
select(Object) - Method in interface org.apache.avalon.framework.component.ComponentSelector
Select the Component associated with the given hint.
setAttribute(String, String) - Method in class org.apache.avalon.framework.configuration.DefaultConfiguration
 
setDocumentLocator(Locator) - Method in class org.apache.avalon.framework.configuration.SAXConfigurationHandler
 
setLogger(Logger) - Method in class org.apache.avalon.framework.logger.AbstractLoggable
Set the components logger.
setLogger(Logger) - Method in interface 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.AbstractLoggable
Helper method to setup other components with same logger.
setupLogger(Object, 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.AbstractLoggable
Helper method to setup other components with logger.
setValue(String) - Method in class org.apache.avalon.framework.configuration.DefaultConfiguration
 
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 interface org.apache.avalon.framework.activity.Startable
Starts the component.
Startable - interface org.apache.avalon.framework.activity.Startable.
The Startable interface is used when components need to be "running" to be active.
startElement(String, String, String, Attributes) - Method in class org.apache.avalon.framework.configuration.SAXConfigurationHandler
 
stop() - Method in interface org.apache.avalon.framework.activity.Startable
Stops the component.
suspend() - Method in interface 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.
toString() - Method in class org.apache.avalon.framework.Version
Overload toString to report version correctly.
toString() - Method in class org.apache.avalon.framework.Enum
 
toString() - Method in class org.apache.avalon.framework.ValuedEnum
Overide toString method to produce human readable description.
toString() - Method in class org.apache.avalon.framework.component.DefaultComponentManager
Build a human readable representation of ComponentManager.

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.
ValuedEnum(String, int, Map) - Constructor for class org.apache.avalon.framework.ValuedEnum
Constructor for enum 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

warning(SAXParseException) - Method in class org.apache.avalon.framework.configuration.SAXConfigurationHandler
This just throws an exception on a parse error.

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

Copyright © 2001 Apache Jakarta Project. All Rights Reserved.