- AbstractConfiguration - Class in org.apache.avalon.framework.configuration
-
This is an abstract Configuration
implementation that deals
with methods that can be abstracted away from underlying implementations.
- AbstractConfiguration() - Constructor for class org.apache.avalon.framework.configuration.AbstractConfiguration
-
- AbstractLoggable - Class in org.apache.avalon.framework.logger
-
Deprecated.
Use AbstractLogEnabled
instead.
- AbstractLoggable() - Constructor for class org.apache.avalon.framework.logger.AbstractLoggable
-
Deprecated.
- addAll(Configuration, boolean) - Method in class org.apache.avalon.framework.configuration.DefaultConfiguration
-
Add all the attributes, children and value
from specified configuration element to current
configuration element.
- addAll(Configuration) - Method in class org.apache.avalon.framework.configuration.DefaultConfiguration
-
Add all the attributes, children and value
from specified configuration element to current
configuration element.
- addAll(Configuration) - Method in interface org.apache.avalon.framework.configuration.MutableConfiguration
-
Add all the attributes, children and value
from specified configuration element to current
configuration element.
- addAllAttributes(Configuration) - Method in class org.apache.avalon.framework.configuration.DefaultConfiguration
-
Add all attributes from specified configuration
element to current configuration element.
- addAllAttributes(Configuration) - Method in interface org.apache.avalon.framework.configuration.MutableConfiguration
-
Add all attributes from specified configuration
element to current configuration element.
- addAllChildren(Configuration, boolean) - Method in class org.apache.avalon.framework.configuration.DefaultConfiguration
-
Add all child Configuration
objects from specified
configuration element to current configuration element.
- addAllChildren(Configuration) - Method in class org.apache.avalon.framework.configuration.DefaultConfiguration
-
Add all child Configuration
objects from specified
configuration element to current configuration element.
- addAllChildren(Configuration) - Method in interface org.apache.avalon.framework.configuration.MutableConfiguration
-
Add all child Configuration
objects from specified
configuration element to current configuration element.
- addAttribute(String, String) - Method in class org.apache.avalon.framework.configuration.DefaultConfiguration
-
Deprecated.
Use setAttribute() instead
- addChild(Configuration) - Method in class org.apache.avalon.framework.configuration.DefaultConfiguration
-
Add a child Configuration
to this configuration element.
- addChild(Configuration) - Method in interface org.apache.avalon.framework.configuration.MutableConfiguration
-
Add a child Configuration
to this configuration element.
- appendValueData(String) - Method in class org.apache.avalon.framework.configuration.DefaultConfiguration
-
Deprecated.
Use setValue() instead
- areAttributesEqual(Configuration, Configuration) - Static method in class org.apache.avalon.framework.configuration.ConfigurationUtil
-
Return true if the attributes of both configurations are equal.
- areChildrenEqual(Configuration, Configuration) - Static method in class org.apache.avalon.framework.configuration.ConfigurationUtil
-
Return true if the children of both configurations are equal.
- areValuesEqual(Configuration, Configuration) - Static method in class org.apache.avalon.framework.configuration.ConfigurationUtil
-
Return true if the values of two configurations are equal.
- AvalonFormatter - Class in org.apache.avalon.framework.logger
-
This formatter extends ExtendedPatternFormatter so that
CascadingExceptions are formatted with all nested exceptions.
- AvalonFormatter(String) - Constructor for class org.apache.avalon.framework.logger.AvalonFormatter
-
Construct the formatter with the specified pattern
and which which prints out exceptions to stackDepth of 8.
- AvalonFormatter(String, int, boolean) - Constructor for class org.apache.avalon.framework.logger.AvalonFormatter
-
Construct the formatter with the specified pattern
and which which prints out exceptions to stackDepth specified.
- captureStackTrace(Throwable) - Static method in class org.apache.avalon.framework.ExceptionUtil
-
Captures the stack trace associated with this exception.
- 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.
- check(Object, Object) - Method in class org.apache.avalon.framework.configuration.DefaultConfiguration
-
- 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.
- 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.
- close() - Method in class org.apache.avalon.framework.logger.LoggerAwareOutputStream
-
Purposely flushes the stream, but doesn't close anything since the logger
is managed by another class.
- CommonsLogger - Class in org.apache.avalon.framework.logger
-
An Avalon Logger
implementation backed by a
of commons lLogging.
- CommonsLogger(Log, String) - Constructor for class org.apache.avalon.framework.logger.CommonsLogger
-
Construct a CommonsLogger.
- compose(Object, ComponentManager) - Static method in class org.apache.avalon.framework.container.ContainerUtil
-
Deprecated.
compose() is no longer the preferred method via
which components will be supplied with Components. Please
Use service() from Composable instead.
- ConfigurationUtil - Class in org.apache.avalon.framework.configuration
-
This class has a bunch of utility methods to work
with configuration objects.
- ConfigurationUtil() - Constructor for class org.apache.avalon.framework.configuration.ConfigurationUtil
-
Private constructor to block instantiation.
- configure(Object, Configuration) - Static method in class org.apache.avalon.framework.container.ContainerUtil
-
Configure specified object if it implements the
Configurable
interface.
- ConsoleLogger - Class in org.apache.avalon.framework.logger
-
Logger sending everything to the standard output streams.
- ConsoleLogger() - Constructor for class org.apache.avalon.framework.logger.ConsoleLogger
-
Creates a new ConsoleLogger with the priority set to DEBUG.
- ConsoleLogger(int) - Constructor for class org.apache.avalon.framework.logger.ConsoleLogger
-
Creates a new ConsoleLogger.
- ContainerUtil - Class in org.apache.avalon.framework.container
-
Utility class that makes it easier to transfer
a component throught it's lifecycle stages.
- ContainerUtil() - Constructor for class org.apache.avalon.framework.container.ContainerUtil
-
Private constructor to block instantiation.
- contextualize(Object, Context) - Static method in class org.apache.avalon.framework.container.ContainerUtil
-
Supply specified object with a Context object if it implements the
Contextualizable
interface.
- 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.
- createConfiguration(String, String) - Method in class org.apache.avalon.framework.configuration.SAXConfigurationHandler
-
Create a new DefaultConfiguration
with the specified
local name and location.
- createContentHandler(Result) - Method in class org.apache.avalon.framework.configuration.DefaultConfigurationSerializer
-
Create a ContentHandler for an OutputStream
- createElement(Document, Configuration) - Static method in class org.apache.avalon.framework.configuration.ConfigurationUtil
-
Create an DOM Element
from a Configuration
object.
- createLogger(Logger) - Static method in class org.apache.avalon.framework.logger.LogKit2AvalonLoggerAdapter
-
Create a Logkit org.apache.log.Logger
instance that
redirects to an Avalon org.apache.avalon.framework.logger.Logger
instance.
- debug(String) - Method in class org.apache.avalon.framework.logger.CommonsLogger
-
- debug(String, Throwable) - Method in class org.apache.avalon.framework.logger.CommonsLogger
-
- debug(String) - Method in class org.apache.avalon.framework.logger.ConsoleLogger
-
Logs a debugging message.
- debug(String, Throwable) - Method in class org.apache.avalon.framework.logger.ConsoleLogger
-
Logs a debugging message and an exception.
- debug(String) - Method in class org.apache.avalon.framework.logger.Jdk14Logger
-
Log a debug message.
- debug(String, Throwable) - 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, Throwable) - Method in class org.apache.avalon.framework.logger.Log4JLogger
-
Log a debug message.
- debug(String) - Method in class org.apache.avalon.framework.logger.LogKitLogger
-
Log a debug message.
- debug(String, Throwable) - 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.NullLogger
-
No-op.
- DEFAULT_PRINT_CASCADING - Static variable in class org.apache.avalon.framework.logger.AvalonFormatter
-
The constant defining the default behaviour for printing
nested exceptions.
- DEFAULT_STACK_DEPTH - Static variable in class org.apache.avalon.framework.logger.AvalonFormatter
-
The constant defining the default stack depth when
none other is specified.
- DefaultComponentManager - Class in org.apache.avalon.framework.component
-
This class is a static implementation of a ComponentManager.
- DefaultComponentManager() - Constructor for class org.apache.avalon.framework.component.DefaultComponentManager
-
Construct ComponentManager with no parent.
- DefaultComponentManager(ComponentManager) - Constructor for class org.apache.avalon.framework.component.DefaultComponentManager
-
Construct ComponentManager with specified parent.
- DefaultComponentSelector - Class in org.apache.avalon.framework.component
-
This is the default implementation of the ComponentSelector.
- DefaultComponentSelector() - Constructor for class org.apache.avalon.framework.component.DefaultComponentSelector
-
- DefaultConfiguration - Class in org.apache.avalon.framework.configuration
-
This is the default Configuration
implementation.
- DefaultConfiguration(Configuration, boolean) - Constructor for class org.apache.avalon.framework.configuration.DefaultConfiguration
-
Copy constructor, to create a clone of another configuration.
- DefaultConfiguration(Configuration) - Constructor for class org.apache.avalon.framework.configuration.DefaultConfiguration
-
Shallow copy constructor, suitable for craeting a writable clone of
a read-only configuration.
- 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 in org.apache.avalon.framework.configuration
-
A DefaultConfigurationBuilder builds Configuration
s from XML,
via a SAX2 compliant parser.
- DefaultConfigurationBuilder() - Constructor for class org.apache.avalon.framework.configuration.DefaultConfigurationBuilder
-
Create a Configuration Builder with a default XMLReader that ignores
namespaces.
- DefaultConfigurationBuilder(boolean) - Constructor for class org.apache.avalon.framework.configuration.DefaultConfigurationBuilder
-
Create a Configuration Builder, specifying a flag that determines
namespace support.
- DefaultConfigurationBuilder(XMLReader) - Constructor for class org.apache.avalon.framework.configuration.DefaultConfigurationBuilder
-
Create a Configuration Builder with your own XMLReader.
- DefaultConfigurationSerializer - Class in org.apache.avalon.framework.configuration
-
A ConfigurationSerializer serializes configurations via SAX2 compliant parser.
- DefaultConfigurationSerializer() - Constructor for class org.apache.avalon.framework.configuration.DefaultConfigurationSerializer
-
- DefaultContext - Class in org.apache.avalon.framework.context
-
Default implementation of Context.
- DefaultContext(Map, Context) - Constructor for class org.apache.avalon.framework.context.DefaultContext
-
Create a Context with specified data and parent.
- DefaultContext(Map) - Constructor for class org.apache.avalon.framework.context.DefaultContext
-
Create a Context with specified data.
- DefaultContext(Context) - Constructor for class org.apache.avalon.framework.context.DefaultContext
-
Create a Context with specified parent.
- DefaultContext() - Constructor for class org.apache.avalon.framework.context.DefaultContext
-
Create a Context with no parent.
- DefaultContext.Hidden - Class in org.apache.avalon.framework.context
-
- DefaultContext.Hidden() - Constructor for class org.apache.avalon.framework.context.DefaultContext.Hidden
-
- DefaultImmutableConfiguration - Class in org.apache.avalon.framework.configuration
-
An immutable implementation of the Configuration
interface.
- DefaultImmutableConfiguration(Configuration) - Constructor for class org.apache.avalon.framework.configuration.DefaultImmutableConfiguration
-
Deep copy constructor.
- DefaultServiceManager - Class in org.apache.avalon.framework.service
-
This class is a static implementation of a ServiceManager
.
- DefaultServiceManager() - Constructor for class org.apache.avalon.framework.service.DefaultServiceManager
-
Construct ServiceManager
with no parent.
- DefaultServiceManager(ServiceManager) - Constructor for class org.apache.avalon.framework.service.DefaultServiceManager
-
Construct ServiceManager
with specified parent.
- DefaultServiceSelector - Class in org.apache.avalon.framework.service
-
This is the default implementation of the ServiceSelector
- DefaultServiceSelector() - Constructor for class org.apache.avalon.framework.service.DefaultServiceSelector
-
Create a DefaultServiceSelector with a default empty role.
- DefaultServiceSelector(String) - Constructor for class org.apache.avalon.framework.service.DefaultServiceSelector
-
Create a DefaultServiceSelector with a role for debug purposes.
- dispose(Object) - Static method in class org.apache.avalon.framework.container.ContainerUtil
-
Dispose specified object if it implements the
Disposable
interface.
- EMPTY_ARRAY - Static variable in class org.apache.avalon.framework.configuration.DefaultConfiguration
-
An empty (length zero) array of configuration objects.
- EMPTY_ARRAY - Static variable in class org.apache.avalon.framework.configuration.DefaultImmutableConfiguration
-
An empty (length zero) array of configuration objects.
- enableLogging(Object, Logger) - Static method in class org.apache.avalon.framework.container.ContainerUtil
-
Supply specified object with Logger if it implements the
LogEnabled
interface.
- 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.
- equals(Configuration, Configuration) - Static method in class org.apache.avalon.framework.configuration.ConfigurationUtil
-
Test to see if two Configuration's can be considered the same.
- equals(Object) - Method in class org.apache.avalon.framework.configuration.DefaultConfiguration
-
Compare if this configuration is equal to another.
- equals(Object) - Method in class org.apache.avalon.framework.configuration.DefaultImmutableConfiguration
-
Compare if this configuration is equal to another.
- equals(Object) - Method in class org.apache.avalon.framework.context.DefaultContext
-
Check for equality between two DefaultContext objects.
- 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.CommonsLogger
-
- error(String, Throwable) - Method in class org.apache.avalon.framework.logger.CommonsLogger
-
- error(String) - Method in class org.apache.avalon.framework.logger.ConsoleLogger
-
Logs an error message.
- error(String, Throwable) - Method in class org.apache.avalon.framework.logger.ConsoleLogger
-
Logs an error message and an exception.
- error(String) - Method in class org.apache.avalon.framework.logger.Jdk14Logger
-
Log a error message.
- error(String, Throwable) - 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, Throwable) - Method in class org.apache.avalon.framework.logger.Log4JLogger
-
Log a error message.
- error(String) - Method in class org.apache.avalon.framework.logger.LogKitLogger
-
Log a error message.
- error(String, Throwable) - 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.NullLogger
-
No-op.
- ExceptionUtil - Class in org.apache.avalon.framework
-
This class provides basic facilities for manipulating exceptions.
- ExceptionUtil() - Constructor for class org.apache.avalon.framework.ExceptionUtil
-
Private constructor to prevent instantiation.
- execute(Object) - Static method in class org.apache.avalon.framework.container.ContainerUtil
-
Execute the specified object if it implements the
Executable
interface.
- EXPECTED_DEPTH - Static variable in class org.apache.avalon.framework.configuration.NamespacedSAXConfigurationHandler
-
Likely number of nested configuration items.
- EXPECTED_DEPTH - Static variable in class org.apache.avalon.framework.configuration.SAXConfigurationHandler
-
Likely number of nested configuration items.
- get(Object) - Method in class org.apache.avalon.framework.context.DefaultContext
-
Retrieve an item from the Context.
- GET_CAUSE_NAME - Static variable in class org.apache.avalon.framework.ExceptionUtil
-
- GET_CAUSE_PARAMTYPES - Static variable in class org.apache.avalon.framework.ExceptionUtil
-
- 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) - Method in class org.apache.avalon.framework.configuration.DefaultConfiguration
-
Returns the value of the attribute specified by its name as a
String
.
- getAttribute(String) - Method in class org.apache.avalon.framework.configuration.DefaultImmutableConfiguration
-
Returns the value of the attribute specified by its name as a
String
.
- 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, boolean) - Method in class org.apache.avalon.framework.configuration.AbstractConfiguration
-
Returns the value of the attribute specified by its name as a
boolean
.
- getAttributeAsDouble(String) - Method in class org.apache.avalon.framework.configuration.AbstractConfiguration
-
Returns the value of the attribute specified by its name as a
double
.
- getAttributeAsDouble(String, double) - Method in class org.apache.avalon.framework.configuration.AbstractConfiguration
-
Returns the value of the attribute specified by its name as a
double
.
- 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, float) - Method in class org.apache.avalon.framework.configuration.AbstractConfiguration
-
Returns the value of the attribute specified by its name as a
float
.
- 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, int) - Method in class org.apache.avalon.framework.configuration.AbstractConfiguration
-
Returns the value of the attribute specified by its name as an
int
.
- 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, long) - Method in class org.apache.avalon.framework.configuration.AbstractConfiguration
-
Returns the value of the attribute specified by its name as a
long
.
- getAttributeNames() - Method in class org.apache.avalon.framework.configuration.DefaultConfiguration
-
Return an array of all attribute names.
- getAttributeNames() - Method in class org.apache.avalon.framework.configuration.DefaultImmutableConfiguration
-
Return an array of all attribute names.
- getCause(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, 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 class org.apache.avalon.framework.configuration.DefaultImmutableConfiguration
-
Return the first Configuration
object child of this
associated with the given name.
- getChildCount() - Method in class org.apache.avalon.framework.configuration.DefaultConfiguration
-
Return count of children.
- getChildCount() - Method in class org.apache.avalon.framework.configuration.DefaultImmutableConfiguration
-
Return count of children.
- getChildLogger(String) - Method in class org.apache.avalon.framework.logger.CommonsLogger
-
- 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.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.DefaultConfiguration
-
Return an array of Configuration
elements containing all node children.
- getChildren(String) - Method in class org.apache.avalon.framework.configuration.DefaultConfiguration
-
Return an array of Configuration
objects
children of this associated with the given name.
- getChildren() - Method in class org.apache.avalon.framework.configuration.DefaultImmutableConfiguration
-
Return an array of Configuration
elements containing all node children.
- getChildren(String) - Method in class org.apache.avalon.framework.configuration.DefaultImmutableConfiguration
-
Return an array of Configuration
objects
children of this associated with the given name.
- getClass(String) - Method in class org.apache.avalon.framework.logger.AvalonFormatter
-
Finds the class that has called Logger.
- 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.
- getLocation() - Method in class org.apache.avalon.framework.configuration.DefaultConfiguration
-
Returns a description of location of element.
- getLocation() - Method in class org.apache.avalon.framework.configuration.DefaultImmutableConfiguration
-
Returns a description of location of element.
- getLocationString() - Method in class org.apache.avalon.framework.configuration.NamespacedSAXConfigurationHandler
-
Returns a string showing the current system ID, line number and column number.
- getLocationString() - Method in class org.apache.avalon.framework.configuration.SAXConfigurationHandler
-
Returns a string showing the current system ID, line number and column number.
- getLogger() - Method in class org.apache.avalon.framework.logger.AbstractLoggable
-
Deprecated.
Helper method to allow sub-classes to aquire logger.
- getMutableChild(String) - Method in class org.apache.avalon.framework.configuration.DefaultConfiguration
-
- getMutableChild(String, boolean) - Method in class org.apache.avalon.framework.configuration.DefaultConfiguration
-
- getMutableChild(String) - Method in interface org.apache.avalon.framework.configuration.MutableConfiguration
-
Equivalent to getMutableChild( name, true )
- getMutableChild(String, boolean) - Method in interface org.apache.avalon.framework.configuration.MutableConfiguration
-
Gets a child node of this configuration.
- getMutableChildren() - Method in class org.apache.avalon.framework.configuration.DefaultConfiguration
-
- getMutableChildren(String) - Method in class org.apache.avalon.framework.configuration.DefaultConfiguration
-
- getMutableChildren() - Method in interface org.apache.avalon.framework.configuration.MutableConfiguration
-
Returns an array of mutable children.
- getMutableChildren(String) - Method in interface org.apache.avalon.framework.configuration.MutableConfiguration
-
Returns an array of mutable children with the given name.
- getName() - Method in class org.apache.avalon.framework.configuration.DefaultConfiguration
-
Returns the name of this configuration element.
- getName() - Method in class org.apache.avalon.framework.configuration.DefaultImmutableConfiguration
-
Returns the name of this configuration element.
- getNamespace() - Method in class org.apache.avalon.framework.configuration.DefaultConfiguration
-
Returns the namespace of this configuration element
- getNamespace() - Method in class org.apache.avalon.framework.configuration.DefaultImmutableConfiguration
-
Returns the namespace of this configuration element
- getObjectMap() - Method in class org.apache.avalon.framework.service.DefaultServiceManager
-
Helper method for subclasses to retrieve object map.
- getObjectMap() - Method in class org.apache.avalon.framework.service.DefaultServiceSelector
-
Helper method for subclasses to retrieve object map.
- getParent() - Method in class org.apache.avalon.framework.component.DefaultComponentManager
-
Helper method for subclasses to retrieve parent.
- getParent() - Method in class org.apache.avalon.framework.context.DefaultContext
-
Get parent context if any.
- getParent() - Method in class org.apache.avalon.framework.service.DefaultServiceManager
-
Helper method for subclasses to retrieve parent.
- getPrefix() - Method in class org.apache.avalon.framework.configuration.AbstractConfiguration
-
Returns the prefix of the namespace.
- getPrefix() - Method in class org.apache.avalon.framework.configuration.DefaultConfiguration
-
Returns the prefix of the namespace
- getPrefix() - Method in class org.apache.avalon.framework.configuration.DefaultImmutableConfiguration
-
Returns the prefix of the namespace
- 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(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.DefaultConfiguration
-
Returns the value of the configuration element as a String
.
- getValue() - Method in class org.apache.avalon.framework.configuration.DefaultConfiguration
-
Returns the value of the configuration element as a String
.
- getValue(String) - Method in class org.apache.avalon.framework.configuration.DefaultImmutableConfiguration
-
Returns the value of the configuration element as a String
.
- getValue() - Method in class org.apache.avalon.framework.configuration.DefaultImmutableConfiguration
-
Returns the value of the configuration element as a String
.
- getValueAsBoolean() - Method in class org.apache.avalon.framework.configuration.AbstractConfiguration
-
Returns the value of the configuration element as a boolean
.
- getValueAsBoolean(boolean) - Method in class org.apache.avalon.framework.configuration.AbstractConfiguration
-
Returns the value of the configuration element as a boolean
.
- getValueAsDouble() - Method in class org.apache.avalon.framework.configuration.AbstractConfiguration
-
Returns the value of the configuration element as a double
.
- getValueAsDouble(double) - Method in class org.apache.avalon.framework.configuration.AbstractConfiguration
-
Returns the value of the configuration element as a double
.
- getValueAsFloat() - 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.AbstractConfiguration
-
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(int) - Method in class org.apache.avalon.framework.configuration.AbstractConfiguration
-
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(long) - Method in class org.apache.avalon.framework.configuration.AbstractConfiguration
-
Returns the value of the configuration element as a long
.
- getWrappedSelector() - Method in class org.apache.avalon.framework.component.WrapperComponentSelector
-
- getWrappedSelector() - Method in class org.apache.avalon.framework.service.WrapperServiceSelector
-
- info(String) - Method in class org.apache.avalon.framework.logger.CommonsLogger
-
- info(String, Throwable) - Method in class org.apache.avalon.framework.logger.CommonsLogger
-
- info(String) - Method in class org.apache.avalon.framework.logger.ConsoleLogger
-
Logs an informational message.
- info(String, Throwable) - Method in class org.apache.avalon.framework.logger.ConsoleLogger
-
Logs an informational message and an exception.
- info(String) - Method in class org.apache.avalon.framework.logger.Jdk14Logger
-
Log a info message.
- info(String, Throwable) - 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, Throwable) - Method in class org.apache.avalon.framework.logger.Log4JLogger
-
Log a info message.
- info(String) - Method in class org.apache.avalon.framework.logger.LogKitLogger
-
Log a info message.
- info(String, Throwable) - 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.NullLogger
-
No-op.
- 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.CommonsLogger
-
- 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.LogKitLogger
-
Determine if messages of priority "debug" will be logged.
- isDebugEnabled() - Method in class org.apache.avalon.framework.logger.NullLogger
-
No-op.
- isErrorEnabled() - Method in class org.apache.avalon.framework.logger.CommonsLogger
-
- 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.LogKitLogger
-
Determine if messages of priority "error" will be logged.
- isErrorEnabled() - Method in class org.apache.avalon.framework.logger.NullLogger
-
No-op.
- isFalse(String) - Method in class org.apache.avalon.framework.configuration.AbstractConfiguration
-
- isFatalErrorEnabled() - Method in class org.apache.avalon.framework.logger.CommonsLogger
-
- 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.LogKitLogger
-
Determine if messages of priority "fatalError" will be logged.
- isFatalErrorEnabled() - Method in class org.apache.avalon.framework.logger.NullLogger
-
No-op.
- isInfoEnabled() - Method in class org.apache.avalon.framework.logger.CommonsLogger
-
- 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.LogKitLogger
-
Determine if messages of priority "info" will be logged.
- isInfoEnabled() - Method in class org.apache.avalon.framework.logger.NullLogger
-
No-op.
- isReadOnly() - Method in class org.apache.avalon.framework.configuration.DefaultConfiguration
-
Returns true iff this DefaultConfiguration has been made read-only.
- isSelectable(Object) - Method in class org.apache.avalon.framework.service.DefaultServiceSelector
-
Returns whether a Object exists or not
- isSelectable(Object) - Method in class org.apache.avalon.framework.service.WrapperServiceSelector
-
Check to see if a Object
exists relative to the supplied policy.
- isTrue(String) - Method in class org.apache.avalon.framework.configuration.AbstractConfiguration
-
- isWarnEnabled() - Method in class org.apache.avalon.framework.logger.CommonsLogger
-
- 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.LogKitLogger
-
Determine if messages of priority "warn" will be logged.
- isWarnEnabled() - Method in class org.apache.avalon.framework.logger.NullLogger
-
No-op.
- LEVEL_DEBUG - Static variable in class org.apache.avalon.framework.logger.ConsoleLogger
-
Typecode for debugging messages.
- LEVEL_DISABLED - Static variable in class org.apache.avalon.framework.logger.ConsoleLogger
-
Typecode for disabled log levels.
- LEVEL_ERROR - Static variable in class org.apache.avalon.framework.logger.ConsoleLogger
-
Typecode for error messages.
- LEVEL_FATAL - Static variable in class org.apache.avalon.framework.logger.ConsoleLogger
-
Typecode for fatal error messages.
- LEVEL_INFO - Static variable in class org.apache.avalon.framework.logger.ConsoleLogger
-
Typecode for informational messages.
- LEVEL_WARN - Static variable in class org.apache.avalon.framework.logger.ConsoleLogger
-
Typecode for warning messages.
- LINE_SEPARATOR - Static variable in class org.apache.avalon.framework.ExceptionUtil
-
- log - Variable in class org.apache.avalon.framework.logger.CommonsLogger
-
- Log4JLogger - Class in org.apache.avalon.framework.logger
-
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.
- LoggerAwareOutputStream - Class in org.apache.avalon.framework.logger
-
Logger aware output stream, characters written to this OutputStream
are buffered until a newline character is encountered, or a flush() is called.
- LoggerAwareOutputStream(Logger) - Constructor for class org.apache.avalon.framework.logger.LoggerAwareOutputStream
-
Constructor, creates instance of class.
- LogKit2AvalonLoggerAdapter - Class in org.apache.avalon.framework.logger
-
A basic adapter that adapts an Avalon Logger to a Logkit Logger.
- LogKit2AvalonLoggerAdapter(Logger) - Constructor for class org.apache.avalon.framework.logger.LogKit2AvalonLoggerAdapter
-
Constructor for an Adaptor.
- LogKitLogger - Class in org.apache.avalon.framework.logger
-
The default LogKit wrapper class for Logger.
- LogKitLogger(org.apache.log.Logger) - Constructor for class org.apache.avalon.framework.logger.LogKitLogger
-
Create a logger that delegates to specified logger.
- logMessage(String) - Method in class org.apache.avalon.framework.logger.LoggerAwareOutputStream
-
Writes the message to the log.
- lookup(String) - Method in class org.apache.avalon.framework.component.DefaultComponentManager
-
Retrieve Component by key from ComponentManager.
- lookup(String) - Method in class org.apache.avalon.framework.component.WrapperComponentManager
-
Retrieve a component via a key.
- lookup(String) - Method in class org.apache.avalon.framework.service.DefaultServiceManager
-
Retrieve Object
by key from ServiceManager
.
- lookup(String) - Method in class org.apache.avalon.framework.service.WrapperServiceManager
-
Retrieve a service using specified key.
- SAXConfigurationHandler - Class in org.apache.avalon.framework.configuration
-
A SAXConfigurationHandler helps build Configurations out of sax events.
- SAXConfigurationHandler() - Constructor for class org.apache.avalon.framework.configuration.SAXConfigurationHandler
-
- select(Object) - Method in class org.apache.avalon.framework.component.DefaultComponentSelector
-
Select the desired component.
- select(Object) - Method in class org.apache.avalon.framework.component.WrapperComponentSelector
-
Select a Component based on a policy.
- select(Object) - Method in class org.apache.avalon.framework.service.DefaultServiceSelector
-
Select the desired object.
- select(Object) - Method in class org.apache.avalon.framework.service.WrapperServiceSelector
-
Select a service based on a policy.
- serialize(ContentHandler, Configuration) - Method in class org.apache.avalon.framework.configuration.DefaultConfigurationSerializer
-
Serialize the configuration to a ContentHandler
- serialize(OutputStream, Configuration) - Method in class org.apache.avalon.framework.configuration.DefaultConfigurationSerializer
-
Serialize the configuration object to an output stream.
- serialize(String, Configuration) - Method in class org.apache.avalon.framework.configuration.DefaultConfigurationSerializer
-
Serialize the configuration object to an output stream derived from an
URI.
- serialize(Configuration) - Method in class org.apache.avalon.framework.configuration.DefaultConfigurationSerializer
-
Serialize the configuration object to a string
- serializeElement(ContentHandler, NamespaceSupport, Configuration) - Method in class org.apache.avalon.framework.configuration.DefaultConfigurationSerializer
-
Serialize each Configuration element.
- serializeToFile(String, Configuration) - Method in class org.apache.avalon.framework.configuration.DefaultConfigurationSerializer
-
Serialize the configuration object to a file using a filename.
- serializeToFile(File, Configuration) - Method in class org.apache.avalon.framework.configuration.DefaultConfigurationSerializer
-
Serialize the configuration object to a file using a File object.
- service(Object, ServiceManager) - Static method in class org.apache.avalon.framework.container.ContainerUtil
-
Supply specified object with ServiceManager if it implements the
Serviceable
interface.
- setAttribute(String, String) - Method in class org.apache.avalon.framework.configuration.DefaultConfiguration
-
Set the value of the specified attribute to the specified string.
- setAttribute(String, int) - Method in class org.apache.avalon.framework.configuration.DefaultConfiguration
-
Set the value of the specified attribute to the specified int.
- setAttribute(String, long) - Method in class org.apache.avalon.framework.configuration.DefaultConfiguration
-
Set the value of the specified attribute to the specified long.
- setAttribute(String, boolean) - Method in class org.apache.avalon.framework.configuration.DefaultConfiguration
-
Set the value of the specified attribute to the specified boolean.
- setAttribute(String, float) - Method in class org.apache.avalon.framework.configuration.DefaultConfiguration
-
Set the value of the specified attribute to the specified float.
- setAttribute(String, double) - Method in class org.apache.avalon.framework.configuration.DefaultConfiguration
-
Set the value of the specified attribute to the specified double.
- setAttribute(String, String) - Method in interface org.apache.avalon.framework.configuration.MutableConfiguration
-
Set the value of the specified attribute to the specified string.
- setAttribute(String, int) - Method in interface org.apache.avalon.framework.configuration.MutableConfiguration
-
Set the value of the specified attribute to the specified int.
- setAttribute(String, long) - Method in interface org.apache.avalon.framework.configuration.MutableConfiguration
-
Set the value of the specified attribute to the specified long.
- setAttribute(String, boolean) - Method in interface org.apache.avalon.framework.configuration.MutableConfiguration
-
Set the value of the specified attribute to the specified boolean.
- setAttribute(String, float) - Method in interface org.apache.avalon.framework.configuration.MutableConfiguration
-
Set the value of the specified attribute to the specified float.
- setAttribute(String, double) - Method in interface org.apache.avalon.framework.configuration.MutableConfiguration
-
Set the value of the specified attribute to the specified double.
- setDocumentLocator(Locator) - Method in class org.apache.avalon.framework.configuration.NamespacedSAXConfigurationHandler
-
Set the document Locator
to use.
- setDocumentLocator(Locator) - Method in class org.apache.avalon.framework.configuration.SAXConfigurationHandler
-
Set the document Locator
to use.
- setEntityResolver(EntityResolver) - Method in class org.apache.avalon.framework.configuration.DefaultConfigurationBuilder
-
Sets the EntityResolver
to
be used by parser.
- setIndent(boolean) - Method in class org.apache.avalon.framework.configuration.DefaultConfigurationSerializer
-
Sets the Serializer's use of indentation.
- setLogger(org.apache.log.Logger) - Method in class org.apache.avalon.framework.logger.AbstractLoggable
-
Deprecated.
Set the components logger.
- setParser(XMLReader) - Method in class org.apache.avalon.framework.configuration.DefaultConfigurationBuilder
-
Internally sets up the XMLReader
- setupLogger(Object) - Method in class org.apache.avalon.framework.logger.AbstractLoggable
-
Deprecated.
Helper method to setup other components with same logger.
- setupLogger(Object, String) - Method in class org.apache.avalon.framework.logger.AbstractLoggable
-
Deprecated.
Helper method to setup other components with logger.
- setupLogger(Object, org.apache.log.Logger) - Method in class org.apache.avalon.framework.logger.AbstractLoggable
-
Deprecated.
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.
- setValue(int) - Method in class org.apache.avalon.framework.configuration.DefaultConfiguration
-
Set the value of this Configuration
object to the specified int.
- setValue(long) - Method in class org.apache.avalon.framework.configuration.DefaultConfiguration
-
Set the value of this Configuration
object to the specified long.
- setValue(boolean) - Method in class org.apache.avalon.framework.configuration.DefaultConfiguration
-
Set the value of this Configuration
object to the specified boolean.
- setValue(float) - Method in class org.apache.avalon.framework.configuration.DefaultConfiguration
-
Set the value of this Configuration
object to the specified float.
- setValue(double) - Method in class org.apache.avalon.framework.configuration.DefaultConfiguration
-
Set the value of this Configuration
object to the specified double.
- setValue(String) - Method in interface org.apache.avalon.framework.configuration.MutableConfiguration
-
Set the value of this Configuration
object to the specified string.
- setValue(int) - Method in interface org.apache.avalon.framework.configuration.MutableConfiguration
-
Set the value of this Configuration
object to the specified int.
- setValue(long) - Method in interface org.apache.avalon.framework.configuration.MutableConfiguration
-
Set the value of this Configuration
object to the specified long.
- setValue(boolean) - Method in interface org.apache.avalon.framework.configuration.MutableConfiguration
-
Set the value of this Configuration
object to the specified boolean.
- setValue(float) - Method in interface org.apache.avalon.framework.configuration.MutableConfiguration
-
Set the value of this Configuration
object to the specified float.
- setValue(double) - Method in interface org.apache.avalon.framework.configuration.MutableConfiguration
-
Set the value of this Configuration
object to the specified double.
- shutdown(Object) - Static method in class org.apache.avalon.framework.container.ContainerUtil
-
Run specified object through shutdown lifecycle stages
(Stop and Dispose).
- splitString(String, String) - Static method in class org.apache.avalon.framework.ExceptionUtil
-
Deprecated.
This is an internal utility method that should not be used
- splitStringInternal(String, String) - Static method in class org.apache.avalon.framework.ExceptionUtil
-
Splits the string on every token into an array of stack frames.
- start(Object) - Static method in class org.apache.avalon.framework.container.ContainerUtil
-
Start specified object if it implements the
Startable
interface.
- 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(Object) - Static method in class org.apache.avalon.framework.container.ContainerUtil
-
Stop specified object if it implements the
Startable
interface.