| java.lang.Object | |
| ↳ | com.atlassian.jira.issue.attachment.AttachmentFileNameComparator |
Compares attachments based on the file's name.
The comparison is handled using a java.text.Collator}, so that the results are locale-aware.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Creates a new instance of this comparator with the provided locale
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
[Expand]
Inherited Methods | |||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||
From interface
java.util.Comparator
| |||||||||||||||
Creates a new instance of this comparator with the provided locale
| userLocale | The locale to be used to determine order of the file names. |
|---|

