Nuxeo Enterprise Platform 5.4

Uses of Interface
org.nuxeo.osgi.application.SharedClassLoader

Packages that use SharedClassLoader
org.nuxeo.osgi.application The framework bootstrap classes were moved in nuxeo-runtime-launcher to be able to share them with other bootstrap code like the one in shell and dev tools. 
 

Uses of SharedClassLoader in org.nuxeo.osgi.application
 

Classes in org.nuxeo.osgi.application that implement SharedClassLoader
 class DelegateLoader
           
 class SharedClassLoaderImpl
           
 

Methods in org.nuxeo.osgi.application that return SharedClassLoader
 SharedClassLoader StandaloneBundleLoader.getSharedClassLoader()
           
 SharedClassLoader StandaloneApplication.getSharedClassLoader()
           
 

Methods in org.nuxeo.osgi.application with parameters of type SharedClassLoader
static java.util.List<java.io.File> Main.buildClassPath(SharedClassLoader classLoader, java.lang.String rawcp)
           
static StandaloneApplication StandaloneApplication.createInstance(SharedClassLoader cl)
           
 void StandaloneBundleLoader.setSharedClassLoader(SharedClassLoader loader)
           
 

Constructors in org.nuxeo.osgi.application with parameters of type SharedClassLoader
ClassPath(SharedClassLoader loader, java.io.File nestedJARsDir)
           
StandaloneBundleLoader(OSGiAdapter osgi, SharedClassLoader scl)
           
 


Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.