Package org.apache.sling.commons.osgi
@Version("2.4.1")
package org.apache.sling.commons.osgi
-
ClassDescriptionProcesses a bundle file by changing its Bundle-SymbolicName.The
BundleFileProcessor
can transform a bundle Manifest by creating a modified copy of the bundle file.This is a helper class to parse manifest header entries.A header can have several entries separated by comma.Directives and attributes are simple name/value pairs.Order for services being sorted byServiceUtil.getComparableForServiceRanking(java.util.Map, Order)
orRankedServices
.Deprecated.Deprecated.Useorg.osgi.util.converter.Converters
insteadHelper class that collects all services registered via OSGi bind/unbind methods.Notification for changes on services list.TheServiceUtil
is a utility class providing some useful utility methods for service handling.Implementation providing a sorted list of services by service ranking.
org.osgi.util.converter.Converters
andServiceUtil
instead