Interface CommandNotFoundMessageProvider.ProviderContext

Enclosing interface:
CommandNotFoundMessageProvider

public static interface CommandNotFoundMessageProvider.ProviderContext
  • Method Details

    • error

      Throwable error()
      Gets an actual error.
      Returns:
      actual error
    • commands

      List<String> commands()
      Gets a list of commands parsed.
      Returns:
      list of commands parsed
    • registrations

      Map<String,CommandRegistration> registrations()
      Gets a command registrations.
      Returns:
      a command registrations
    • text

      String text()
      Gets a raw input text.
      Returns:
      a raw input text