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.BundleContext
org.osgi.framework.Bundle
int
order()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods 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:
getSystemBundle
in interfacecom.liferay.portal.kernel.module.util.SystemBundleProvider
-
order
public int order()- Specified by:
order
in interfacecom.liferay.portal.kernel.module.util.SystemBundleProvider
-