| java.lang.Object | |
| ↳ | com.atlassian.jira.issue.attachment.AttachmentFileNameCreationDateComparator |
Compares attachments by file name first, and then creation date if the file names are the same.
File name comparison is handled using a java.text.Collator}, so that the results are locale-aware.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Creates a new instance of this attachment comparator.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
[Expand]
Inherited Methods | |||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||
From interface
java.util.Comparator
| |||||||||||||||
Creates a new instance of this attachment comparator.
| userLocale | The locale to be used to determine order of the file names. |
|---|

