Nuxeo ECM Projects 5.4.3-SNAPSHOT

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(URL url)
           
 ClassLoader getLoader()
          Must return itself.
 URL[] getURLs()
           
 

Method Detail

addURL

void addURL(URL url)

getLoader

ClassLoader getLoader()
Must return itself.


getURLs

URL[] getURLs()

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.