Package org.springframework.shell.core
Interface ShellRunner
- All Known Implementing Classes:
InteractiveShellRunner,JLineShellRunner,NonInteractiveShellRunner,SystemShellRunner
public interface ShellRunner
Interface for shell runners.
- Author:
- Janne Valkealahti, Mahmoud Ben Hassine
-
Method Summary
-
Method Details
-
run
ExecuteShellRunnerwith given args.- Parameters:
args- the raw arguments- Throws:
Exception- possible error during run
-