Class FileInputProvider

java.lang.Object
org.springframework.shell.core.FileInputProvider
All Implemented Interfaces:
AutoCloseable, InputProvider

public class FileInputProvider extends Object implements InputProvider, AutoCloseable
An InputProvider that reads input from a file.

Supports backslashes at end of line to signal line continuation.

Author:
Eric Bottard, Piotr Olaszewski, Mahmoud Ben Hassine