|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
Configuration implementation that deals
with methods that can be abstracted away from underlying implementations.Configuration to this configuration element.
CascadingError instance.
CascadingException instance.
CascadingException instance.
CascadingRuntimeException instance.
Version against another for compliancy
(compatibility).
Components
by a Composable.ComponentException instance.
ComponentException instance.
ComponentManager selects Components based on a
role.ComponentSelector selects Components based on a
hint.ComponentManager to the composer.
Configuration is a interface encapsulating a configuration node
used to retrieve configuration values.Configurable component cannot be configured
properly, or if a value cannot be retrieved properly.ConfigurationException instance.
ConfigurationException instance.
Configuration to the Configurable
class.
ContextException instance.
ContextException instance.
Configuration implementation.DefaultConfiguration instance.
DefaultConfiguration instance.
Configurations from XML,
via a SAX2 compliant parser.Version against another for equality.
Parameters object from a Configuration
object.
Parameters object from a Configuration
object using the supplied element name.
Parameters object from a Properties
object.
String.
String.
String, or the default value if no attribute by
that name exists or is empty.
boolean.
boolean value of the specified parameter contained
in this node.boolean.
boolean, or the default value if no attribute by
that name exists or is empty.
float.
float value of the specified parameter contained
in this node.
float.
float, or the default value if no attribute by
that name exists or is empty.
int.
int value of the specified attribute contained
in this node.
int.
int, or the default value if no attribute by
that name exists or is empty.
long.
long.
long.
long, or the default value if no attribute by
that name exists or is empty.
Configuration object child of this
associated with the given name.
Configuration instance encapsulating the
specified child node.
Configuration object child of this
associated with the given name.
Configuration object child of this
associated with the given name.
Configuration instance encapsulating the specified
child node.
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
-
- getConfiguration() -
Method in class org.apache.avalon.framework.configuration.NamespacedSAXConfigurationHandler
-
- 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 interface org.apache.avalon.framework.configuration.Configuration
- Return a string describing location of Configuration.
- getLocationString() -
Method in class org.apache.avalon.framework.configuration.SAXConfigurationHandler
-
- getLocationString() -
Method in class org.apache.avalon.framework.configuration.NamespacedSAXConfigurationHandler
-
- 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.
- 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.Enum
- Retrieve the name of this Enum item, set in the constructor.
- 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.
- getNamespace() -
Method in class org.apache.avalon.framework.configuration.DefaultConfiguration
- Returns the namespace of this configuration element
- getNamespace() -
Method in interface org.apache.avalon.framework.configuration.Configuration
- Returns a string indicating which namespace this Configuration node
belongs to.
- 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.context.DefaultContext
- Get parent context if any.
- getParent() -
Method in class org.apache.avalon.framework.component.DefaultComponentManager
- 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
- 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.
- getValue() -
Method in class org.apache.avalon.framework.ValuedEnum
- Get value of enum item.
- 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.
- getVersion(String) -
Static method in class org.apache.avalon.framework.Version
- Parse a version out of a string.
Component exists for a hint.
Component exists for a role.
Component associated with the given role.
IllegalStateException if someone tries to
modify it.
Parameters instance
into this.
Parameterizable component cannot be parameterized
properly, or if a value cannot be retrieved properly.ParameterException instance.
ParameterException instance.
ComponentManager to the composer.
Configurable to allow reconfiguration at runtime.Component when you are finished with it.
Component when you are finished with it.
Configuration to this configuration element.
Component associated with the given hint.
String value of a specified parameter.
Version object with the
specified version numbers.
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||