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

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
 
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
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.CounterCommands
 
available() - Method in class org.springframework.cloud.dataflow.shell.command.LibraryCommands
 
available() - Method in class org.springframework.cloud.dataflow.shell.command.ModuleCommands
 
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
 

C

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.QualifiedModuleNameConverter
 
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.command.ConfigCommands
 
DEFAULT_PORT - Static variable in class org.springframework.cloud.dataflow.shell.command.ConfigCommands
 
DEFAULT_SCHEME - Static variable in class org.springframework.cloud.dataflow.shell.command.ConfigCommands
 
DEFAULT_TARGET - Static variable in class org.springframework.cloud.dataflow.shell.command.ConfigCommands
 
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, NumberFormat) - Method in class org.springframework.cloud.dataflow.shell.command.CounterCommands
 
displayMetrics(PagedResources<MetricResource>) - Method in class org.springframework.cloud.dataflow.shell.command.AbstractMetricsCommands
Render a table with information about a list of metrics

E

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.

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.QualifiedModuleNameConverter
 
getBanner() - Method in class org.springframework.cloud.dataflow.shell.config.DataFlowBannerProvider
 
getDataFlowOperations() - Method in class org.springframework.cloud.dataflow.shell.config.DataFlowShell
 
getHttp(String) - Method in class org.springframework.cloud.dataflow.shell.command.HttpCommands
 
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
 
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

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

I

info(ModuleCommands.QualifiedModuleName) - Method in class org.springframework.cloud.dataflow.shell.command.ModuleCommands
 

L

launch(String, String, File) - Method in class org.springframework.cloud.dataflow.shell.command.TaskCommands
 
LibraryCommands - Class in org.springframework.cloud.dataflow.shell.command
Commands for working with libraries.
LibraryCommands() - Constructor for class org.springframework.cloud.dataflow.shell.command.LibraryCommands
 
list() - Method in class org.springframework.cloud.dataflow.shell.command.CounterCommands
 
list() - Method in class org.springframework.cloud.dataflow.shell.command.LibraryCommands
 
list() - Method in class org.springframework.cloud.dataflow.shell.command.ModuleCommands
 
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
 

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
 
ModuleCommands - Class in org.springframework.cloud.dataflow.shell.command
Commands for working with modules.
ModuleCommands() - Constructor for class org.springframework.cloud.dataflow.shell.command.ModuleCommands
 
ModuleCommands.QualifiedModuleName - Class in org.springframework.cloud.dataflow.shell.command
Unique identifier for a module, including the name and type.
ModuleCommands.QualifiedModuleName(String, ArtifactType) - Constructor for class org.springframework.cloud.dataflow.shell.command.ModuleCommands.QualifiedModuleName
 

N

name - Variable in class org.springframework.cloud.dataflow.shell.command.ModuleCommands.QualifiedModuleName
 
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

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.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
 

P

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

QualifiedModuleNameConverter - Class in org.springframework.cloud.dataflow.shell.converter
Knows how to build and query ModuleCommands.QualifiedModuleNames.
QualifiedModuleNameConverter() - Constructor for class org.springframework.cloud.dataflow.shell.converter.QualifiedModuleNameConverter
 

R

register(String, String, boolean) - Method in class org.springframework.cloud.dataflow.shell.command.LibraryCommands
 
register(String, ArtifactType, String, boolean) - Method in class org.springframework.cloud.dataflow.shell.command.ModuleCommands
 
reset(String) - Method in class org.springframework.cloud.dataflow.shell.command.CounterCommands
 
restTemplate() - Static method in class org.springframework.cloud.dataflow.shell.command.ConfigCommands
 
RuntimeCommands - Class in org.springframework.cloud.dataflow.shell.command
Commands for displaying the runtime state of deployed modules.
RuntimeCommands() - Constructor for class org.springframework.cloud.dataflow.shell.command.RuntimeCommands
 

S

setDataFlowOperations(DataFlowOperations) - Method in class org.springframework.cloud.dataflow.shell.config.DataFlowShell
 
setDataFlowShell(DataFlowShell) - Method in class org.springframework.cloud.dataflow.shell.command.LibraryCommands
 
setDataFlowShell(DataFlowShell) - Method in class org.springframework.cloud.dataflow.shell.command.ModuleCommands
 
ShellApplication - Class in org.springframework.cloud.dataflow.shell
Bootstrap class for spring shell.
ShellApplication() - Constructor for class org.springframework.cloud.dataflow.shell.ShellApplication
 
status(String) - Method in class org.springframework.cloud.dataflow.shell.command.TaskCommands
 
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.QualifiedModuleNameConverter
 

T

target(String) - Method in class org.springframework.cloud.dataflow.shell.command.ConfigCommands
 
TaskCommands - Class in org.springframework.cloud.dataflow.shell.command
Task commands.
TaskCommands() - Constructor for class org.springframework.cloud.dataflow.shell.command.TaskCommands
 
type - Variable in class org.springframework.cloud.dataflow.shell.command.ModuleCommands.QualifiedModuleName
 

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) - Method in class org.springframework.cloud.dataflow.shell.command.LibraryCommands
 
unregister(String, ArtifactType) - Method in class org.springframework.cloud.dataflow.shell.command.ModuleCommands
 
UserInput - Interface in org.springframework.cloud.dataflow.shell.command
Abstraction for a mechanism used to get user interactive user input.
A C D E G H I L M N O P Q R S T U 

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