Reinier Zwitserloot wrote:
> I'm referring to ServiceLoader, which is an abstraction layer so you
> don't have to hunt for META-INF/services files via the
> ClassLoader.getResources() mechanism. That bit is 1.6 only, but you
> can replicate it easily by using ClassLoader.getResources, or just
> ripping the code right out of openjdk6.
>   
Thanks.  I'd missed that and had just used ClassLoader.getResources().

--
Jess Holle


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "The 
Java Posse" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/javaposse?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to