Package | Description |
---|---|
org.apache.sling.commons.osgi |
Modifier and Type | Method and Description |
---|---|
static Order |
Order.valueOf(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 Comparable<Object> |
ServiceUtil.getComparableForServiceRanking(Map<String,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 © 2017 The Apache Software Foundation. All rights reserved.