org.jboss.util.loading
Interface Translatable

All Known Implementing Classes:
UnifiedClassLoader (src)

public interface Translatable

An interface representing class loader like senamics used in the aop layer. Its only purpose was to remove the explicit dependency on the JBoss UCL class loader api, but its existence seems to be a hack that should be removed.


Method Summary
 java.net.URL getResourceLocally(java.lang.String name)
           
 

Method Detail

getResourceLocally

public java.net.URL getResourceLocally(java.lang.String name)