Package com.atlassian.jira.plugin.report
Class ReportModuleDescriptorComparators
java.lang.Object
com.atlassian.jira.plugin.report.ReportModuleDescriptorComparators
Comparators for ReportModuleDescriptor.
- Since:
- 6.0.7
-
Method Summary
Modifier and TypeMethodDescriptionstatic Comparator<ReportModuleDescriptor> byName()Returns a comparator that can be used to sortReportModuleDescriptorinstances by name (case insensitive) using the default locale.static Comparator<ReportModuleDescriptor> Returns a comparator that can be used to sortReportModuleDescriptorinstances by name (case insensitive) using the given locale.
-
Method Details
-
byName
Returns a comparator that can be used to sortReportModuleDescriptorinstances by name (case insensitive) using the default locale.- Returns:
- a Comparator
- Since:
- 6.0.7
-
byName
Returns a comparator that can be used to sortReportModuleDescriptorinstances by name (case insensitive) using the given locale.- Parameters:
locale- a Locale to use for sorting, or null to use the default Locale- Returns:
- a Comparator
- Since:
- 6.0.7
-