|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Configuration
implementation that deals
with methods that can be abstracted away from underlying implementations.AbstractLogEnabled
instead.Configuration
to this configuration element.
CascadingError
instance.
CascadingException
instance.
CascadingException
instance.
CascadingRuntimeException
instance.
Parameters
object is writeable.
ServiceManager
is writeable.
Version
against another for compliancy
(compatibility).
ServiceException
instead.ComponentException
instance.
ComponentException
instance.
ServiceManager
instead.ServiceSelector
instead.Serviceable
instead.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.
Configurable
interface.
ContextException
instance.
ContextException
instance.
Contextualizable
interface.
DefaultConfiguration
with the specified
local name and location.
DefaultConfiguration
with the specified
local name, namespace, and location.
DefaultServiceManager
instead.DefaultServiceSelector
instead.Configuration
implementation.DefaultConfiguration
instance.
DefaultConfiguration
instance.
Configuration
s from XML,
via a SAX2 compliant parser.ServiceManager
.ServiceManager
with no parent.
ServiceManager
with specified parent.
Disposable
interface.
LogEnabled
interface.
Version
.
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
, or the default value if no attribute by
that name exists or is empty.
String
.
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.
boolean
.
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.
float
.
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.
int
.
long
.
long
.
long
, or the default value if no attribute by
that name exists or is empty.
long
.
Throwable
.
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.
Configuration
object child of this
associated with the given name.
NullLogger
.
ConsoleLogger
is not hierarchical).
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
- Deprecated. Helper method for subclasses to retrieve component map.
- getComponentMap() -
Method in class org.apache.avalon.framework.component.DefaultComponentManager
- Deprecated. Helper method for subclasses to retrieve component map.
- getConfiguration() -
Method in class org.apache.avalon.framework.configuration.SAXConfigurationHandler
- Get the configuration object that was built.
- getConfiguration() -
Method in class org.apache.avalon.framework.configuration.NamespacedSAXConfigurationHandler
- 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 interface org.apache.avalon.framework.configuration.Configuration
- Return a string describing location of Configuration.
- getLocationString() -
Method in class org.apache.avalon.framework.configuration.SAXConfigurationHandler
- Returns a string showing the current system ID, line number and column number.
- getLocationString() -
Method in class org.apache.avalon.framework.configuration.NamespacedSAXConfigurationHandler
- 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.
- getLogger() -
Method in class org.apache.avalon.framework.logger.AbstractLogEnabled
- Helper method to allow sub-classes to aquire logger.
- getMajor() -
Method in class org.apache.avalon.framework.Version
- Retrieve major component of version.
- getMessage() -
Method in class org.apache.avalon.framework.component.ComponentException
- Deprecated. Return a message describing the exception.
- getMessage() -
Method in class org.apache.avalon.framework.service.ServiceException
- Override super's message to add role if applicable.
- getMicro() -
Method in class org.apache.avalon.framework.Version
- Retrieve micro component of version.
- getMinor() -
Method in class org.apache.avalon.framework.Version
- Retrieve minor component of version.
- getName() -
Method in class org.apache.avalon.framework.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.
- getObjectMap() -
Method in class org.apache.avalon.framework.service.DefaultServiceSelector
- Helper method for subclasses to retrieve object map.
- getObjectMap() -
Method in class org.apache.avalon.framework.service.DefaultServiceManager
- Helper method for subclasses to retrieve object map.
- getParameter(String) -
Method in class org.apache.avalon.framework.parameters.Parameters
- Retrieve the
String
value of the specified parameter.
- getParameter(String, String) -
Method in class org.apache.avalon.framework.parameters.Parameters
- Retrieve the
String
value of the specified parameter.
- getParameterAsBoolean(String) -
Method in class org.apache.avalon.framework.parameters.Parameters
- Retrieve the
boolean
value of the specified parameter.
- getParameterAsBoolean(String, boolean) -
Method in class org.apache.avalon.framework.parameters.Parameters
- Retrieve the
boolean
value of the specified parameter.
- getParameterAsFloat(String) -
Method in class org.apache.avalon.framework.parameters.Parameters
- Retrieve the
float
value of the specified parameter.
- getParameterAsFloat(String, float) -
Method in class org.apache.avalon.framework.parameters.Parameters
- Retrieve the
float
value of the specified parameter.
- getParameterAsInteger(String) -
Method in class org.apache.avalon.framework.parameters.Parameters
- Retrieve the
int
value of the specified parameter.
- getParameterAsInteger(String, int) -
Method in class org.apache.avalon.framework.parameters.Parameters
- Retrieve the
int
value of the specified parameter.
- getParameterAsLong(String) -
Method in class org.apache.avalon.framework.parameters.Parameters
- Retrieve the
long
value of the specified parameter.
- getParameterAsLong(String, long) -
Method in class org.apache.avalon.framework.parameters.Parameters
- Retrieve the
long
value of the specified parameter.
- getParameterNames() -
Method in class org.apache.avalon.framework.parameters.Parameters
- Deprecated. Use getNames() instead
- getParent() -
Method in class org.apache.avalon.framework.component.DefaultComponentManager
- Deprecated. 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.DefaultConfiguration
- Returns the prefix of the namespace
- getPrefix() -
Method in class org.apache.avalon.framework.configuration.AbstractConfiguration
- Returns the prefix of the namespace.
- getRole() -
Method in class org.apache.avalon.framework.component.ComponentException
- Deprecated. Get the role which let to the exception.
- getRole() -
Method in class org.apache.avalon.framework.service.ServiceException
- Return the role that caused the exception
- getStackTrace(Throwable, String) -
Method in class org.apache.avalon.framework.logger.AvalonFormatter
- Utility method to format stack trace.
- getTransformerFactory() -
Method in class org.apache.avalon.framework.configuration.DefaultConfigurationSerializer
- Get the SAXTransformerFactory so we can get a serializer without being
tied to one vendor.
- getTypeIdFor(String) -
Method in class org.apache.avalon.framework.logger.AvalonFormatter
- Retrieve the type-id for a particular string.
- getValue() -
Method in class org.apache.avalon.framework.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.DefaultConfiguration
- 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
.
- getValue(String) -
Method in class org.apache.avalon.framework.configuration.AbstractConfiguration
- Returns the value of the configuration element as a
String
.
- getValueAsBoolean() -
Method in interface org.apache.avalon.framework.configuration.Configuration
- Return the
boolean
value of the node.
- getValueAsBoolean() -
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
.
- getValueAsBoolean(boolean) -
Method in class org.apache.avalon.framework.configuration.AbstractConfiguration
- Returns the value of the configuration element as a
boolean
.
- getValueAsFloat() -
Method in interface org.apache.avalon.framework.configuration.Configuration
- Return the
float
value of the node.
- getValueAsFloat() -
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
.
- getValueAsFloat(float) -
Method in class org.apache.avalon.framework.configuration.AbstractConfiguration
- Returns the value of the configuration element as a
float
.
- getValueAsInteger() -
Method in interface org.apache.avalon.framework.configuration.Configuration
- Return the
int
value of the node.
- getValueAsInteger() -
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
.
- getValueAsInteger(int) -
Method in class org.apache.avalon.framework.configuration.AbstractConfiguration
- Returns the value of the configuration element as an
int
.
- getValueAsLong() -
Method in interface org.apache.avalon.framework.configuration.Configuration
- Return the
long
value of the node.
- getValueAsLong() -
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
.
- getValueAsLong(long) -
Method in class org.apache.avalon.framework.configuration.AbstractConfiguration
- 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.
true
if the component manager is managing a component
with the specified role, false
otherwise.
Component
exists for a role.
Object
exists for a role.
Object
exists for a role.
Initializable
interface.
true
if debug-level logging is enabled, false otherwise.
true
if error-level logging is enabled, false otherwise.
true
if fatal-level logging is enabled, false otherwise.
true
if info-level logging is enabled, false otherwise.
Object
exists relative to the supplied policy.
true
if warn-level logging is enabled, false otherwise.
LogEnabled
instead.Component
associated with the given role.
Object
associated with the given role.
Object
by role from ServiceManager
.
IllegalStateException
if someone tries to
modify it.
ServiceManager
read-only.
Parameters
instance
into this.
NullLogger
.
Parameterizable
component cannot be parameterized
properly, or if a value cannot be retrieved properly.ParameterException
instance.
ParameterException
instance.
Parameterizable
interface.
Parameters
class represents a set of key-value
pairs.Throwable
to a string.
Object
into ServiceManager
.
Serviceable
instead.ComponentManager
to the composer
.
Configurable
to allow reconfiguration at runtime.reconfigure
method here.
Component
when you are finished with it.
Component
when you are finished with it.
Object
when you are finished with it.
Object
when you are finished with it.
Object
.
Configuration
to this configuration element.
Component
associated with the given hint.
Object
associated with the given policy.
Serviceable
interface.
ServiceManager
to the Serviceable
.
ServiceException
instance.
ServiceException
instance.
ServiceManager
selects Object
s based on a
role.ServiceSelector
selects Object
s based on a
supplied policy.Locator
to use.
Locator
to use.
String
value of a specified parameter.
Configuration
object to the specified string.
Startable
interface.
Startable
interface.
java.util.Properties
object from an Avalon
Parameters object.
ServiceManager
.
Version
object with the
specified version numbers.
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |