Interface HotKey


public interface HotKey
Represents a hot key.
  • Method Summary

    Modifier and Type
    Method
    Description
    Hotkeys are defined in the same format as within Burp's Settings.
    static HotKey
    hotKey(String name, String hotkey)
    Create a new instance
     
  • Method Details

    • name

      String name()
      Returns:
      the name of the hot key.
    • hotkey

      String hotkey()
      Hotkeys are defined in the same format as within Burp's Settings.
      Returns:
      the hot key
    • hotKey

      static HotKey hotKey(String name, String hotkey)
      Create a new instance
      Parameters:
      name - The name of the hot key.
      hotkey - The hot key.
      Returns:
      A new HotKey instance.