Enum VariableValues

java.lang.Object
java.lang.Enum<VariableValues>
org.aesh.readline.editing.VariableValues
All Implemented Interfaces:
Serializable, Comparable<VariableValues>, java.lang.constant.Constable

public enum VariableValues extends Enum<VariableValues>
Author:
Ståle W. Pedersen
  • Enum Constant Details

    • BELL_STYLE

      public static final VariableValues BELL_STYLE
    • BIND_TTY_SPECIAL_CHARS

      public static final VariableValues BIND_TTY_SPECIAL_CHARS
    • COMMENT_BEGIN

      public static final VariableValues COMMENT_BEGIN
    • COMPLETION_DISPLAY_WIDTH

      public static final VariableValues COMPLETION_DISPLAY_WIDTH
    • COMPLETION_IGNORE_CASE

      public static final VariableValues COMPLETION_IGNORE_CASE
    • COMPLETION_MAP_CASE

      public static final VariableValues COMPLETION_MAP_CASE
    • COMPLETION_PREFIX_DISPLAY_LENGTH

      public static final VariableValues COMPLETION_PREFIX_DISPLAY_LENGTH
    • COMPLETION_QUERY_ITEMS

      public static final VariableValues COMPLETION_QUERY_ITEMS
    • CONVERT_META

      public static final VariableValues CONVERT_META
    • DISABLE_COMPLETION

      public static final VariableValues DISABLE_COMPLETION
    • EDITING_MODE

      public static final VariableValues EDITING_MODE
    • ECHO_CONTROL_CHARACTERS

      public static final VariableValues ECHO_CONTROL_CHARACTERS
    • ENABLE_KEYPAD

      public static final VariableValues ENABLE_KEYPAD
    • EXPAND_TILDE

      public static final VariableValues EXPAND_TILDE
    • HISTORY_PRESERVE_POINT

      public static final VariableValues HISTORY_PRESERVE_POINT
    • HISTORY_SIZE

      public static final VariableValues HISTORY_SIZE
    • HISTORY_SCROLL_MODE

      public static final VariableValues HISTORY_SCROLL_MODE
    • INPUT_META

      public static final VariableValues INPUT_META
    • ISEARCH_TERMINATORS

      public static final VariableValues ISEARCH_TERMINATORS
    • KEYMAP

      public static final VariableValues KEYMAP
    • MARK_DIRECTORIES

      public static final VariableValues MARK_DIRECTORIES
    • MARK_MODIFIED_LINES

      public static final VariableValues MARK_MODIFIED_LINES
    • MARK_SYMLINKED_DIRECTORIES

      public static final VariableValues MARK_SYMLINKED_DIRECTORIES
    • MATCH_HIDDEN_FILES

      public static final VariableValues MATCH_HIDDEN_FILES
    • OUTPUT_META

      public static final VariableValues OUTPUT_META
    • PAGE_COMPLETIONS

      public static final VariableValues PAGE_COMPLETIONS
    • REVERT_ALL_AT_NEWLINE

      public static final VariableValues REVERT_ALL_AT_NEWLINE
    • SHOW_ALL_IF_AMBIGUOUS

      public static final VariableValues SHOW_ALL_IF_AMBIGUOUS
    • SHOW_ALL_IF_UNMODIFIED

      public static final VariableValues SHOW_ALL_IF_UNMODIFIED
    • SKIP_COMPLETED_TEXT

      public static final VariableValues SKIP_COMPLETED_TEXT
    • VISIBLE_STATS

      public static final VariableValues VISIBLE_STATS
  • Method Details

    • values

      public static VariableValues[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static VariableValues valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified name
      NullPointerException - if the argument is null
    • getValuesByVariable

      public static List<String> getValuesByVariable(Variable variable)
    • hasValue

      public boolean hasValue()