Enum PathSpecGroup

java.lang.Object
java.lang.Enum<PathSpecGroup>
org.eclipse.jetty.http.pathmap.PathSpecGroup
All Implemented Interfaces:
Serializable, Comparable<PathSpecGroup>, java.lang.constant.Constable

public enum PathSpecGroup extends Enum<PathSpecGroup>
Types of path spec groups.

This is used to facilitate proper pathspec search order.

Search Order:

  1. Enum.ordinal() [increasing]
  2. PathSpec.getSpecLength() [decreasing]
  3. PathSpec.getDeclaration() [natural sort order]