Enum Class MultiPartCompliance.Violation

java.lang.Object
java.lang.Enum<MultiPartCompliance.Violation>
org.eclipse.jetty.http.MultiPartCompliance.Violation
All Implemented Interfaces:
Serializable, Comparable<MultiPartCompliance.Violation>, Constable, ComplianceViolation
Enclosing class:
MultiPartCompliance

public static enum MultiPartCompliance.Violation extends Enum<MultiPartCompliance.Violation> implements ComplianceViolation
  • Enum Constant Details

  • Method Details

    • values

      public static MultiPartCompliance.Violation[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static MultiPartCompliance.Violation valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • getName

      public String getName()
      Specified by:
      getName in interface ComplianceViolation
      Returns:
      The name of the violation.
    • getURL

      public String getURL()
      Specified by:
      getURL in interface ComplianceViolation
      Returns:
      A URL to the specification that provides more information regarding the requirement that may be violated.
    • getDescription

      public String getDescription()
      Specified by:
      getDescription in interface ComplianceViolation
      Returns:
      A short description of the violation.