org.apache.avalon.excalibur.component
Class DefaultComponentSelector

java.lang.Object
  extended byorg.apache.avalon.framework.logger.AbstractLogEnabled
      extended byorg.apache.avalon.excalibur.component.AbstractDualLogEnabled
          extended byorg.apache.avalon.excalibur.component.ExcaliburComponentSelector
              extended byorg.apache.avalon.excalibur.component.DefaultComponentSelector
All Implemented Interfaces:
Component, ComponentSelector, Composable, Configurable, Contextualizable, Disposable, Initializable, Instrumentable, InstrumentManageable, LogEnabled, Loggable, LoggerManageable, LogKitManageable, RoleManageable, ThreadSafe

Deprecated. use ExcaliburComponentSelector instead.

public class DefaultComponentSelector
extends ExcaliburComponentSelector

Default component selector for Avalon's components.

Since:
4.0
Version:
CVS $Revision: 1.4 $ $Date: 2004/02/28 11:47:14 $
Author:
Avalon Development Team

Field Summary
 
Fields inherited from class org.apache.avalon.excalibur.component.ExcaliburComponentSelector
m_context
 
Fields inherited from interface org.apache.excalibur.instrument.Instrumentable
EMPTY_INSTRUMENT_ARRAY, EMPTY_INSTRUMENTABLE_ARRAY
 
Constructor Summary
DefaultComponentSelector()
          Deprecated. Create the ComponentSelector
DefaultComponentSelector(java.lang.ClassLoader loader)
          Deprecated. Create the ComponentSelector with a Classloader
 
Methods inherited from class org.apache.avalon.excalibur.component.ExcaliburComponentSelector
addComponent, addComponentInstance, canRelease, compose, configure, contextualize, dispose, getChildInstrumentables, getComponentHandler, getComponentHandlers, getInstrumentableName, getInstruments, hasComponent, initialize, release, select, setInstrumentableName, setInstrumentManager, setLoggerManager, setLogKitManager, setRoleManager
 
Methods inherited from class org.apache.avalon.excalibur.component.AbstractDualLogEnabled
getLogkitLogger, setLogger
 
Methods inherited from class org.apache.avalon.framework.logger.AbstractLogEnabled
enableLogging, getLogger, setupLogger, setupLogger, setupLogger
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultComponentSelector

public DefaultComponentSelector()
Deprecated. 
Create the ComponentSelector


DefaultComponentSelector

public DefaultComponentSelector(java.lang.ClassLoader loader)
Deprecated. 
Create the ComponentSelector with a Classloader



Copyright © 1997-2005 The Apache Software Foundation. All Rights Reserved.