Package | Description |
---|---|
org.springframework.cloud.dataflow.shell |
Root package for the Spring Cloud Data Flow Shell.
|
org.springframework.cloud.dataflow.shell.autoconfigure |
Contains classes for the integration of Spring Boot and Spring Shell.
|
org.springframework.cloud.dataflow.shell.command.common |
Command classes for the Spring Cloud Data Flow Shell.
|
org.springframework.cloud.dataflow.shell.config |
Configuration classes for the Spring Cloud Data Flow Shell.
|
Class and Description |
---|
DataFlowMode |
EnableDataFlowShell
Activates the Spring Cloud Data Flow shell.
|
ShellProperties
Spring Boot
ConfigurationProperties to specify well known Spring Shell
properties. |
Target
Encapsulates various data points related to the Data Flow Server Target, such as target
URI, success/error state, exception messages that may have occurred.
|
Target.TargetStatus |
TargetCredentials
Encapsulates the credentials to the Data Flow Server Target, such as
TargetCredentials.username
and TargetCredentials.password . |
Class and Description |
---|
ShellCommandLineParser
Parses the
ShellProperties and ApplicationArguments to create an
instance of the Spring Shell's CommandLine class. |
ShellProperties
Spring Boot
ConfigurationProperties to specify well known Spring Shell
properties. |
TargetHolder
A target holder, wrapping a
Target that encapsulates not only the Target URI
but also success/error messages + status. |
Class and Description |
---|
DataFlowMode |
TargetHolder
A target holder, wrapping a
Target that encapsulates not only the Target URI
but also success/error messages + status. |
Class and Description |
---|
ShellCommandLineRunner
This does basically the same thing as
Bootstrap in
Spring Shell, but using Spring Boot's CommandLineRunner as a callback hook for
initialization, instead of squatting on the application's one
main(String[] args) method. |
TargetHolder
A target holder, wrapping a
Target that encapsulates not only the Target URI
but also success/error messages + status. |
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.