Package | Description |
---|---|
org.springframework.shell |
Contains core classes for Spring Shell, irrespective of the way commands are actually implemented.
|
org.springframework.shell.jline |
Contains classes that leverage the JLine library to hook into the Spring Shell REPL.
|
org.springframework.shell.standard.commands |
Contains default commands that ought to apply to each shell app.
|
Modifier and Type | Method and Description |
---|---|
Shell |
SpringShellAutoConfiguration.shell(ResultHandler resultHandler) |
Modifier and Type | Method and Description |
---|---|
void |
JLineShellAutoConfiguration.CompleterAdapter.setShell(Shell shell) |
Constructor and Description |
---|
DefaultShellApplicationRunner(org.jline.reader.LineReader lineReader,
PromptProvider promptProvider,
org.jline.reader.Parser parser,
Shell shell) |
Modifier and Type | Method and Description |
---|---|
Script |
StandardCommandsAutoConfiguration.script(Shell shell,
org.jline.reader.Parser parser) |
Constructor and Description |
---|
Script(Shell shell,
org.jline.reader.Parser parser) |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.