public class

AttachmentFileNameComparator

extends Object
implements Comparator<T>
java.lang.Object
   ↳ com.atlassian.confluence.util.AttachmentFileNameComparator

Class Overview

Comparator for Attachments based on file names in the given locale.

Summary

Public Constructors
AttachmentFileNameComparator(Locale locale)
Public Methods
int compare(Attachment first, Attachment second)
[Expand]
Inherited Methods
From class java.lang.Object
From interface java.util.Comparator

Public Constructors

public AttachmentFileNameComparator (Locale locale)

Public Methods

public int compare (Attachment first, Attachment second)