org.apache.sling.commons.classloader
Interface DynamicClassLoaderManager
public interface DynamicClassLoaderManager
The dynamic class loader manager is a central
service managing all dynamic class loaders.
It provides a class loader that can be used by
bundles requiring access to all publically available
classes.
The default implementation uses the package admin
service to load classes and resources. The search
path can be extended by providing
DynamicClassLoaderProvider
s.
getDynamicClassLoader
ClassLoader getDynamicClassLoader()
- The dynamic class loader.
Copyright © 2007-2011 The Apache Software Foundation. All Rights Reserved.