|
||||||||||
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 Component
s based on a
role.ComponentSelector
selects Component
s 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.
Version
against another for equality.
Parameters
object from a Configuration
object.
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
-
- 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
.
Component
exists for a hint.
Component
exists for a role.
Component
associated with the given role.
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
.
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 |