Package | Description |
---|---|
org.apache.sling.commons.osgi |
Modifier and Type | Method and Description |
---|---|
static Order |
Order.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Order[] |
Order.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static java.lang.Comparable<java.lang.Object> |
ServiceUtil.getComparableForServiceRanking(java.util.Map<java.lang.String,java.lang.Object> props,
Order order)
Create a comparable object out of the service properties.
|
Constructor and Description |
---|
RankedServices(Order order)
Instantiate without change listener but with a given order.
|
RankedServices(Order order,
RankedServices.ChangeListener changeListener)
Instantiate with change listener.
|
Copyright © 2022 The Apache Software Foundation. All rights reserved.