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.Bundlestatic List<org.osgi.framework.Bundle> static List<org.osgi.framework.Bundle> static ManifestgetManifest(File file) static voidinstallLPKG(File file) static booleanisInstalled(String symbolicName, String version) static booleanisInstalled(org.osgi.framework.Bundle bundle) static voiduninstallBundle(String symbolicName, String version) static voiduninstallBundle(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
-