Class MockServiceReference
java.lang.Object
org.apache.sling.commons.testing.osgi.MockServiceReference
- All Implemented Interfaces:
Comparable,org.osgi.framework.ServiceReference
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintorg.osgi.framework.BundlegetProperty(String key) String[]org.osgi.framework.Bundle[]booleanisAssignableTo(org.osgi.framework.Bundle bundle, String className) voidsetProperty(String key, Object value)
-
Constructor Details
-
MockServiceReference
public MockServiceReference(org.osgi.framework.Bundle bundle)
-
-
Method Details
-
getBundle
public org.osgi.framework.Bundle getBundle()- Specified by:
getBundlein interfaceorg.osgi.framework.ServiceReference
-
setProperty
-
getProperty
- Specified by:
getPropertyin interfaceorg.osgi.framework.ServiceReference
-
getPropertyKeys
- Specified by:
getPropertyKeysin interfaceorg.osgi.framework.ServiceReference
-
getUsingBundles
public org.osgi.framework.Bundle[] getUsingBundles()- Specified by:
getUsingBundlesin interfaceorg.osgi.framework.ServiceReference
-
isAssignableTo
- Specified by:
isAssignableToin interfaceorg.osgi.framework.ServiceReference
-
compareTo
- Specified by:
compareToin interfaceComparable- Specified by:
compareToin interfaceorg.osgi.framework.ServiceReference
-
getProperties
- Specified by:
getPropertiesin interfaceorg.osgi.framework.ServiceReference
-