Package org.springframework.shell
Interface InputProvider
- All Known Implementing Classes:
FileInputProvider
,InteractiveShellRunner.JLineInputProvider
public interface InputProvider
To be implemented by components able to provide a "line" of user input, whether interactively or by batch.
-
Method Summary
-
Method Details
-
readInput
Input readInput()Return text entered by user to invoke commands.Returning null indicates end of input, requesting shell exit.
-