Class BundleUtils
- java.lang.Object
-
- org.apache.openjpa.persistence.osgi.BundleUtils
-
public class BundleUtils extends java.lang.Object
OSGi helper class and methods. All routines MUST use reflection, so we don't have any hard-coded runtime depends on OSGi classes for Java SE and EE users.- Version:
- $Rev$ $Date$
-
-
Constructor Summary
Constructors Constructor Description BundleUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.ClassLoader
getBundleClassLoader()
static boolean
runningUnderOSGi()
-