Enum Class ManagementServerPath

java.lang.Object
java.lang.Enum<ManagementServerPath>
org.apache.nifi.bootstrap.configuration.ManagementServerPath
All Implemented Interfaces:
Serializable, Comparable<ManagementServerPath>, Constable

public enum ManagementServerPath extends Enum<ManagementServerPath>
Enumeration of Management Server HTTP resource paths
  • Enum Constant Details

  • Field Details

    • path

      private final String path
  • Constructor Details

    • ManagementServerPath

      private ManagementServerPath(String path)
  • Method Details

    • values

      public static ManagementServerPath[] 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 ManagementServerPath 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
    • getPath

      public String getPath()