Package com.liferay.portal.test.osgi
Class TestSystemBundleProvider
Object
com.liferay.portal.test.osgi.TestSystemBundleProvider
- All Implemented Interfaces:
com.liferay.portal.kernel.module.util.SystemBundleProvider,Comparable<com.liferay.portal.kernel.module.util.SystemBundleProvider>
public class TestSystemBundleProvider
extends Object
implements com.liferay.portal.kernel.module.util.SystemBundleProvider
- Author:
- Shuyang Zhou
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.osgi.framework.BundleContextorg.osgi.framework.Bundleintorder()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.liferay.portal.kernel.module.util.SystemBundleProvider
compareTo
-
Constructor Details
-
TestSystemBundleProvider
public TestSystemBundleProvider()
-
-
Method Details
-
getBundleContext
public static org.osgi.framework.BundleContext getBundleContext() -
getSystemBundle
public org.osgi.framework.Bundle getSystemBundle()- Specified by:
getSystemBundlein interfacecom.liferay.portal.kernel.module.util.SystemBundleProvider
-
order
public int order()- Specified by:
orderin interfacecom.liferay.portal.kernel.module.util.SystemBundleProvider
-