Nuxeo Enterprise Platform 5.4

org.nuxeo.osgi.application
Interface SharedClassLoader

All Known Implementing Classes:
DelegateLoader, SharedClassLoaderImpl

public interface SharedClassLoader

Used to decorate a classloader with a public addURL(URL) method.

Author:
Bogdan Stefanescu

Method Summary
 void addURL(java.net.URL url)
           
 java.lang.ClassLoader getLoader()
          Must return itself.
 java.net.URL[] getURLs()
           
 

Method Detail

addURL

void addURL(java.net.URL url)

getLoader

java.lang.ClassLoader getLoader()
Must return itself.


getURLs

java.net.URL[] getURLs()

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.