mcconnell 2003/12/04 21:07:42
Modified: repository/spi/src/java/org/apache/avalon/repository/provider
Builder.java
Log:
Expose the classloader that the builder establishes so we can play with reflection
on the application that is established.
Revision Changes Path
1.2 +9 -2
avalon/repository/spi/src/java/org/apache/avalon/repository/provider/Builder.java
Index: Builder.java
===================================================================
RCS file:
/home/cvs/avalon/repository/spi/src/java/org/apache/avalon/repository/provider/Builder.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Builder.java 4 Dec 2003 19:34:56 -0000 1.1
+++ Builder.java 5 Dec 2003 05:07:42 -0000 1.2
@@ -67,5 +67,12 @@
* @return the factory
*/
Factory getFactory();
-
+
+ /**
+ * Gets the ClassLoader used by this builder.
+ *
+ * @return the ClassLoader built by the builder.
+ */
+ ClassLoader getClassLoader();
+
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]