Uses of Package
org.springframework.cloud.dataflow.shell
Packages that use org.springframework.cloud.dataflow.shell
Package
Description
Root package for the Spring Cloud Data Flow Shell.
Provides supporting classes and utilities for the shell command classes.
Configuration classes for the Spring Cloud Data Flow Shell.
-
Classes in org.springframework.cloud.dataflow.shell used by org.springframework.cloud.dataflow.shellClassDescriptionEncapsulates various data points related to the Data Flow Server Target, such as target URI, success/error state, exception messages that may have occurred.Encapsulates the credentials to the Data Flow Server Target, such as
TargetCredentials.username
andTargetCredentials.password
. -
Classes in org.springframework.cloud.dataflow.shell used by org.springframework.cloud.dataflow.shell.command.supportClassDescriptionSpring Boot
ConfigurationProperties
to specify well known Spring Shell properties. -
Classes in org.springframework.cloud.dataflow.shell used by org.springframework.cloud.dataflow.shell.configClassDescriptionA target holder, wrapping a
Target
that encapsulates not only the Target URI but also success/error messages + status.