bloritsch 2002/09/17 20:56:21
Modified: container/src/java/org/apache/excalibur/container/classloader
ComponentClassLoader.java
Log:
add minor changes to ComponentClassLoader to allow for a reloading ClassManager
Revision Changes Path
1.6 +9 -1
jakarta-avalon-excalibur/container/src/java/org/apache/excalibur/container/classloader/ComponentClassLoader.java
Index: ComponentClassLoader.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-excalibur/container/src/java/org/apache/excalibur/container/classloader/ComponentClassLoader.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ComponentClassLoader.java 16 Sep 2002 20:05:39 -0000 1.5
+++ ComponentClassLoader.java 18 Sep 2002 03:56:21 -0000 1.6
@@ -63,6 +63,15 @@
}
/**
+ * Return the JarEntries instead of directly working with the
+ * arrays.
+ */
+ public JarEntries getEntries()
+ {
+ return m_entries;
+ }
+
+ /**
* Expose the <code>addURL()</code> from the
* @link{java.net.URLClassLoader} publically. Please note that there is
* no facility to remove a URL from the ClassLoader.
@@ -101,5 +110,4 @@
Set services = m_entries.getServiceEntries();
return (String[]) services.toArray( new String[ services.size() ] );
}
-
}
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>