public static interface ModuleDescriptors.Orderings
Ordering
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.Ordering<com.atlassian.plugin.ModuleDescriptor> |
byOrigin()
Creates an ordering instance that orders module descriptors according to the "origin" of the
plugin they come from.
|
com.google.common.collect.Ordering<com.atlassian.plugin.ModuleDescriptor> |
natural()
Creates an Ordering instance that orders module descriptors according to their "natural" order.
|
com.google.common.collect.Ordering<com.atlassian.plugin.web.descriptors.WeightedDescriptor> |
weightedDescriptorComparator()
Creates an Ordering instance that orders weighted module descriptors according to their weight.
|
com.google.common.collect.Ordering<com.atlassian.plugin.ModuleDescriptor> byOrigin()
ByOriginModuleDescriptorOrdering
com.google.common.collect.Ordering<com.atlassian.plugin.ModuleDescriptor> natural()
Natural order is based on the module descriptor's
complete key
com.google.common.collect.Ordering<com.atlassian.plugin.web.descriptors.WeightedDescriptor> weightedDescriptorComparator()
WeightedDescriptorComparator
Copyright © 2002-2018 Atlassian. All Rights Reserved.