You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xbean-dev@geronimo.apache.org by David Blevins <da...@visi.com> on 2006/11/14 01:37:17 UTC

xbean-finder: ResourceFinder updates

I've beefed up the ResourceFinder so it can now take a var-arg list  
of URLs to search.  If you specify a set of URLs, then the  
classloader's classpath is not searched, instead we will search only  
the specified set using some code I pilfered from Harmony's  
URLClassLoader.

I've also fixed the issue where you needed to have "/" at the end of  
your path when you construct the finder.

-David