Package ghidra.pty

Enum Class PtyChild.Echo

java.lang.Object
java.lang.Enum<PtyChild.Echo>
ghidra.pty.PtyChild.Echo
All Implemented Interfaces:
PtyChild.TermMode, Serializable, Comparable<PtyChild.Echo>, Constable
Enclosing interface:
PtyChild

public static enum PtyChild.Echo extends Enum<PtyChild.Echo> implements PtyChild.TermMode
Mode flag for local echo
  • Enum Constant Details

    • ON

      public static final PtyChild.Echo ON
      Input is echoed to output by the terminal itself.
    • OFF

      public static final PtyChild.Echo OFF
      No local echo.
  • Method Details

    • values

      public static PtyChild.Echo[] 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 PtyChild.Echo 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