Package com.liferay.osgi.util
Class BundleUtil
java.lang.Object
com.liferay.osgi.util.BundleUtil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic URLgetResourceInBundleOrFragments(org.osgi.framework.Bundle bundle, String name) static voidinstallBundle(org.osgi.framework.BundleContext bundleContext, com.liferay.portal.lpkg.deployer.LPKGDeployer lpkgDeployer, String location, int startLevel) static voidrefreshBundles(org.osgi.framework.BundleContext bundleContext, List<org.osgi.framework.Bundle> refreshBundles)
-
Constructor Details
-
BundleUtil
public BundleUtil()
-
-
Method Details
-
getResourceInBundleOrFragments
-
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)
-