org.apache.avalon.excalibur.component
Class DefaultComponentSelector
java.lang.Object
|
+--org.apache.avalon.framework.logger.AbstractLogEnabled
|
+--org.apache.avalon.excalibur.component.AbstractDualLogEnabled
|
+--org.apache.avalon.excalibur.component.ExcaliburComponentSelector
|
+--org.apache.avalon.excalibur.component.DefaultComponentSelector
- All Implemented Interfaces:
- Component, ComponentSelector, Composable, Configurable, Contextualizable, Disposable, Initializable, Instrumentable, InstrumentManageable, LogEnabled, Loggable, 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.2 $ $Date: 2003/02/20 17:12:34 $
- Author:
- Berin Loritsch, Paul Russell
Methods inherited from class org.apache.avalon.excalibur.component.ExcaliburComponentSelector |
addComponent, addComponentInstance, compose, configure, contextualize, dispose, getChildInstrumentables, getComponentHandler, getComponentHandlers, getInstrumentableName, getInstruments, hasComponent, initialize, release, select, setInstrumentableName, setInstrumentManager, setLoggerManager, setLogKitManager, setRoleManager |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultComponentSelector
public DefaultComponentSelector()
- Deprecated.
- Create the ComponentSelector
DefaultComponentSelector
public DefaultComponentSelector(ClassLoader loader)
- Deprecated.
- Create the ComponentSelector with a Classloader
Copyright © 2000-2002 Apache Jakarta Project. All Rights Reserved.