Nuxeo Enterprise Platform 5.4

org.nuxeo.launcher.commons
Interface MutableClassLoader

All Known Implementing Classes:
MutableClassLoaderDelegate

public interface MutableClassLoader

Since:
5.4.2
Author:
Bogdan Stefanescu

Method Summary
 void addURL(URL url)
           
 ClassLoader getClassLoader()
           
 Class<?> loadClass(String startupClass)
           
 

Method Detail

addURL

void addURL(URL url)

getClassLoader

ClassLoader getClassLoader()

loadClass

Class<?> loadClass(String startupClass)
                   throws ClassNotFoundException
Parameters:
startupClass - The binary name of the class
Returns:
The resulting Class object
Throws:
ClassNotFoundException - If the class was not found

Nuxeo Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.