Package org.springframework.shell.core
@NullMarked
package org.springframework.shell.core
Contains core classes for Spring Shell, irrespective of the way commands are actually
implemented.
- Author:
- Eric Bottard
-
ClassDescriptionInput provider based on the JVM's system
Console.Implementation ofInputReaderthat reads input from the system console.AnInputProviderthat reads input from a file.To be implemented by components able to provide a "line" of user input, whether interactively or by batch.Interface for reading input from the user.Base class for interactive shell runners.AShellRunnerthat executes commands without entering interactive shell mode.Thrown when one or more parameters fail bean validation constraints.Interface for shell runners.Interactive shell runner based on the JVM's systemConsole.