| Class and Description |
|---|
| org.apache.sling.commons.osgi.OsgiUtil
Use PropertiesUtil and ServiceUtil instead
|
| Method and Description |
|---|
| org.apache.sling.commons.osgi.RankedServices.get()
Use
RankedServices.getList() instead |
| org.apache.sling.commons.osgi.ServiceUtil.getComparableForServiceRanking(Map |
| org.apache.sling.commons.osgi.OsgiUtil.getProperty(Object, double)
since 2.0.4, use
OsgiUtil.toDouble(Object, double) instead |
| Constructor and Description |
|---|
| org.apache.sling.commons.osgi.RankedServices()
Use
#RankedService(Order)) to explicitly give the order. |
| org.apache.sling.commons.osgi.RankedServices(RankedServices.ChangeListener) |
Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.