Package
Class
Use
Tree
Deprecated
Index
Help
OPS4J Pax Swissbox :: OSGi Core 1.3.1
PREV NEXT
FRAMES
NO FRAMES
All Classes
B
C
D
E
F
G
H
L
N
O
T
B
BundleClassLoader
- Class in
org.ops4j.pax.swissbox.core
Class loader that uses the a bundle in order to implement class loader functionality.
BundleClassLoader(Bundle)
- Constructor for class org.ops4j.pax.swissbox.core.
BundleClassLoader
Creates a bundle class loader with no parent.
BundleClassLoader(Bundle, ClassLoader)
- Constructor for class org.ops4j.pax.swissbox.core.
BundleClassLoader
Creates a bundle class loader.
BundleUtils
- Class in
org.ops4j.pax.swissbox.core
Utilities related to bundles.
BundleUtils()
- Constructor for class org.ops4j.pax.swissbox.core.
BundleUtils
C
ContextClassLoaderUtils
- Class in
org.ops4j.pax.swissbox.core
Utilities for class loading.
D
doWithClassLoader(ClassLoader, Callable<V>)
- Static method in class org.ops4j.pax.swissbox.core.
ContextClassLoaderUtils
Executes a piece of code (callable.call) using a specific class loader set as context class loader.
E
equals(Object)
- Method in class org.ops4j.pax.swissbox.core.
BundleClassLoader
F
findClass(String)
- Method in class org.ops4j.pax.swissbox.core.
BundleClassLoader
Use bundle to find find the class.
findResource(String)
- Method in class org.ops4j.pax.swissbox.core.
BundleClassLoader
Use bundle to find resource.
findResources(String)
- Method in class org.ops4j.pax.swissbox.core.
BundleClassLoader
Use bundle to find resources.
G
getBundle()
- Method in class org.ops4j.pax.swissbox.core.
BundleClassLoader
Getter.
getBundleContext(Bundle)
- Static method in class org.ops4j.pax.swissbox.core.
BundleUtils
Discovers the bundle context for a bundle.
getResource(String)
- Method in class org.ops4j.pax.swissbox.core.
BundleClassLoader
If there is a parent class loader use the super implementation that will first use the parent and as a fallback it will call findResource().
getResources(String)
- Method in class org.ops4j.pax.swissbox.core.
BundleClassLoader
If there is a parent class loader use the super implementation that will first use the parent and as a fallback it will call findResources().
H
hashCode()
- Method in class org.ops4j.pax.swissbox.core.
BundleClassLoader
L
loadClass(String, boolean)
- Method in class org.ops4j.pax.swissbox.core.
BundleClassLoader
If there is a parent class loader use the super implementation that will first use the parent and as a fallback it will call findClass().
N
newPriviledged(Bundle)
- Static method in class org.ops4j.pax.swissbox.core.
BundleClassLoader
Privileged factory method.
newPriviledged(Bundle, ClassLoader)
- Static method in class org.ops4j.pax.swissbox.core.
BundleClassLoader
Privileged factory method.
O
org.ops4j.pax.swissbox.core
- package org.ops4j.pax.swissbox.core
T
toString()
- Method in class org.ops4j.pax.swissbox.core.
BundleClassLoader
B
C
D
E
F
G
H
L
N
O
T
Package
Class
Use
Tree
Deprecated
Index
Help
OPS4J Pax Swissbox :: OSGi Core 1.3.1
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2006-2011
OPS4J - Open Participation Software for Java
. All Rights Reserved.