donaldp 2002/10/03 17:44:57
Modified: containerkit/src/java/org/apache/excalibur/containerkit/factory
DefaultComponentFactory.java
Log:
info builder rename
Revision Changes Path
1.13 +4 -4
jakarta-avalon-excalibur/containerkit/src/java/org/apache/excalibur/containerkit/factory/DefaultComponentFactory.java
Index: DefaultComponentFactory.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-excalibur/containerkit/src/java/org/apache/excalibur/containerkit/factory/DefaultComponentFactory.java,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- DefaultComponentFactory.java 2 Oct 2002 01:52:19 -0000 1.12
+++ DefaultComponentFactory.java 4 Oct 2002 00:44:57 -0000 1.13
@@ -12,7 +12,7 @@
import org.apache.avalon.framework.info.ComponentInfo;
import org.apache.avalon.framework.logger.AbstractLogEnabled;
import org.apache.avalon.framework.logger.Logger;
-import org.apache.avalon.framework.tools.infobuilder.ComponentInfoBuilder;
+import org.apache.avalon.framework.tools.infobuilder.InfoBuilder;
/**
* The default implementation of {@link ComponentFactory}
@@ -34,7 +34,7 @@
* The utility class that is used when building info
* objects for Components.
*/
- private final ComponentInfoBuilder m_infoBuilder = new ComponentInfoBuilder();
+ private final InfoBuilder m_infoBuilder = new InfoBuilder();
/**
* The classloader from which all resources are loaded.
@@ -74,7 +74,7 @@
if( null == bundle )
{
final ComponentInfo info =
- m_infoBuilder.build( implementationKey, m_classLoader );
+ m_infoBuilder.buildComponentInfo( implementationKey, m_classLoader
);
bundle = new DefaultComponentBundle( info, m_classLoader );
m_infos.put( implementationKey, bundle );
}
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>