A B C D E F G H I J L M N O P Q R S T U V 

A

AbstractMetricsCommands - Class in org.springframework.cloud.dataflow.shell.command
Base class to factor out similar behavior for all related metrics commands.
AbstractMetricsCommands(String) - Constructor for class org.springframework.cloud.dataflow.shell.command.AbstractMetricsCommands
 
afterPropertiesSet() - Method in class org.springframework.cloud.dataflow.shell.command.ConfigCommands
 
AggregateCounterCommands - Class in org.springframework.cloud.dataflow.shell.command
Commands for interacting with aggregate counter analytics.
AggregateCounterCommands() - Constructor for class org.springframework.cloud.dataflow.shell.command.AggregateCounterCommands
 
applyStyle(TableBuilder) - Static method in class org.springframework.cloud.dataflow.shell.command.DataFlowTables
Customize the given TableBuilder with the following common features (these choices can always be overridden by applying later customizations) : double border around the whole table and first row vertical space (air) borders, single line separators between rows first row is assumed to be a header and is centered horizontally and vertically cells containing Map values are rendered as key = value lines, trying to align on equal signs
AppRegistryCommands - Class in org.springframework.cloud.dataflow.shell.command
Commands for working with the application registry.
AppRegistryCommands() - Constructor for class org.springframework.cloud.dataflow.shell.command.AppRegistryCommands
 
AppRegistryCommands.QualifiedApplicationName - Class in org.springframework.cloud.dataflow.shell.command
Unique identifier for an application, including the name and type.
AppRegistryCommands.QualifiedApplicationName(String, ApplicationType) - Constructor for class org.springframework.cloud.dataflow.shell.command.AppRegistryCommands.QualifiedApplicationName
 
Assertions - Class in org.springframework.cloud.dataflow.shell.command
Various utility methods when dealing with shell commands.
atMostOneOf(Object...) - Static method in class org.springframework.cloud.dataflow.shell.command.Assertions
Accepts 2*N arguments, even ones being names and odd ones being values for those names.
available() - Method in class org.springframework.cloud.dataflow.shell.command.AggregateCounterCommands
 
available() - Method in class org.springframework.cloud.dataflow.shell.command.AppRegistryCommands
 
available() - Method in class org.springframework.cloud.dataflow.shell.command.CounterCommands
 
available() - Method in class org.springframework.cloud.dataflow.shell.command.FieldValueCounterCommands
 
available() - Method in class org.springframework.cloud.dataflow.shell.command.JobCommands
 
available() - Method in class org.springframework.cloud.dataflow.shell.command.RuntimeCommands
 
available() - Method in class org.springframework.cloud.dataflow.shell.command.StreamCommands
 
available() - Method in class org.springframework.cloud.dataflow.shell.command.TaskCommands
 

B

BaseShellAutoConfiguration - Class in org.springframework.cloud.dataflow.shell.autoconfigure
Configures the various commands that are part of the default Spring Shell experience.
BaseShellAutoConfiguration() - Constructor for class org.springframework.cloud.dataflow.shell.autoconfigure.BaseShellAutoConfiguration
 
BaseShellAutoConfiguration.DefaultShellComponents - Class in org.springframework.cloud.dataflow.shell.autoconfigure
 
BaseShellAutoConfiguration.DefaultShellComponents() - Constructor for class org.springframework.cloud.dataflow.shell.autoconfigure.BaseShellAutoConfiguration.DefaultShellComponents
 
BaseShellAutoConfiguration.RegisterInternalCommands - Class in org.springframework.cloud.dataflow.shell.autoconfigure
 
BaseShellAutoConfiguration.RegisterInternalCommands() - Constructor for class org.springframework.cloud.dataflow.shell.autoconfigure.BaseShellAutoConfiguration.RegisterInternalCommands
 

C

commandLine(ShellCommandLineParser, ShellProperties, ApplicationArguments) - Method in class org.springframework.cloud.dataflow.shell.autoconfigure.BaseShellAutoConfiguration
 
commandLineRunner() - Method in class org.springframework.cloud.dataflow.shell.config.ShellCommandLineConfiguration
Return the interactive command line runner.
CompletionConverter - Class in org.springframework.cloud.dataflow.shell.converter
A converter that provides DSL completion wherever parts of stream definitions may appear.
CompletionConverter() - Constructor for class org.springframework.cloud.dataflow.shell.converter.CompletionConverter
 
ConfigCommands - Class in org.springframework.cloud.dataflow.shell.command
Configuration commands for the Shell.
ConfigCommands() - Constructor for class org.springframework.cloud.dataflow.shell.command.ConfigCommands
 
ConsoleUserInput - Class in org.springframework.cloud.dataflow.shell.command
UserInput that uses Standard in and out.
ConsoleUserInput() - Constructor for class org.springframework.cloud.dataflow.shell.command.ConsoleUserInput
 
convertFromText(String, Class<?>, String) - Method in class org.springframework.cloud.dataflow.shell.converter.CompletionConverter
 
convertFromText(String, Class<?>, String) - Method in class org.springframework.cloud.dataflow.shell.converter.MediaTypeConverter
 
convertFromText(String, Class<?>, String) - Method in class org.springframework.cloud.dataflow.shell.converter.NumberFormatConverter
 
convertFromText(String, Class<?>, String) - Method in class org.springframework.cloud.dataflow.shell.converter.QualifiedApplicationNameConverter
 
CounterCommands - Class in org.springframework.cloud.dataflow.shell.command
Commands for interacting with Counter analytics.
CounterCommands() - Constructor for class org.springframework.cloud.dataflow.shell.command.CounterCommands
 
create(String, String) - Method in class org.springframework.cloud.dataflow.shell.command.TaskCommands
 
createStream(String, String, boolean) - Method in class org.springframework.cloud.dataflow.shell.command.StreamCommands
 

D

DataFlowBannerProvider - Class in org.springframework.cloud.dataflow.shell.config
Provides the Spring Cloud Data Flow specific BannerProvider.
DataFlowBannerProvider() - Constructor for class org.springframework.cloud.dataflow.shell.config.DataFlowBannerProvider
 
DataFlowPromptProvider - Class in org.springframework.cloud.dataflow.shell.config
A provider that sets the shell prompt to 'dataflow' if the server is available, 'server-unknown' otherwise.
DataFlowPromptProvider() - Constructor for class org.springframework.cloud.dataflow.shell.config.DataFlowPromptProvider
 
DataFlowShell - Class in org.springframework.cloud.dataflow.shell.config
REST client component that holds all the available operations for communicating with the Spring Cloud Data Flow REST server.
DataFlowShell() - Constructor for class org.springframework.cloud.dataflow.shell.config.DataFlowShell
 
DataFlowTables - Class in org.springframework.cloud.dataflow.shell.command
Utility class to customize DataFlowTables used in a consistent way.
DataFlowTables() - Constructor for class org.springframework.cloud.dataflow.shell.command.DataFlowTables
 
DEFAULT - Static variable in class org.springframework.cloud.dataflow.shell.converter.NumberFormatConverter
 
DEFAULT_HOST - Static variable in class org.springframework.cloud.dataflow.shell.Target
 
DEFAULT_PORT - Static variable in class org.springframework.cloud.dataflow.shell.Target
 
DEFAULT_SCHEME - Static variable in class org.springframework.cloud.dataflow.shell.Target
 
DEFAULT_SPECIFIED_PASSWORD - Static variable in class org.springframework.cloud.dataflow.shell.Target
 
DEFAULT_TARGET - Static variable in class org.springframework.cloud.dataflow.shell.Target
 
DEFAULT_UNSPECIFIED_PASSWORD - Static variable in class org.springframework.cloud.dataflow.shell.Target
 
DEFAULT_USERNAME - Static variable in class org.springframework.cloud.dataflow.shell.Target
 
delete(String) - Method in class org.springframework.cloud.dataflow.shell.command.AggregateCounterCommands
 
deployStream(String, String, File) - Method in class org.springframework.cloud.dataflow.shell.command.StreamCommands
 
destroy(String) - Method in class org.springframework.cloud.dataflow.shell.command.TaskCommands
 
destroyAllStreams(boolean) - Method in class org.springframework.cloud.dataflow.shell.command.StreamCommands
 
destroyStream(String) - Method in class org.springframework.cloud.dataflow.shell.command.StreamCommands
 
display(String, String, String, Integer, Integer, AggregateCounterOperations.Resolution, NumberFormat) - Method in class org.springframework.cloud.dataflow.shell.command.AggregateCounterCommands
 
display(String, NumberFormat) - Method in class org.springframework.cloud.dataflow.shell.command.CounterCommands
 
display(String, NumberFormat) - Method in class org.springframework.cloud.dataflow.shell.command.FieldValueCounterCommands
 
display(long) - Method in class org.springframework.cloud.dataflow.shell.command.TaskCommands
 
displayMetrics(PagedResources<MetricResource>) - Method in class org.springframework.cloud.dataflow.shell.command.AbstractMetricsCommands
Render a table with information about a list of metrics

E

EnableDataFlowShell - Annotation Type in org.springframework.cloud.dataflow.shell
Activates the Spring Cloud Data Flow shell.
exactlyOneOf(Object...) - Static method in class org.springframework.cloud.dataflow.shell.command.Assertions
Accepts 2*N arguments, even ones being names and odd ones being values for those names.
executionDisplay(long) - Method in class org.springframework.cloud.dataflow.shell.command.JobCommands
 
executionList(String) - Method in class org.springframework.cloud.dataflow.shell.command.JobCommands
 
executionListByName(String) - Method in class org.springframework.cloud.dataflow.shell.command.TaskCommands
 

F

FieldValueCounterCommands - Class in org.springframework.cloud.dataflow.shell.command
Commands for interacting with Field Value Counter analytics.
FieldValueCounterCommands() - Constructor for class org.springframework.cloud.dataflow.shell.command.FieldValueCounterCommands
 

G

getAllPossibleValues(List<Completion>, Class<?>, String, String, MethodTarget) - Method in class org.springframework.cloud.dataflow.shell.converter.CompletionConverter
 
getAllPossibleValues(List<Completion>, Class<?>, String, String, MethodTarget) - Method in class org.springframework.cloud.dataflow.shell.converter.MediaTypeConverter
 
getAllPossibleValues(List<Completion>, Class<?>, String, String, MethodTarget) - Method in class org.springframework.cloud.dataflow.shell.converter.NumberFormatConverter
 
getAllPossibleValues(List<Completion>, Class<?>, String, String, MethodTarget) - Method in class org.springframework.cloud.dataflow.shell.converter.QualifiedApplicationNameConverter
 
getBanner() - Method in class org.springframework.cloud.dataflow.shell.config.DataFlowBannerProvider
 
getCommandFile() - Method in class org.springframework.cloud.dataflow.shell.ShellProperties
 
getDataFlowOperations() - Method in class org.springframework.cloud.dataflow.shell.config.DataFlowShell
 
getDisplayableContents() - Method in class org.springframework.cloud.dataflow.shell.Target.Credentials
 
getHistorySize() - Method in class org.springframework.cloud.dataflow.shell.ShellProperties
 
getHttp(String) - Method in class org.springframework.cloud.dataflow.shell.command.HttpCommands
 
getPassword() - Method in class org.springframework.cloud.dataflow.shell.Target.Credentials
 
getPrompt() - Method in class org.springframework.cloud.dataflow.shell.config.DataFlowPromptProvider
 
getProviderName() - Method in class org.springframework.cloud.dataflow.shell.config.DataFlowBannerProvider
 
getProviderName() - Method in class org.springframework.cloud.dataflow.shell.config.DataFlowPromptProvider
 
getStatus() - Method in class org.springframework.cloud.dataflow.shell.Target
Return the target status, which is either Success or Error.
getTarget() - Method in class org.springframework.cloud.dataflow.shell.TargetHolder
Return the Target which encapsulates not only the Target URI but also success/error messages + status.
getTargetCredentials() - Method in class org.springframework.cloud.dataflow.shell.Target
Returns the target credentials
getTargetException() - Method in class org.springframework.cloud.dataflow.shell.Target
If during targeting an error occurred, the resulting Exception is made available for further introspection.
getTargetResultMessage() - Method in class org.springframework.cloud.dataflow.shell.Target
Provides a result message indicating whether the provide Target.getTargetUri() was successfully targeted or not.
getTargetUri() - Method in class org.springframework.cloud.dataflow.shell.Target
 
getTargetUriAsString() - Method in class org.springframework.cloud.dataflow.shell.Target
Returns the target URI as a String.
getUsername() - Method in class org.springframework.cloud.dataflow.shell.Target.Credentials
 
getVersion() - Method in class org.springframework.cloud.dataflow.shell.config.DataFlowBannerProvider
Returns the version information as found in the manifest file (set during release).
getWelcomeMessage() - Method in class org.springframework.cloud.dataflow.shell.config.DataFlowBannerProvider
 

H

HORIZONTAL_LINE - Static variable in class org.springframework.cloud.dataflow.shell.command.ConfigCommands
 
HttpCommands - Class in org.springframework.cloud.dataflow.shell.command
Http commands.
HttpCommands() - Constructor for class org.springframework.cloud.dataflow.shell.command.HttpCommands
 

I

importFromResource(String, boolean, boolean) - Method in class org.springframework.cloud.dataflow.shell.command.AppRegistryCommands
 
info(AppRegistryCommands.QualifiedApplicationName) - Method in class org.springframework.cloud.dataflow.shell.command.AppRegistryCommands
 
info() - Method in class org.springframework.cloud.dataflow.shell.command.ConfigCommands
 
instanceDisplay(long) - Method in class org.springframework.cloud.dataflow.shell.command.JobCommands
 

J

JobCommands - Class in org.springframework.cloud.dataflow.shell.command
Job commands for the SCDF Shell.
JobCommands() - Constructor for class org.springframework.cloud.dataflow.shell.command.JobCommands
 

L

launch(String, String, File, String) - Method in class org.springframework.cloud.dataflow.shell.command.TaskCommands
 
list() - Method in class org.springframework.cloud.dataflow.shell.command.AggregateCounterCommands
 
list() - Method in class org.springframework.cloud.dataflow.shell.command.AppRegistryCommands
 
list() - Method in class org.springframework.cloud.dataflow.shell.command.CounterCommands
 
list() - Method in class org.springframework.cloud.dataflow.shell.command.FieldValueCounterCommands
 
list(boolean, String[]) - Method in class org.springframework.cloud.dataflow.shell.command.RuntimeCommands
 
list() - Method in class org.springframework.cloud.dataflow.shell.command.TaskCommands
 
listStreams() - Method in class org.springframework.cloud.dataflow.shell.command.StreamCommands
 
log() - Method in class org.springframework.cloud.dataflow.shell.autoconfigure.BaseShellAutoConfiguration.DefaultShellComponents
 
log() - Method in class org.springframework.cloud.dataflow.shell.autoconfigure.BaseShellAutoConfiguration.RegisterInternalCommands
 

M

main(String[]) - Static method in class org.springframework.cloud.dataflow.shell.ShellApplication
 
MediaTypeConverter - Class in org.springframework.cloud.dataflow.shell.converter
Knows how to parse String representations of MediaType.
MediaTypeConverter() - Constructor for class org.springframework.cloud.dataflow.shell.converter.MediaTypeConverter
 

N

name - Variable in class org.springframework.cloud.dataflow.shell.command.AppRegistryCommands.QualifiedApplicationName
 
NumberFormatConverter - Class in org.springframework.cloud.dataflow.shell.converter
Knows how to convert from a String to a new NumberFormat instance.
NumberFormatConverter() - Constructor for class org.springframework.cloud.dataflow.shell.converter.NumberFormatConverter
 

O

onApplicationEvent(ApplicationReadyEvent) - Method in class org.springframework.cloud.dataflow.shell.command.ConfigCommands
 
org.springframework.cloud.dataflow.shell - package org.springframework.cloud.dataflow.shell
Root package for the Spring Cloud Data Flow Shell.
org.springframework.cloud.dataflow.shell.autoconfigure - package org.springframework.cloud.dataflow.shell.autoconfigure
Contains classes for the integration of Spring Boot and Spring Shell.
org.springframework.cloud.dataflow.shell.command - package org.springframework.cloud.dataflow.shell.command
Command classes for the Spring Cloud Data Flow Shell.
org.springframework.cloud.dataflow.shell.config - package org.springframework.cloud.dataflow.shell.config
Configuration classes for the Spring Cloud Data Flow Shell.
org.springframework.cloud.dataflow.shell.converter - package org.springframework.cloud.dataflow.shell.converter
Contains various Spring Shell Converters.

P

parse(ShellProperties, String[]) - Method in class org.springframework.cloud.dataflow.shell.ShellCommandLineParser
Parse ShellProperties and ApplicationArguments to create an instance of the
postHttp(String, String, File, MediaType) - Method in class org.springframework.cloud.dataflow.shell.command.HttpCommands
 
prompt(String, String, boolean) - Method in class org.springframework.cloud.dataflow.shell.command.ConsoleUserInput
 
prompt(String, String, boolean) - Method in interface org.springframework.cloud.dataflow.shell.command.UserInput
Display a prompt text to the user and expect them to enter a free-form value.
promptWithOptions(String, String, String...) - Method in class org.springframework.cloud.dataflow.shell.command.ConsoleUserInput
Loops until one of the options is provided.
promptWithOptions(String, String, String...) - Method in interface org.springframework.cloud.dataflow.shell.command.UserInput
Display a prompt text to the user and expect one of options in return.

Q

QualifiedApplicationNameConverter - Class in org.springframework.cloud.dataflow.shell.converter
Knows how to build and query AppRegistryCommands.QualifiedApplicationNames.
QualifiedApplicationNameConverter() - Constructor for class org.springframework.cloud.dataflow.shell.converter.QualifiedApplicationNameConverter
 

R

register(String, ApplicationType, String, boolean) - Method in class org.springframework.cloud.dataflow.shell.command.AppRegistryCommands
 
reset(String) - Method in class org.springframework.cloud.dataflow.shell.command.CounterCommands
 
reset(String) - Method in class org.springframework.cloud.dataflow.shell.command.FieldValueCounterCommands
 
restTemplate() - Static method in class org.springframework.cloud.dataflow.shell.command.ConfigCommands
 
run(String...) - Method in class org.springframework.cloud.dataflow.shell.ShellCommandLineRunner
 
RuntimeCommands - Class in org.springframework.cloud.dataflow.shell.command
Commands for displaying the runtime state of deployed apps.
RuntimeCommands(DataFlowShell) - Constructor for class org.springframework.cloud.dataflow.shell.command.RuntimeCommands
 

S

setApplicationContext(ApplicationContext) - Method in class org.springframework.cloud.dataflow.shell.command.ConfigCommands
 
setApplicationContext(ApplicationContext) - Method in class org.springframework.cloud.dataflow.shell.ShellCommandLineRunner
 
setCommandFile(String) - Method in class org.springframework.cloud.dataflow.shell.ShellProperties
 
setCommandLine(CommandLine) - Method in class org.springframework.cloud.dataflow.shell.command.ConfigCommands
 
setDataFlowOperations(DataFlowOperations) - Method in class org.springframework.cloud.dataflow.shell.config.DataFlowShell
 
setDataFlowShell(DataFlowShell) - Method in class org.springframework.cloud.dataflow.shell.command.AppRegistryCommands
 
setDataFlowShell(DataFlowShell) - Method in class org.springframework.cloud.dataflow.shell.command.ConfigCommands
 
setHistorySize(int) - Method in class org.springframework.cloud.dataflow.shell.ShellProperties
 
setPassword(String) - Method in class org.springframework.cloud.dataflow.shell.Target.Credentials
 
setResourceLoader(ResourceLoader) - Method in class org.springframework.cloud.dataflow.shell.command.AppRegistryCommands
 
setRestTemplate(RestTemplate) - Method in class org.springframework.cloud.dataflow.shell.command.ConfigCommands
 
setServerUri(String) - Method in class org.springframework.cloud.dataflow.shell.command.ConfigCommands
 
setTarget(Target) - Method in class org.springframework.cloud.dataflow.shell.TargetHolder
Set the Dataflow Server Target.
setTargetException(Exception) - Method in class org.springframework.cloud.dataflow.shell.Target
Sets the exception in case an error occurred during targeting.
setTargetHolder(TargetHolder) - Method in class org.springframework.cloud.dataflow.shell.command.ConfigCommands
 
setTargetResultMessage(String) - Method in class org.springframework.cloud.dataflow.shell.Target
Set the result messages indicating the success or failure while targeting the Spring XD Admin Server.
setUserInput(UserInput) - Method in class org.springframework.cloud.dataflow.shell.command.ConfigCommands
 
setUsername(String) - Method in class org.springframework.cloud.dataflow.shell.Target.Credentials
 
shell() - Method in class org.springframework.cloud.dataflow.shell.autoconfigure.BaseShellAutoConfiguration
 
ShellApplication - Class in org.springframework.cloud.dataflow.shell
Bootstrap class for spring shell.
ShellApplication() - Constructor for class org.springframework.cloud.dataflow.shell.ShellApplication
 
ShellCommandLineConfiguration - Class in org.springframework.cloud.dataflow.shell.config
Configuration class for the command line runner
ShellCommandLineConfiguration() - Constructor for class org.springframework.cloud.dataflow.shell.config.ShellCommandLineConfiguration
 
shellCommandLineParser() - Method in class org.springframework.cloud.dataflow.shell.autoconfigure.BaseShellAutoConfiguration
 
ShellCommandLineParser - Class in org.springframework.cloud.dataflow.shell
Parses the ShellProperties and ApplicationArguments to create an instance of the Spring Shell's CommandLine class.
ShellCommandLineParser() - Constructor for class org.springframework.cloud.dataflow.shell.ShellCommandLineParser
 
ShellCommandLineRunner - Class in org.springframework.cloud.dataflow.shell
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.
ShellCommandLineRunner() - Constructor for class org.springframework.cloud.dataflow.shell.ShellCommandLineRunner
 
shellProperties() - Method in class org.springframework.cloud.dataflow.shell.autoconfigure.BaseShellAutoConfiguration
 
ShellProperties - Class in org.springframework.cloud.dataflow.shell
Spring Boot ConfigurationProperties to specify well known Spring Shell properties.
ShellProperties() - Constructor for class org.springframework.cloud.dataflow.shell.ShellProperties
 
status(String) - Method in class org.springframework.cloud.dataflow.shell.command.TaskCommands
 
stepExecutionDisplay(long, long) - Method in class org.springframework.cloud.dataflow.shell.command.JobCommands
 
stepExecutionList(long) - Method in class org.springframework.cloud.dataflow.shell.command.JobCommands
 
stepProgressDisplay(long, long) - Method in class org.springframework.cloud.dataflow.shell.command.JobCommands
 
StreamCommands - Class in org.springframework.cloud.dataflow.shell.command
Stream commands.
StreamCommands() - Constructor for class org.springframework.cloud.dataflow.shell.command.StreamCommands
 
supports(Class<?>, String) - Method in class org.springframework.cloud.dataflow.shell.converter.CompletionConverter
 
supports(Class<?>, String) - Method in class org.springframework.cloud.dataflow.shell.converter.MediaTypeConverter
 
supports(Class<?>, String) - Method in class org.springframework.cloud.dataflow.shell.converter.NumberFormatConverter
 
supports(Class<?>, String) - Method in class org.springframework.cloud.dataflow.shell.converter.QualifiedApplicationNameConverter
 

T

target(String, String, String) - Method in class org.springframework.cloud.dataflow.shell.command.ConfigCommands
 
Target - Class in org.springframework.cloud.dataflow.shell
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(String, String, String) - Constructor for class org.springframework.cloud.dataflow.shell.Target
Construct a new Target.
Target(String) - Constructor for class org.springframework.cloud.dataflow.shell.Target
Construct a new Target.
Target.Credentials - Class in org.springframework.cloud.dataflow.shell
 
Target.Credentials() - Constructor for class org.springframework.cloud.dataflow.shell.Target.Credentials
 
Target.Credentials(String, String) - Constructor for class org.springframework.cloud.dataflow.shell.Target.Credentials
 
Target.TargetStatus - Enum in org.springframework.cloud.dataflow.shell
 
targetHolder() - Method in class org.springframework.cloud.dataflow.shell.autoconfigure.BaseShellAutoConfiguration
 
TargetHolder - Class in org.springframework.cloud.dataflow.shell
A target holder, wrapping a Target that encapsulates not only the Target URI but also success/error messages + status.
TargetHolder() - Constructor for class org.springframework.cloud.dataflow.shell.TargetHolder
Constructor.
TaskCommands - Class in org.springframework.cloud.dataflow.shell.command
Task commands.
TaskCommands() - Constructor for class org.springframework.cloud.dataflow.shell.command.TaskCommands
 
toString() - Method in class org.springframework.cloud.dataflow.shell.Target
 
type - Variable in class org.springframework.cloud.dataflow.shell.command.AppRegistryCommands.QualifiedApplicationName
 

U

undeployAllStreams(boolean) - Method in class org.springframework.cloud.dataflow.shell.command.StreamCommands
 
undeployStream(String) - Method in class org.springframework.cloud.dataflow.shell.command.StreamCommands
 
unregister(String, ApplicationType) - Method in class org.springframework.cloud.dataflow.shell.command.AppRegistryCommands
 
UserInput - Interface in org.springframework.cloud.dataflow.shell.command
Abstraction for a mechanism used to get user interactive user input.

V

valueOf(String) - Static method in enum org.springframework.cloud.dataflow.shell.Target.TargetStatus
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.springframework.cloud.dataflow.shell.Target.TargetStatus
Returns an array containing the constants of this enum type, in the order they are declared.
A B C D E F G H I J L M N O P Q R S T U V 

Copyright © 2016 Pivotal Software, Inc.. All rights reserved.