Uses of Class
org.springframework.cloud.dataflow.shell.config.DataFlowShell
Packages that use DataFlowShell
Package
Description
Command classes for the Spring Cloud Data Flow Shell.
-
Uses of DataFlowShell in org.springframework.cloud.dataflow.shell.command
Fields in org.springframework.cloud.dataflow.shell.command declared as DataFlowShellConstructors in org.springframework.cloud.dataflow.shell.command with parameters of type DataFlowShellModifierConstructorDescriptionAppRegistryCommands
(DataFlowShell dataFlowShell) RuntimeCommands
(DataFlowShell dataFlowShell, com.fasterxml.jackson.databind.ObjectMapper objectMapper) StreamCommands
(DataFlowShell dataFlowShell, ConsoleUserInput userInput) -
Uses of DataFlowShell in org.springframework.cloud.dataflow.shell.completer
Constructors in org.springframework.cloud.dataflow.shell.completer with parameters of type DataFlowShellModifierConstructorDescriptionApplicationNameValueProvider
(DataFlowShell dataFlowShell) JobNameValueProvider
(DataFlowShell dataFlowShell) StreamNameValueProvider
(DataFlowShell dataFlowShell) TaskNameValueProvider
(DataFlowShell dataFlowShell)