Package view.utils

Enum Class Commands

All Implemented Interfaces:
Serializable, Comparable<Commands>, Constable

public enum Commands extends Enum<Commands>
Commands use to manage analyzing of a project.
See Also:
  • Enum Constant Details

    • SELECT_PROJECT

      public static final Commands SELECT_PROJECT
      Command to select analyzeProject API
    • START_ANALYSIS

      public static final Commands START_ANALYSIS
      Command to start analyze project.
    • STOP_ANALYSIS

      public static final Commands STOP_ANALYSIS
      Command to stop analyze project.
    • SAVE_REPORT_INSIDE_FILE

      public static final Commands SAVE_REPORT_INSIDE_FILE
      Command to save output JSON
  • Method Details

    • values

      public static Commands[] 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 Commands 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