JavaScript is disabled on your browser.
java.lang.Object
java.lang.ClassLoader
org.apache.felix.ipojo.online.manipulator.BridgeClassLoader
public class BridgeClassLoader
extends java.lang.ClassLoader
A classloader trying to load classes from a given jar files and then from bundles.
This classloader must only be used for the iPOJO manipulator (in order to compute bytecode frames).
Constructor Summary
Constructors
Constructor and Description
BridgeClassLoader (java.io.File original,
org.osgi.framework.BundleContext context)
Method Summary
Methods
Modifier and Type
Method and Description
java.lang.Class<?>
loadClass (java.lang.String name)
Methods inherited from class java.lang.ClassLoader
clearAssertionStatus, defineClass, defineClass, defineClass, defineClass, definePackage, findClass, findLibrary, findLoadedClass, findResource, findResources, findSystemClass, getClassLoadingLock, getPackage, getPackages, getParent, getResource, getResourceAsStream, getResources, getSystemClassLoader, getSystemResource, getSystemResourceAsStream, getSystemResources, loadClass, registerAsParallelCapable, resolveClass, setClassAssertionStatus, setDefaultAssertionStatus, setPackageAssertionStatus, setSigners
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Copyright © 2006-2014 The Apache Software Foundation . All Rights Reserved.