@Order(value=-20) public class HelpAwareShellApplicationRunner extends Object implements org.springframework.boot.ApplicationRunner
ApplicationRunner that extends the basic help command to include a skipper specific help-text at the top
of the normal help command output.
Has higher precedence than InitializeConnectionApplicationRunner so that it runs before that or any
shell runner.
InitializeConnectionApplicationRunner| Constructor and Description |
|---|
HelpAwareShellApplicationRunner() |
| Modifier and Type | Method and Description |
|---|---|
static InputStream |
getInputStream(Class<?> loadingClass,
String filename) |
void |
run(org.springframework.boot.ApplicationArguments args) |
public void run(org.springframework.boot.ApplicationArguments args)
throws Exception
run in interface org.springframework.boot.ApplicationRunnerExceptionpublic static InputStream getInputStream(Class<?> loadingClass, String filename)
Copyright © 2022 Pivotal Software, Inc.. All rights reserved.