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

A

AbsoluteWidthSizeConstraints - Class in org.springframework.shell.table
A cell sizing strategy that forces a fixed width, expressed in number of characters.
AbsoluteWidthSizeConstraints(int) - Constructor for class org.springframework.shell.table.AbsoluteWidthSizeConstraints
 
addAligner(Aligner) - Method in class org.springframework.shell.table.TableBuilder.CellMatcherStub
 
addFormatter(Formatter) - Method in class org.springframework.shell.table.TableBuilder.CellMatcherStub
 
addFullBorder(BorderStyle) - Method in class org.springframework.shell.table.TableBuilder
Set a border around each and every cell of the table.
addHeaderAndVerticalsBorders(BorderStyle) - Method in class org.springframework.shell.table.TableBuilder
Set a border on the outline of the whole table, around the first row and draw vertical lines around each column.
addHeaderBorder(BorderStyle) - Method in class org.springframework.shell.table.TableBuilder
Set a border on the outline of the whole table, as well as around the first row.
addInnerBorder(BorderStyle) - Method in class org.springframework.shell.table.TableBuilder
Set a border on the inner verticals and horizontals of the table, but not on the outline.
addOutlineBorder(BorderStyle) - Method in class org.springframework.shell.table.TableBuilder
Set a border on the outline of the whole table.
addRow() - Method in class org.springframework.shell.table.TableModelBuilder
 
addSizer(SizeConstraints) - Method in class org.springframework.shell.table.TableBuilder.CellMatcherStub
 
addValue(T) - Method in class org.springframework.shell.table.TableModelBuilder
 
addWrapper(TextWrapper) - Method in class org.springframework.shell.table.TableBuilder.CellMatcherStub
 
align(String[], int, int) - Method in interface org.springframework.shell.table.Aligner
Perform text alignment, returning a String array that MUST contain cellHeight lines, each of which MUST be cellWidth chars in length.
align(String[], int, int) - Method in class org.springframework.shell.table.DebugAligner
 
align(String[], int, int) - Method in class org.springframework.shell.table.KeyValueHorizontalAligner
 
align(String[], int, int) - Method in enum org.springframework.shell.table.SimpleHorizontalAligner
 
align(String[], int, int) - Method in enum org.springframework.shell.table.SimpleVerticalAligner
 
Aligner - Interface in org.springframework.shell.table
A strategy interface for performing text alignment.
and() - Method in class org.springframework.shell.table.TableBuilder.CellMatcherStub
 
applicationContext - Variable in class org.springframework.shell.Shell
 
applicationRunner(Parser) - Method in class org.springframework.shell.jline.JLineShellAutoConfiguration
 
ARITY_USE_HEURISTICS - Static variable in annotation type org.springframework.shell.standard.ShellOption
Marker value to indicate that heuristics should be used to derive arity.
ArrayTableModel - Class in org.springframework.shell.table
A TableModel backed by a row-first array.
ArrayTableModel(Object[][]) - Constructor for class org.springframework.shell.table.ArrayTableModel
 
at(int, int) - Static method in class org.springframework.shell.table.CellMatchers
 
AttributedCharSequenceResultHandler - Class in org.springframework.shell.result
A ResultHandler that knows how to render JLine's AttributedCharSequence.
AttributedCharSequenceResultHandler() - Constructor for class org.springframework.shell.result.AttributedCharSequenceResultHandler
 
AutoSizeConstraints - Class in org.springframework.shell.table
A SizeConstraints implementation that splits lines at space boundaries and returns an extent with minimal and maximal width requirements.
AutoSizeConstraints() - Constructor for class org.springframework.shell.table.AutoSizeConstraints
 
Availability - Class in org.springframework.shell
Indicates whether or not a command is currently available.
available() - Static method in class org.springframework.shell.Availability
 

B

BeanListTableModel<T> - Class in org.springframework.shell.table
A table model that is backed by a list of beans.
BeanListTableModel(Class<T>, Iterable<T>) - Constructor for class org.springframework.shell.table.BeanListTableModel
 
BeanListTableModel(Iterable<T>, String...) - Constructor for class org.springframework.shell.table.BeanListTableModel
 
BeanListTableModel(Iterable<T>, LinkedHashMap<String, Object>) - Constructor for class org.springframework.shell.table.BeanListTableModel
 
BorderSpecification - Class in org.springframework.shell.table
This represents a directive to set some borders on cells of a table.
BorderStyle - Enum in org.springframework.shell.table
Provides support for different styles of borders, using simple or fancy ascii art.
BOTTOM - Static variable in class org.springframework.shell.table.BorderSpecification
 
build() - Method in class org.springframework.shell.table.TableBuilder
 
build() - Method in class org.springframework.shell.table.TableBuilder.CellMatcherStub
 
build() - Method in class org.springframework.shell.table.TableModelBuilder
 

C

category() - Method in class org.springframework.shell.CompletionProposal
 
category(String) - Method in class org.springframework.shell.CompletionProposal
 
CellMatcher - Interface in org.springframework.shell.table
This is used to specify where some components of a Table may be applied.
CellMatchers - Class in org.springframework.shell.table
Contains factory methods for commonly used CellMatchers.
CellMatchers() - Constructor for class org.springframework.shell.table.CellMatchers
 
Clear - Class in org.springframework.shell.standard.commands
ANSI console related commands.
Clear() - Constructor for class org.springframework.shell.standard.commands.Clear
 
clear() - Method in class org.springframework.shell.standard.commands.Clear
 
clear() - Method in class org.springframework.shell.standard.commands.StandardCommandsAutoConfiguration
 
Clear.Command - Interface in org.springframework.shell.standard.commands
Marker interface for beans providing clear functionality to the shell.
close() - Method in class org.springframework.shell.jline.FileInputProvider
 
column(int) - Static method in class org.springframework.shell.table.CellMatchers
 
Command - Interface in org.springframework.shell
 
Command.Help - Class in org.springframework.shell
Encapsulates help metadata about a shell command.
CommandNotCurrentlyAvailable - Exception in org.springframework.shell
Indicates that a command exists but is currently not invokable.
CommandNotCurrentlyAvailable(String, Availability) - Constructor for exception org.springframework.shell.CommandNotCurrentlyAvailable
 
CommandNotFound - Exception in org.springframework.shell
A result to be handled by the ResultHandler when no command could be mapped to user input
CommandNotFound(List<String>) - Constructor for exception org.springframework.shell.CommandNotFound
 
CommandNotFoundResultHandler - Class in org.springframework.shell.result
Used when no command can be matched for user input.
CommandNotFoundResultHandler() - Constructor for class org.springframework.shell.result.CommandNotFoundResultHandler
 
CommandRegistry - Interface in org.springframework.shell
Implementing this interface allows sub-systems (such as the help command) to discover available commands.
CommandValueProvider - Class in org.springframework.shell.standard
A ValueProvider that can be used to auto-complete names of shell commands.
CommandValueProvider(CommandRegistry) - Constructor for class org.springframework.shell.standard.CommandValueProvider
 
commandValueProvider(CommandRegistry) - Method in class org.springframework.shell.standard.StandardAPIAutoConfiguration
 
complete(MethodParameter, CompletionContext) - Method in class org.springframework.shell.jcommander.JCommanderParameterResolver
 
complete(LineReader, ParsedLine, List<Candidate>) - Method in class org.springframework.shell.jline.JLineShellAutoConfiguration.CompleterAdapter
 
complete(MethodParameter, CompletionContext) - Method in class org.springframework.shell.legacy.LegacyParameterResolver
 
complete(MethodParameter, CompletionContext) - Method in interface org.springframework.shell.ParameterResolver
Invoked during TAB completion.
complete(CompletionContext) - Method in class org.springframework.shell.Shell
Gather completion proposals given some (incomplete) input the user has already typed in.
complete(MethodParameter, CompletionContext, String[]) - Method in class org.springframework.shell.standard.CommandValueProvider
 
complete(MethodParameter, CompletionContext, String[]) - Method in class org.springframework.shell.standard.EnumValueProvider
 
complete(MethodParameter, CompletionContext, String[]) - Method in class org.springframework.shell.standard.FileValueProvider
 
complete(MethodParameter, CompletionContext) - Method in class org.springframework.shell.standard.StandardParameterResolver
 
complete(MethodParameter, CompletionContext, String[]) - Method in interface org.springframework.shell.standard.ValueProvider
 
completer() - Method in class org.springframework.shell.jline.JLineShellAutoConfiguration
 
CompleterAdapter() - Constructor for class org.springframework.shell.jline.JLineShellAutoConfiguration.CompleterAdapter
 
CompletingParsedLine - Interface in org.springframework.shell
An extension of ParsedLine that, being aware of the quoting and escaping rules of the Parser that produced it, knows if and how a completion candidate should be escaped/quoted.
CompletionContext - Class in org.springframework.shell
Represents the buffer context in which completion was triggered.
CompletionContext(List<String>, int, int) - Constructor for class org.springframework.shell.CompletionContext
 
CompletionProposal - Class in org.springframework.shell
Represents a proposal for TAB completion, made not only of the text to append, but also metadata about the proposal.
CompletionProposal(String) - Constructor for class org.springframework.shell.CompletionProposal
 
ConfigurableCommandRegistry - Class in org.springframework.shell
A CommandRegistry that supports registration of new commands.
ConfigurableCommandRegistry() - Constructor for class org.springframework.shell.ConfigurableCommandRegistry
 
configureKeyValueRendering(TableBuilder, String) - Static method in class org.springframework.shell.table.Tables
Install all the necessary formatters, aligners, etc for key-value rendering of Maps.
conversionService(ApplicationContext) - Method in class org.springframework.shell.SpringShellAutoConfiguration
 
createMethodParameter(Parameter) - Static method in class org.springframework.shell.Utils
Convert from JDK Parameter to Spring MethodParameter.
createMethodParameter(Executable, int) - Static method in class org.springframework.shell.Utils
Return a properly initialized MethodParameter for the given executable and index.
createMethodParameters(Executable) - Static method in class org.springframework.shell.Utils
Return MethodParameters for each parameter of the given method/constructor.
currentWord() - Method in class org.springframework.shell.CompletionContext
Return the whole word the cursor is in, or null if the cursor is past the last word.
currentWordUpToCursor() - Method in class org.springframework.shell.CompletionContext
 

D

DebugAligner - Class in org.springframework.shell.table
A decorator Aligner that checks the Aligner invariants contract, useful for debugging.
DebugAligner(Aligner) - Constructor for class org.springframework.shell.table.DebugAligner
 
DebugTextWrapper - Class in org.springframework.shell.table
A TextWrapper that delegates to another but makes sure that the contract is not violated.
DebugTextWrapper(TextWrapper) - Constructor for class org.springframework.shell.table.DebugTextWrapper
 
DEFAULT_ROW_CAPACITY - Static variable in class org.springframework.shell.table.TableModelBuilder
 
DefaultFormatter - Class in org.springframework.shell.table
A very simple formatter that uses Object.toString() and splits on newlines.
DefaultFormatter() - Constructor for class org.springframework.shell.table.DefaultFormatter
 
DefaultResultHandler - Class in org.springframework.shell.result
A simple ResultHandler that deals with Objects (hence comes as a last resort) and prints the Object.toString() value of results to standard out.
DefaultResultHandler() - Constructor for class org.springframework.shell.result.DefaultResultHandler
 
DefaultShellApplicationRunner - Class in org.springframework.shell.jline
Default Boot runner that bootstraps the shell application.
DefaultShellApplicationRunner(LineReader, PromptProvider, Parser, Shell) - Constructor for class org.springframework.shell.jline.DefaultShellApplicationRunner
 
DefaultShellApplicationRunner.JLineInputProvider - Class in org.springframework.shell.jline
 
defaultValue() - Method in class org.springframework.shell.ParameterDescription
 
defaultValue(String) - Method in class org.springframework.shell.ParameterDescription
 
defaultValueWhenFlag() - Method in class org.springframework.shell.ParameterDescription
 
DelimiterTextWrapper - Class in org.springframework.shell.table
A Text wrapper that wraps at "word" boundaries.
DelimiterTextWrapper() - Constructor for class org.springframework.shell.table.DelimiterTextWrapper
 
DelimiterTextWrapper(char) - Constructor for class org.springframework.shell.table.DelimiterTextWrapper
 
describe(MethodParameter) - Method in class org.springframework.shell.jcommander.JCommanderParameterResolver
 
describe(MethodParameter) - Method in class org.springframework.shell.legacy.LegacyParameterResolver
 
describe(MethodParameter) - Method in interface org.springframework.shell.ParameterResolver
Describe a supported parameter, so that integrated help can be generated.
describe(MethodParameter) - Method in class org.springframework.shell.standard.StandardParameterResolver
 
description() - Method in class org.springframework.shell.CompletionProposal
 
description(String) - Method in class org.springframework.shell.CompletionProposal
 
DETAILS_COMMAND_NAME - Static variable in class org.springframework.shell.result.ThrowableResultHandler
The name of the command that may be used to print details about the last error.
displayText() - Method in class org.springframework.shell.CompletionProposal
 
displayText(String) - Method in class org.springframework.shell.CompletionProposal
 
doHandleResult(AttributedCharSequence) - Method in class org.springframework.shell.result.AttributedCharSequenceResultHandler
 
doHandleResult(CommandNotFound) - Method in class org.springframework.shell.result.CommandNotFoundResultHandler
 
doHandleResult(ParameterValidationException) - Method in class org.springframework.shell.result.ParameterValidationExceptionResultHandler
 
doHandleResult(T) - Method in class org.springframework.shell.result.TerminalAwareResultHandler
 
doHandleResult(TerminalSizeAware) - Method in class org.springframework.shell.result.TerminalSizeAwareResultHandler
 
doHandleResult(Throwable) - Method in class org.springframework.shell.result.ThrowableResultHandler
 
dontQuote(boolean) - Method in class org.springframework.shell.CompletionProposal
 
dontQuote() - Method in class org.springframework.shell.CompletionProposal
 
drop(int) - Method in class org.springframework.shell.CompletionContext
Return a copy of this context, as if the first nbWords were not present

E

elementDescriptor() - Method in class org.springframework.shell.ParameterDescription
 
elementDescriptor(ElementDescriptor) - Method in class org.springframework.shell.ParameterDescription
 
emit(CharSequence) - Method in interface org.springframework.shell.CompletingParsedLine
 
EMPTY - Static variable in interface org.springframework.shell.Input
 
EnumValueProvider - Class in org.springframework.shell.standard
A ValueProvider that knows how to complete values for Enum typed parameters.
EnumValueProvider() - Constructor for class org.springframework.shell.standard.EnumValueProvider
 
enumValueProvider() - Method in class org.springframework.shell.standard.StandardAPIAutoConfiguration
 
equals(Object) - Method in class org.springframework.shell.Command.Help
 
equals(Object) - Method in class org.springframework.shell.MethodTarget
 
equals(Object) - Method in class org.springframework.shell.ParameterDescription
 
evaluate(Input) - Method in class org.springframework.shell.Shell
Evaluate a single "line" of input from the user by trying to map words to a command and arguments.
ExitRequest - Exception in org.springframework.shell
This exception, when thrown and caught, will ask the shell to gracefully shutdown.
ExitRequest() - Constructor for exception org.springframework.shell.ExitRequest
 
ExitRequest(int) - Constructor for exception org.springframework.shell.ExitRequest
 
ExitRequestResultHandler - Class in org.springframework.shell.result
Intercepts ExitRequest exceptions and gracefully exits the running process.
ExitRequestResultHandler() - Constructor for class org.springframework.shell.result.ExitRequestResultHandler
 
Extent(int, int) - Constructor for class org.springframework.shell.table.SizeConstraints.Extent
 

F

fileConverter() - Method in class org.springframework.shell.legacy.LegacyAdapterAutoConfiguration
 
FileInputProvider - Class in org.springframework.shell.jline
An InputProvider that reads input from file-like sources.
FileInputProvider(Reader, Parser) - Constructor for class org.springframework.shell.jline.FileInputProvider
 
FileValueProvider - Class in org.springframework.shell.standard
A ValueProvider that can populate names of local Files, either absolute or relative to the current working directory.
FileValueProvider() - Constructor for class org.springframework.shell.standard.FileValueProvider
 
fileValueProvider() - Method in class org.springframework.shell.standard.StandardAPIAutoConfiguration
 
formal() - Method in class org.springframework.shell.ParameterDescription
 
formal(String) - Method in class org.springframework.shell.ParameterDescription
 
format(Object) - Method in class org.springframework.shell.table.DefaultFormatter
 
format(Object) - Method in interface org.springframework.shell.table.Formatter
 
format(Object) - Method in class org.springframework.shell.table.MapFormatter
 
Formatter - Interface in org.springframework.shell.table
A Formatter is responsible for the initial rendering of a value to lines of text.
fromRowColumn(int, int) - Method in class org.springframework.shell.table.TableBuilder.BorderStub
 
fromTopLeft() - Method in class org.springframework.shell.table.TableBuilder.BorderStub
 
FULL - Static variable in class org.springframework.shell.table.BorderSpecification
 

G

gatherMethodTargets() - Method in class org.springframework.shell.Shell
 
getAvailability() - Method in exception org.springframework.shell.CommandNotCurrentlyAvailable
 
getAvailability() - Method in class org.springframework.shell.MethodTarget
 
getBean() - Method in class org.springframework.shell.MethodTarget
 
getColumnCount() - Method in class org.springframework.shell.table.ArrayTableModel
 
getColumnCount() - Method in class org.springframework.shell.table.BeanListTableModel
 
getColumnCount() - Method in class org.springframework.shell.table.TableModel
 
getCommand() - Method in exception org.springframework.shell.CommandNotCurrentlyAvailable
 
getConstraintViolations() - Method in exception org.springframework.shell.ParameterValidationException
 
getDescription() - Method in class org.springframework.shell.Command.Help
 
getGroup() - Method in class org.springframework.shell.Command.Help
 
getGroup() - Method in class org.springframework.shell.MethodTarget
 
getHelp() - Method in class org.springframework.shell.MethodTarget
 
getInput() - Method in exception org.springframework.shell.UnfinishedParameterResolutionException
 
getLastError() - Method in class org.springframework.shell.result.ThrowableResultHandler
Return the last error that was dealt with by this result handler.
getMessage() - Method in exception org.springframework.shell.CommandNotFound
 
getMessage() - Method in exception org.springframework.shell.ParameterMissingResolutionException
 
getMessage() - Method in exception org.springframework.shell.UnfinishedParameterResolutionException
 
getMethod() - Method in class org.springframework.shell.MethodTarget
 
getMethodTarget() - Method in exception org.springframework.shell.ParameterValidationException
 
getModel() - Method in class org.springframework.shell.table.Table
 
getModel() - Method in class org.springframework.shell.table.TableBuilder
 
getParameterDescription() - Method in exception org.springframework.shell.ParameterMissingResolutionException
 
getParameterDescription() - Method in exception org.springframework.shell.UnfinishedParameterResolutionException
 
getPosition() - Method in class org.springframework.shell.CompletionContext
 
getPrompt() - Method in interface org.springframework.shell.jline.PromptProvider
 
getReason() - Method in class org.springframework.shell.Availability
 
getRowCount() - Method in class org.springframework.shell.table.ArrayTableModel
 
getRowCount() - Method in class org.springframework.shell.table.BeanListTableModel
 
getRowCount() - Method in class org.springframework.shell.table.TableModel
 
getValue(int, int) - Method in class org.springframework.shell.table.ArrayTableModel
 
getValue(int, int) - Method in class org.springframework.shell.table.BeanListTableModel
 
getValue(int, int) - Method in class org.springframework.shell.table.TableModel
 
getWordIndex() - Method in class org.springframework.shell.CompletionContext
 
getWords() - Method in class org.springframework.shell.CompletionContext
 

H

handleResult(Object) - Method in class org.springframework.shell.result.DefaultResultHandler
 
handleResult(ExitRequest) - Method in class org.springframework.shell.result.ExitRequestResultHandler
 
handleResult(Iterable) - Method in class org.springframework.shell.result.IterableResultHandler
 
handleResult(T) - Method in class org.springframework.shell.result.TerminalAwareResultHandler
 
handleResult(Object) - Method in class org.springframework.shell.result.TypeHierarchyResultHandler
 
handleResult(T) - Method in interface org.springframework.shell.ResultHandler
Deal with some method execution result, whether it was the normal return value, or some kind of Throwable.
hashCode() - Method in class org.springframework.shell.Command.Help
 
hashCode() - Method in class org.springframework.shell.MethodTarget
 
hashCode() - Method in class org.springframework.shell.ParameterDescription
 
Help(String) - Constructor for class org.springframework.shell.Command.Help
 
Help(String, String) - Constructor for class org.springframework.shell.Command.Help
 
help(String) - Method in class org.springframework.shell.ParameterDescription
 
help() - Method in class org.springframework.shell.ParameterDescription
 
Help - Class in org.springframework.shell.standard.commands
A command to display help about all available commands.
Help(List<ParameterResolver>) - Constructor for class org.springframework.shell.standard.commands.Help
 
help(String) - Method in class org.springframework.shell.standard.commands.Help
 
help(List<ParameterResolver>) - Method in class org.springframework.shell.standard.commands.StandardCommandsAutoConfiguration
 
Help.Command - Interface in org.springframework.shell.standard.commands
Marker interface for beans providing help functionality to the shell.
history(LineReader, String) - Method in class org.springframework.shell.jline.JLineShellAutoConfiguration.HistoryConfiguration
 
HistoryConfiguration() - Constructor for class org.springframework.shell.jline.JLineShellAutoConfiguration.HistoryConfiguration
 
horizontalGlyph() - Method in enum org.springframework.shell.table.BorderStyle
 

I

INHERIT_AND_INFER - Static variable in annotation type org.springframework.shell.standard.ShellCommandGroup
The default value for the group label, which when set on a class, will mean to look at the package level on a package, to go back at the class level and infer a name from the class name.
INHERITED - Static variable in annotation type org.springframework.shell.standard.ShellMethod
The default value for ShellMethod.group(), meaning that the group will be inherited from the explicit value set on the containing element (class then package) or ultimately inferred.
INNER - Static variable in class org.springframework.shell.table.BorderSpecification
 
INNER_HORIZONTAL - Static variable in class org.springframework.shell.table.BorderSpecification
 
INNER_VERTICAL - Static variable in class org.springframework.shell.table.BorderSpecification
 
Input - Interface in org.springframework.shell
Represents the input buffer to the shell.
InputProvider - Interface in org.springframework.shell
To be implemented by components able to provide a "line" of user input, whether interactively or by batch.
intersection(char, char, char, char) - Static method in enum org.springframework.shell.table.BorderStyle
 
isAvailable() - Method in class org.springframework.shell.Availability
 
IterableResultHandler - Class in org.springframework.shell.result
A ResultHandler that deals with Iterables and delegates to TypeHierarchyResultHandler for each element in turn.
IterableResultHandler() - Constructor for class org.springframework.shell.result.IterableResultHandler
 
iterableResultHandler() - Method in class org.springframework.shell.result.ResultHandlerConfig
 

J

JCommanderParameterResolver - Class in org.springframework.shell.jcommander
Provides integration with JCommander.
JCommanderParameterResolver() - Constructor for class org.springframework.shell.jcommander.JCommanderParameterResolver
 
jCommanderParameterResolver() - Method in class org.springframework.shell.jcommander.JCommanderParameterResolverAutoConfiguration
 
JCommanderParameterResolverAutoConfiguration - Class in org.springframework.shell.jcommander
Registers JCommanderParameterResolver and supporting beans as appropriate.
JCommanderParameterResolverAutoConfiguration() - Constructor for class org.springframework.shell.jcommander.JCommanderParameterResolverAutoConfiguration
 
JLineInputProvider(LineReader, PromptProvider) - Constructor for class org.springframework.shell.jline.DefaultShellApplicationRunner.JLineInputProvider
 
JLineShellAutoConfiguration - Class in org.springframework.shell.jline
Shell implementation using JLine to capture input and trigger completions.
JLineShellAutoConfiguration() - Constructor for class org.springframework.shell.jline.JLineShellAutoConfiguration
 
JLineShellAutoConfiguration.CompleterAdapter - Class in org.springframework.shell.jline
A bridge between JLine's Completer contract and our own.
JLineShellAutoConfiguration.HistoryConfiguration - Class in org.springframework.shell.jline
Installs a default JLine history, and triggers saving to file on context shutdown.

K

keys() - Method in class org.springframework.shell.ParameterDescription
 
keys(List<String>) - Method in class org.springframework.shell.ParameterDescription
 
KeyValueHorizontalAligner - Class in org.springframework.shell.table
A text alignment strategy that aligns text horizontally so that all instances of some special character(s) line up perfectly in a column.
KeyValueHorizontalAligner(String) - Constructor for class org.springframework.shell.table.KeyValueHorizontalAligner
 
KeyValueSizeConstraints - Class in org.springframework.shell.table
A SizeConstraints implementation that is tailored to rendering a series of key = value pairs.
KeyValueSizeConstraints(String) - Constructor for class org.springframework.shell.table.KeyValueSizeConstraints
 
KeyValueTextWrapper - Class in org.springframework.shell.table
A TextWrapper implementation tailored for key-value rendering (working in concert with KeyValueSizeConstraints, KeyValueHorizontalAligner), that tries its best to vertically align some delimiter character (default '=').
KeyValueTextWrapper() - Constructor for class org.springframework.shell.table.KeyValueTextWrapper
 
KeyValueTextWrapper(String) - Constructor for class org.springframework.shell.table.KeyValueTextWrapper
 

L

lateInit() - Method in class org.springframework.shell.jline.JLineShellAutoConfiguration
 
LEFT - Static variable in class org.springframework.shell.table.BorderSpecification
 
LegacyAdapterAutoConfiguration - Class in org.springframework.shell.legacy
Main configuration class for the Shell 2 - Shell 1 adapter.
LegacyAdapterAutoConfiguration() - Constructor for class org.springframework.shell.legacy.LegacyAdapterAutoConfiguration
 
LegacyMethodTargetRegistrar - Class in org.springframework.shell.legacy
A MethodTargetRegistrar that discovers methods annotated with CliCommand on beans implementing the CommandMarker marker interface.
LegacyMethodTargetRegistrar() - Constructor for class org.springframework.shell.legacy.LegacyMethodTargetRegistrar
 
legacyMethodTargetResolver() - Method in class org.springframework.shell.legacy.LegacyAdapterAutoConfiguration
 
legacyParameterResolver() - Method in class org.springframework.shell.legacy.LegacyAdapterAutoConfiguration
 
LegacyParameterResolver - Class in org.springframework.shell.legacy
Resolves parameters by looking at the CliOption annotation and acting accordingly.
LegacyParameterResolver() - Constructor for class org.springframework.shell.legacy.LegacyParameterResolver
 
lineReader() - Method in class org.springframework.shell.jline.JLineShellAutoConfiguration
 
listCommands() - Method in interface org.springframework.shell.CommandRegistry
Return the mapping from command trigger keywords to implementation.
listCommands() - Method in class org.springframework.shell.ConfigurableCommandRegistry
 
listCommands() - Method in class org.springframework.shell.Shell
 

M

mainResultHandler() - Method in class org.springframework.shell.result.ResultHandlerConfig
 
mandatoryKey() - Method in class org.springframework.shell.ParameterDescription
 
mandatoryKey(boolean) - Method in class org.springframework.shell.ParameterDescription
 
MapFormatter - Class in org.springframework.shell.table
A formatter suited for key-value pairs, that renders each mapping on a new line.
MapFormatter(String) - Constructor for class org.springframework.shell.table.MapFormatter
 
matches(int, int, TableModel) - Method in interface org.springframework.shell.table.CellMatcher
 
max - Variable in class org.springframework.shell.table.SizeConstraints.Extent
 
methodParameter() - Method in class org.springframework.shell.ValueResult
MethodTarget - Class in org.springframework.shell
Represents a shell command behavior, i.e. code to be executed when a command is requested.
MethodTarget(Method, Object, String) - Constructor for class org.springframework.shell.MethodTarget
 
MethodTarget(Method, Object, String, Supplier<Availability>) - Constructor for class org.springframework.shell.MethodTarget
 
MethodTarget(Method, Object, Command.Help, Supplier<Availability>) - Constructor for class org.springframework.shell.MethodTarget
 
MethodTargetRegistrar - Interface in org.springframework.shell
Strategy interface for registering commands.
methodTargets - Variable in class org.springframework.shell.Shell
 
min - Variable in class org.springframework.shell.table.SizeConstraints.Extent
 

N

NO_INPUT - Static variable in class org.springframework.shell.Shell
Marker object returned to signify that there was no input to turn into a command execution.
NONE - Static variable in annotation type org.springframework.shell.standard.ShellOption
Used to indicate that there is no default value (i.e. parameter is mandatory).
NONE - Static variable in class org.springframework.shell.table.BorderSpecification
 
NONE - Static variable in enum org.springframework.shell.table.BorderStyle
 
NoWrapSizeConstraints - Class in org.springframework.shell.table
A sizing strategy that will impose the longest line width on cells.
NoWrapSizeConstraints() - Constructor for class org.springframework.shell.table.NoWrapSizeConstraints
 
NULL - Static variable in annotation type org.springframework.shell.standard.ShellOption
Used to indicate that the default value is the value null, which is different from the fact that there is no default value.

O

of(String, Object, Command.Help) - Static method in class org.springframework.shell.MethodTarget
Construct a MethodTarget for the unique method named name on the given object.
of(String, Object, Command.Help, Supplier<Availability>) - Static method in class org.springframework.shell.MethodTarget
Construct a MethodTarget for the unique method named name on the given object.
ofType(Class<?>) - Static method in class org.springframework.shell.table.CellMatchers
 
on(CellMatcher) - Method in class org.springframework.shell.table.TableBuilder.CellMatcherStub
 
on(CellMatcher) - Method in class org.springframework.shell.table.TableBuilder
 
onContextClosedEvent(ContextClosedEvent) - Method in class org.springframework.shell.jline.JLineShellAutoConfiguration.HistoryConfiguration
 
org.springframework.shell - package org.springframework.shell
Contains core classes for Spring Shell, irrespective of the way commands are actually implemented.
org.springframework.shell.jcommander - package org.springframework.shell.jcommander
Provides integration with JCommander.
org.springframework.shell.jline - package org.springframework.shell.jline
Contains classes that leverage the JLine library to hook into the Spring Shell REPL.
org.springframework.shell.legacy - package org.springframework.shell.legacy
Provides integration with Spring Shell 1.
org.springframework.shell.result - package org.springframework.shell.result
Contains strategies for dealing with results of commands.
org.springframework.shell.standard - package org.springframework.shell.standard
Contains infrastructure for describing commands with the "new" preferred Spring Shell programming model.
org.springframework.shell.standard.commands - package org.springframework.shell.standard.commands
Contains default commands that ought to apply to each shell app.
org.springframework.shell.table - package org.springframework.shell.table
Allows the creation of tables that can be rendered using ASCII art.
OUTLINE - Static variable in class org.springframework.shell.table.BorderSpecification
 
outOf(MethodParameter) - Static method in class org.springframework.shell.ParameterDescription
 

P

paintBorder(BorderStyle, int) - Method in class org.springframework.shell.table.TableBuilder
 
parameter() - Method in class org.springframework.shell.ParameterDescription
 
ParameterDescription - Class in org.springframework.shell
Encapsulates information about a shell invokable method parameter, so that it can be documented.
ParameterDescription(MethodParameter, String) - Constructor for class org.springframework.shell.ParameterDescription
 
ParameterMissingResolutionException - Exception in org.springframework.shell
Thrown by a ParameterResolver when a parameter that should have been set has been left out altogether.
ParameterMissingResolutionException(ParameterDescription) - Constructor for exception org.springframework.shell.ParameterMissingResolutionException
 
ParameterResolver - Interface in org.springframework.shell
Implementations of this interface are responsible, once the command has been identified, of transforming the textual input to an actual parameter object.
ParameterResolverMissingException - Exception in org.springframework.shell
ParameterResolverMissingException(MethodParameter) - Constructor for exception org.springframework.shell.ParameterResolverMissingException
 
parameterResolvers - Variable in class org.springframework.shell.Shell
 
ParameterValidationException - Exception in org.springframework.shell
Thrown when one or more parameters fail bean validation constraints.
ParameterValidationException(Set<ConstraintViolation<Object>>, MethodTarget) - Constructor for exception org.springframework.shell.ParameterValidationException
 
ParameterValidationExceptionResultHandler - Class in org.springframework.shell.result
Displays validation errors on the terminal.
ParameterValidationExceptionResultHandler() - Constructor for class org.springframework.shell.result.ParameterValidationExceptionResultHandler
 
parser() - Method in class org.springframework.shell.jline.JLineShellAutoConfiguration
 
PRECEDENCE - Static variable in class org.springframework.shell.jline.DefaultShellApplicationRunner
 
promptProvider() - Method in class org.springframework.shell.jline.JLineShellAutoConfiguration
 
PromptProvider - Interface in org.springframework.shell.jline
Called at each REPL cycle to decide what the prompt should be.

Q

Quit - Class in org.springframework.shell.standard.commands
A command that terminates the running shell.
Quit() - Constructor for class org.springframework.shell.standard.commands.Quit
 
quit() - Method in class org.springframework.shell.standard.commands.Quit
 
quit() - Method in class org.springframework.shell.standard.commands.StandardCommandsAutoConfiguration
 
Quit.Command - Interface in org.springframework.shell.standard.commands
Marker interface for beans providing quit functionality to the shell.

R

rawText() - Method in interface org.springframework.shell.Input
Return the input as entered by the user.
readInput() - Method in interface org.springframework.shell.InputProvider
Return text entered by user to invoke commands.
readInput() - Method in class org.springframework.shell.jline.DefaultShellApplicationRunner.JLineInputProvider
 
readInput() - Method in class org.springframework.shell.jline.FileInputProvider
 
register(String, MethodTarget) - Method in class org.springframework.shell.ConfigurableCommandRegistry
 
register(ConfigurableCommandRegistry) - Method in class org.springframework.shell.legacy.LegacyMethodTargetRegistrar
 
register(ConfigurableCommandRegistry) - Method in interface org.springframework.shell.MethodTargetRegistrar
Register mappings from <command keyword(s)> to actual behavior.
register(ConfigurableCommandRegistry) - Method in class org.springframework.shell.standard.StandardMethodTargetRegistrar
 
render(int) - Method in class org.springframework.shell.table.Table
 
render(int) - Method in interface org.springframework.shell.TerminalSizeAware
 
resolve(MethodParameter, List<String>) - Method in class org.springframework.shell.jcommander.JCommanderParameterResolver
 
resolve(MethodParameter, List<String>) - Method in class org.springframework.shell.legacy.LegacyParameterResolver
 
resolve(MethodParameter, List<String>) - Method in interface org.springframework.shell.ParameterResolver
Turn the given textual input into an actual object, maybe using some conversion or lookup mechanism.
resolve(MethodParameter, List<String>) - Method in class org.springframework.shell.standard.StandardParameterResolver
 
resolvedValue() - Method in class org.springframework.shell.ValueResult
Represents the resolved value for the MethodParameter associated with this result.
ResultHandler<T> - Interface in org.springframework.shell
Implementations know how to deal with results of method invocations, whether normal results or exceptions thrown.
ResultHandlerConfig - Class in org.springframework.shell.result
Used for explicit configuration of ResultHandlers.
ResultHandlerConfig() - Constructor for class org.springframework.shell.result.ResultHandlerConfig
 
RIGHT - Static variable in class org.springframework.shell.table.BorderSpecification
 
row(int) - Static method in class org.springframework.shell.table.CellMatchers
 
run(ApplicationArguments) - Method in class org.springframework.shell.jline.DefaultShellApplicationRunner
 
run(InputProvider) - Method in class org.springframework.shell.Shell
The main program loop: acquire input, try to match it to a command and evaluate.

S

Script - Class in org.springframework.shell.standard.commands
A command that can read and execute other commands from a file.
Script(Shell, Parser) - Constructor for class org.springframework.shell.standard.commands.Script
 
script(File) - Method in class org.springframework.shell.standard.commands.Script
 
script(Shell, Parser) - Method in class org.springframework.shell.standard.commands.StandardCommandsAutoConfiguration
 
Script.Command - Interface in org.springframework.shell.standard.commands
Marker interface for beans providing script functionality to the shell.
setApplicationContext(ApplicationContext) - Method in class org.springframework.shell.standard.StandardMethodTargetRegistrar
 
setCommandRegistry(CommandRegistry) - Method in class org.springframework.shell.standard.commands.Help
 
setParameterResolvers(List<ParameterResolver>) - Method in class org.springframework.shell.Shell
 
setResultHandlers(Set<ResultHandler<?>>) - Method in class org.springframework.shell.result.TypeHierarchyResultHandler
 
setShell(Shell) - Method in class org.springframework.shell.jline.JLineShellAutoConfiguration.CompleterAdapter
 
setTerminal(Terminal) - Method in class org.springframework.shell.result.TerminalAwareResultHandler
 
setValidatorFactory(ValidatorFactory) - Method in class org.springframework.shell.jcommander.JCommanderParameterResolver
 
setValidatorFactory(ValidatorFactory) - Method in class org.springframework.shell.legacy.LegacyParameterResolver
 
setValidatorFactory(ValidatorFactory) - Method in class org.springframework.shell.Shell
 
setValidatorFactory(ValidatorFactory) - Method in class org.springframework.shell.standard.commands.Help
 
setValidatorFactory(ValidatorFactory) - Method in class org.springframework.shell.standard.StandardParameterResolver
 
setValueProviders(Collection<ValueProvider>) - Method in class org.springframework.shell.standard.StandardParameterResolver
 
Shell - Class in org.springframework.shell
Main class implementing a shell loop.
Shell(ResultHandler) - Constructor for class org.springframework.shell.Shell
 
shell(ResultHandler) - Method in class org.springframework.shell.SpringShellAutoConfiguration
 
ShellCommandGroup - Annotation Type in org.springframework.shell.standard
Used to indicate the default group of shell commands, either at the package or class level.
ShellComponent - Annotation Type in org.springframework.shell.standard
Indicates that an annotated class may contain shell methods (themselves annotated with ShellMethod) that is, methods that may be invoked reflectively by the shell.
ShellMethod - Annotation Type in org.springframework.shell.standard
Used to mark a method as invokable via Spring Shell.
ShellMethodAvailability - Annotation Type in org.springframework.shell.standard
Used to customize the name of the method used to indicate availability of a command.
ShellOption - Annotation Type in org.springframework.shell.standard
Used to customize handling of a ShellMethod parameter.
ShellOption.NoValueProvider - Interface in org.springframework.shell.standard
 
SimpleHorizontalAligner - Enum in org.springframework.shell.table
An horizontal alignment strategy that allows alignment to the left, center or right.
SimpleVerticalAligner - Enum in org.springframework.shell.table
Alignment strategy that allows simple vertical alignment to top, middle or bottom.
SizeConstraints - Interface in org.springframework.shell.table
Strategy for computing the dimensions of a table cell.
SizeConstraints.Extent - Class in org.springframework.shell.table
Holds both a minimum and maximum width.
SpringShellAutoConfiguration - Class in org.springframework.shell
Creates supporting beans for running the Shell
SpringShellAutoConfiguration() - Constructor for class org.springframework.shell.SpringShellAutoConfiguration
 
Stacktrace - Class in org.springframework.shell.standard.commands
A command to display the full stacktrace when an error occurs.
Stacktrace() - Constructor for class org.springframework.shell.standard.commands.Stacktrace
 
stacktrace() - Method in class org.springframework.shell.standard.commands.Stacktrace
 
stacktrace() - Method in class org.springframework.shell.standard.commands.StandardCommandsAutoConfiguration
 
Stacktrace.Command - Interface in org.springframework.shell.standard.commands
Marker interface for beans providing stacktrace functionality to the shell.
StandardAPIAutoConfiguration - Class in org.springframework.shell.standard
Sets up all required beans for supporting the standard Shell API.
StandardAPIAutoConfiguration() - Constructor for class org.springframework.shell.standard.StandardAPIAutoConfiguration
 
StandardCommandsAutoConfiguration - Class in org.springframework.shell.standard.commands
Creates beans for standard commands.
StandardCommandsAutoConfiguration() - Constructor for class org.springframework.shell.standard.commands.StandardCommandsAutoConfiguration
 
StandardMethodTargetRegistrar - Class in org.springframework.shell.standard
The standard implementation of MethodTargetRegistrar for new shell applications, resolves methods annotated with ShellMethod on ShellComponent beans.
StandardMethodTargetRegistrar() - Constructor for class org.springframework.shell.standard.StandardMethodTargetRegistrar
 
standardMethodTargetResolver() - Method in class org.springframework.shell.standard.StandardAPIAutoConfiguration
 
standardParameterResolver(ConversionService) - Method in class org.springframework.shell.standard.StandardAPIAutoConfiguration
 
StandardParameterResolver - Class in org.springframework.shell.standard
Default ParameterResolver implementation that supports the following features: named parameters (recognized because they start with some ShellMethod.prefix()) implicit named parameters (from the actual method parameter name) positional parameters (in order, for all parameter values that were not resolved via named parameters) default values (for all remaining parameters)
StandardParameterResolver(ConversionService) - Constructor for class org.springframework.shell.standard.StandardParameterResolver
 
status() - Method in exception org.springframework.shell.ExitRequest
The exit code to be returned when the process exits.
supports(MethodParameter) - Method in class org.springframework.shell.jcommander.JCommanderParameterResolver
 
supports(MethodParameter) - Method in class org.springframework.shell.legacy.LegacyParameterResolver
 
supports(MethodParameter) - Method in interface org.springframework.shell.ParameterResolver
Should return true if this resolver recognizes the given method parameter (e.g. it has the correct annotation or the correct type).
supports(MethodParameter, CompletionContext) - Method in class org.springframework.shell.standard.EnumValueProvider
 
supports(MethodParameter, CompletionContext) - Method in class org.springframework.shell.standard.FileValueProvider
 
supports(MethodParameter) - Method in class org.springframework.shell.standard.StandardParameterResolver
 
supports(MethodParameter, CompletionContext) - Method in interface org.springframework.shell.standard.ValueProvider
 
supports(MethodParameter, CompletionContext) - Method in class org.springframework.shell.standard.ValueProviderSupport
 

T

table() - Static method in class org.springframework.shell.table.CellMatchers
 
Table - Class in org.springframework.shell.table
This is the central API for table rendering.
TableBuilder - Class in org.springframework.shell.table
A builder class to incrementally configure a Table.
TableBuilder(TableModel) - Constructor for class org.springframework.shell.table.TableBuilder
Construct a table with the given model.
TableBuilder.BorderStub - Class in org.springframework.shell.table
 
TableBuilder.BorderStub.TopLeft - Class in org.springframework.shell.table
 
TableBuilder.CellMatcherStub - Class in org.springframework.shell.table
 
TableModel - Class in org.springframework.shell.table
Abstracts away the contract a Table will use to retrieve tabular data.
TableModel() - Constructor for class org.springframework.shell.table.TableModel
 
TableModelBuilder<T> - Class in org.springframework.shell.table
Helper class to build a TableModel incrementally.
TableModelBuilder() - Constructor for class org.springframework.shell.table.TableModelBuilder
 
Tables - Class in org.springframework.shell.table
Utility class used to create and configure typical Tables.
Tables() - Constructor for class org.springframework.shell.table.Tables
 
terminal() - Method in class org.springframework.shell.jline.JLineShellAutoConfiguration
 
terminal - Variable in class org.springframework.shell.result.TerminalAwareResultHandler
 
TerminalAwareResultHandler<T> - Class in org.springframework.shell.result
Base class for ResultHandlers that rely on JLine's Terminal.
TerminalAwareResultHandler() - Constructor for class org.springframework.shell.result.TerminalAwareResultHandler
 
TerminalSizeAware - Interface in org.springframework.shell
To be implemented by command result objects that can adapt to the terminal size when they are being rendered.
terminalSizeAwareResultHandler() - Method in class org.springframework.shell.result.ResultHandlerConfig
 
TerminalSizeAwareResultHandler - Class in org.springframework.shell.result
A ResultHandler that prints TerminalSizeAware according to the Terminal size.
TerminalSizeAwareResultHandler() - Constructor for class org.springframework.shell.result.TerminalSizeAwareResultHandler
 
TextWrapper - Interface in org.springframework.shell.table
A strategy for applying text wrapping/cropping given a cell width.
ThrowableResultHandler - Class in org.springframework.shell.result
A ResultHandler that prints thrown exceptions messages in red.
ThrowableResultHandler() - Constructor for class org.springframework.shell.result.ThrowableResultHandler
 
toBottomRight() - Method in class org.springframework.shell.table.TableBuilder.BorderStub.TopLeft
 
TOP - Static variable in class org.springframework.shell.table.BorderSpecification
 
toRowColumn(int, int) - Method in class org.springframework.shell.table.TableBuilder.BorderStub.TopLeft
 
toString() - Method in class org.springframework.shell.CompletionProposal
 
toString() - Method in class org.springframework.shell.legacy.LegacyMethodTargetRegistrar
 
toString() - Method in class org.springframework.shell.MethodTarget
 
toString() - Method in class org.springframework.shell.ParameterDescription
 
toString() - Method in class org.springframework.shell.standard.StandardMethodTargetRegistrar
 
toString() - Method in class org.springframework.shell.table.BorderSpecification
 
transpose() - Method in class org.springframework.shell.table.TableModel
 
type() - Method in class org.springframework.shell.ParameterDescription
 
TypeHierarchyResultHandler - Class in org.springframework.shell.result
A delegating ResultHandler that dispatches handling based on the type of the result.
TypeHierarchyResultHandler() - Constructor for class org.springframework.shell.result.TypeHierarchyResultHandler
 

U

unavailable(String) - Static method in class org.springframework.shell.Availability
 
unCamelify(CharSequence) - Static method in class org.springframework.shell.Utils
Turn CamelCaseText into gnu-style-lowercase.
UnfinishedParameterResolutionException - Exception in org.springframework.shell
Thrown during parameter resolution, when a parameter has been identified, but could not be correctly resolved.
UnfinishedParameterResolutionException(ParameterDescription, CharSequence) - Constructor for exception org.springframework.shell.UnfinishedParameterResolutionException
 
UNRESOLVED - Static variable in class org.springframework.shell.Shell
Marker object to distinguish unresolved arguments from null, which is a valid value.
upToCursor() - Method in class org.springframework.shell.CompletionContext
 
Utils - Class in org.springframework.shell
Some text utilities.
Utils() - Constructor for class org.springframework.shell.Utils
 

V

validator() - Method in class org.springframework.shell.SpringShellAutoConfiguration
 
value() - Method in class org.springframework.shell.CompletionProposal
 
value(String) - Method in class org.springframework.shell.CompletionProposal
 
valueOf(String) - Static method in enum org.springframework.shell.table.BorderStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.shell.table.SimpleHorizontalAligner
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.shell.table.SimpleVerticalAligner
Returns the enum constant of this type with the specified name.
ValueProvider - Interface in org.springframework.shell.standard
Beans implementing this interface are queried during TAB completion to gather possible values of a parameter.
ValueProviderSupport - Class in org.springframework.shell.standard
Base class for ValueProvider that match by type.
ValueProviderSupport() - Constructor for class org.springframework.shell.standard.ValueProviderSupport
 
ValueResult - Class in org.springframework.shell
ValueResult(MethodParameter, Object) - Constructor for class org.springframework.shell.ValueResult
 
ValueResult(MethodParameter, Object, BitSet, BitSet) - Constructor for class org.springframework.shell.ValueResult
 
values() - Static method in enum org.springframework.shell.table.BorderStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.shell.table.SimpleHorizontalAligner
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.shell.table.SimpleVerticalAligner
Returns an array containing the constants of this enum type, in the order they are declared.
verticalGlyph() - Method in enum org.springframework.shell.table.BorderStyle
 

W

whenFlag(String) - Method in class org.springframework.shell.ParameterDescription
 
width(String[], int, int) - Method in class org.springframework.shell.table.AbsoluteWidthSizeConstraints
 
width(String[], int, int) - Method in class org.springframework.shell.table.AutoSizeConstraints
 
width(String[], int, int) - Method in class org.springframework.shell.table.KeyValueSizeConstraints
 
width(String[], int, int) - Method in class org.springframework.shell.table.NoWrapSizeConstraints
 
width(String[], int, int) - Method in interface org.springframework.shell.table.SizeConstraints
 
wireIterableResultHandler() - Method in class org.springframework.shell.result.ResultHandlerConfig
 
words() - Method in interface org.springframework.shell.Input
Return the input as a list of parsed "words", having split the raw input according to parsing rules (for example, handling quoted portions of the readInput as a single "word")
wordsUsed() - Method in class org.springframework.shell.ValueResult
Represents the full set of words used to resolve the MethodParameter.
wordsUsed(List<String>) - Method in class org.springframework.shell.ValueResult
 
wordsUsedForValue() - Method in class org.springframework.shell.ValueResult
Represents the full set of words used to resolve the value of this MethodParameter.
wordsUsedForValue(List<String>) - Method in class org.springframework.shell.ValueResult
 
wrap(String[], int) - Method in class org.springframework.shell.table.DebugTextWrapper
 
wrap(String[], int) - Method in class org.springframework.shell.table.DelimiterTextWrapper
 
wrap(String[], int) - Method in class org.springframework.shell.table.KeyValueTextWrapper
 
wrap(String[], int) - Method in interface org.springframework.shell.table.TextWrapper
 
A B C D E F G H I J K L M N O P Q R S T U V W 
Skip navigation links

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