Package com.liferay.marketplace.util
Class BundleManagerUtil
java.lang.Object
com.liferay.marketplace.util.BundleManagerUtil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.osgi.framework.Bundle
static List<org.osgi.framework.Bundle>
static List<org.osgi.framework.Bundle>
static Manifest
getManifest
(File file) static void
installLPKG
(File file) static boolean
isInstalled
(String symbolicName, String version) static boolean
isInstalled
(org.osgi.framework.Bundle bundle) static void
uninstallBundle
(String symbolicName, String version) static void
uninstallBundle
(org.osgi.framework.Bundle bundle)
-
Constructor Details
-
BundleManagerUtil
public BundleManagerUtil()
-
-
Method Details
-
getBundle
-
getBundles
-
getInstalledBundles
-
getManifest
-
installLPKG
- Throws:
Exception
-
isInstalled
public static boolean isInstalled(org.osgi.framework.Bundle bundle) -
isInstalled
-
uninstallBundle
public static void uninstallBundle(org.osgi.framework.Bundle bundle) -
uninstallBundle
-