Package org.springframework.shell.result
Interface CommandNotFoundMessageProvider.ProviderContext
- Enclosing interface:
- CommandNotFoundMessageProvider
public static interface CommandNotFoundMessageProvider.ProviderContext
Context for
CommandNotFoundResultHandler
.-
Method Summary
-
Method Details
-
error
Throwable error()Gets an actual error.- Returns:
- actual error
-
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
-