Package org.nuxeo.osgi.application
Interface SharedClassLoader
-
- All Known Implementing Classes:
DelegateLoader,SharedClassLoaderImpl
public interface SharedClassLoaderUsed to decorate a classloader with a publicaddURL(URL)method.- Author:
- Bogdan Stefanescu
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddURL(URL url)ClassLoadergetLoader()Must return itself.URL[]getURLs()
-
-
-
Method Detail
-
addURL
void addURL(URL url)
-
getLoader
ClassLoader getLoader()
Must return itself.
-
getURLs
URL[] getURLs()
-
-