public class OsgiClassLoader extends ClassLoader
| Modifier and Type | Method and Description |
|---|---|
protected Class<?> |
findClass(String name)
Load the class and break on first found match.
|
protected URL |
findResource(String name)
Load the resource and break on first found match.
|
protected Enumeration |
findResources(String name)
Load the resources and return an Enumeration
Note: Since they're Enumerations, do not cache these results!
|
static OsgiClassLoader |
getInstance() |
public static OsgiClassLoader getInstance()
protected Class<?> findClass(String name)
findClass in class ClassLoaderprotected URL findResource(String name)
findResource in class ClassLoaderprotected Enumeration findResources(String name)
findResources in class ClassLoaderCopyright © 2015 JBoss, a division of Red Hat. All rights reserved.