Class 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()  
    • Constructor Detail

      • BundleUtils

        public BundleUtils()
    • Method Detail

      • runningUnderOSGi

        public static boolean runningUnderOSGi()
      • getBundleClassLoader

        public static java.lang.ClassLoader getBundleClassLoader()