Package org.eclipse.jetty.util.resource
Class ResourceCollators
java.lang.Object
org.eclipse.jetty.util.resource.ResourceCollators
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static Comparator<? super Resource>
private static Comparator<? super Resource>
private static Comparator<? super Resource>
private static Comparator<? super Resource>
private static Comparator<? super Resource>
private static Comparator<? super Resource>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Comparator<? super Resource>
byLastModified
(boolean sortOrderAscending) static Comparator<? super Resource>
byName
(boolean sortOrderAscending) static Comparator<? super Resource>
bySize
(boolean sortOrderAscending)
-
Field Details
-
BY_NAME_ASCENDING
-
BY_NAME_DESCENDING
-
BY_LAST_MODIFIED_ASCENDING
-
BY_LAST_MODIFIED_DESCENDING
-
BY_SIZE_ASCENDING
-
BY_SIZE_DESCENDING
-
-
Constructor Details
-
ResourceCollators
public ResourceCollators()
-
-
Method Details
-
byLastModified
-
byName
-
bySize
-