Class BundleUtil

java.lang.Object
com.liferay.osgi.util.BundleUtil

public class BundleUtil extends Object
  • Constructor Details

    • BundleUtil

      public BundleUtil()
  • Method Details

    • getResourceInBundleOrFragments

      public static URL getResourceInBundleOrFragments(org.osgi.framework.Bundle bundle, String name)
    • installBundle

      public static void installBundle(org.osgi.framework.BundleContext bundleContext, com.liferay.portal.lpkg.deployer.LPKGDeployer lpkgDeployer, String location, int startLevel) throws Exception
      Throws:
      Exception
    • refreshBundles

      public static void refreshBundles(org.osgi.framework.BundleContext bundleContext, List<org.osgi.framework.Bundle> refreshBundles)