Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.osgi.application
Class DelegateLoader

java.lang.Object
  extended by org.nuxeo.osgi.application.DelegateLoader
All Implemented Interfaces:
SharedClassLoader

public class DelegateLoader
extends Object
implements SharedClassLoader

Author:
Bogdan Stefanescu

Constructor Summary
DelegateLoader(URLClassLoader loader)
           
 
Method Summary
 void addURL(URL url)
           
 ClassLoader getLoader()
          Must return itself.
 URL[] getURLs()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DelegateLoader

public DelegateLoader(URLClassLoader loader)
Method Detail

addURL

public void addURL(URL url)
Specified by:
addURL in interface SharedClassLoader

getURLs

public URL[] getURLs()
Specified by:
getURLs in interface SharedClassLoader

getLoader

public ClassLoader getLoader()
Description copied from interface: SharedClassLoader
Must return itself.

Specified by:
getLoader in interface SharedClassLoader

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.