Enum Class Agent.AgentId

java.lang.Object
java.lang.Enum<Agent.AgentId>
io.spring.initializr.web.support.Agent.AgentId
All Implemented Interfaces:
Serializable, Comparable<Agent.AgentId>, Constable
Enclosing class:
Agent

public static enum Agent.AgentId extends Enum<Agent.AgentId>
Defines the various known agents.
  • Enum Constant Details

    • CURL

      public static final Agent.AgentId CURL
      CURL.
    • HTTPIE

      public static final Agent.AgentId HTTPIE
      HTTPie.
    • JBOSS_FORGE

      public static final Agent.AgentId JBOSS_FORGE
      JBoss Forge.
    • SPRING_BOOT_CLI

      public static final Agent.AgentId SPRING_BOOT_CLI
      The Spring Boot CLI.
    • STS

      public static final Agent.AgentId STS
      Spring Tools Suite.
    • INTELLIJ_IDEA

      public static final Agent.AgentId INTELLIJ_IDEA
      IntelliJ IDEA.
    • NETBEANS

      public static final Agent.AgentId NETBEANS
      Netbeans.
    • VSCODE

      public static final Agent.AgentId VSCODE
      Visual Studio Code.
    • JENKINSX

      public static final Agent.AgentId JENKINSX
      Jenkins X.
    • NX

      public static final Agent.AgentId NX
      NX.
    • BROWSER

      public static final Agent.AgentId BROWSER
      A generic browser.
  • Method Details

    • values

      public static Agent.AgentId[] 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 Agent.AgentId 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
    • getId

      public String getId()
    • getName

      public String getName()