Serialized Form
-
Package org.springframework.shell
-
Exception org.springframework.shell.CommandNotCurrentlyAvailable
class CommandNotCurrentlyAvailable extends RuntimeException implements Serializable-
Serialized Fields
-
availability
Availability availability
-
command
String command
-
-
-
Exception org.springframework.shell.CommandNotFound
class CommandNotFound extends RuntimeException implements Serializable -
Exception org.springframework.shell.ExitRequest
class ExitRequest extends RuntimeException implements Serializable-
Serialized Fields
-
code
int code
-
-
-
Exception org.springframework.shell.ParameterResolverMissingException
class ParameterResolverMissingException extends RuntimeException implements Serializable -
Exception org.springframework.shell.ParameterValidationException
class ParameterValidationException extends RuntimeException implements Serializable
-
-
Package org.springframework.shell.command
-
Exception org.springframework.shell.command.CommandExecution.CommandExecutionException
class CommandExecutionException extends RuntimeException implements Serializable -
Exception org.springframework.shell.command.CommandExecution.CommandParserExceptionsException
class CommandParserExceptionsException extends RuntimeException implements Serializable-
Serialized Fields
-
parserExceptions
List<CommandParser.CommandParserException> parserExceptions
-
-
-
Exception org.springframework.shell.command.CommandParser.CommandParserException
class CommandParserException extends RuntimeException implements Serializable -
Exception org.springframework.shell.command.CommandParser.MissingOptionException
class MissingOptionException extends CommandParser.CommandParserException implements Serializable-
Serialized Fields
-
option
CommandOption option
-
-
-
Exception org.springframework.shell.command.CommandParser.NotEnoughArgumentsOptionException
class NotEnoughArgumentsOptionException extends CommandParser.OptionException implements Serializable -
Exception org.springframework.shell.command.CommandParser.OptionException
class OptionException extends CommandParser.CommandParserException implements Serializable-
Serialized Fields
-
option
CommandOption option
-
-
-
Exception org.springframework.shell.command.CommandParser.TooManyArgumentsOptionException
class TooManyArgumentsOptionException extends CommandParser.OptionException implements Serializable -
Exception org.springframework.shell.command.CommandParser.UnrecognisedOptionException
class UnrecognisedOptionException extends CommandParser.CommandParserException implements Serializable-
Serialized Fields
-
option
String option
-
-
-
-
Package org.springframework.shell.component.context
-
Class org.springframework.shell.component.context.BaseComponentContext
-
Serialized Fields
-
terminalWidth
Integer terminalWidth
-
-
-
-
Package org.springframework.shell.component.support
-
Class org.springframework.shell.component.support.AbstractSelectorComponent.BaseSelectorComponentContext
class BaseSelectorComponentContext extends BaseComponentContext<C extends AbstractSelectorComponent.SelectorComponentContext<T,I, C>> implements Serializable -
Serialized Fields
-
cursorRow
Integer cursorRow
-
input
String input
-
items
List<I extends Nameable & Matchable & Itemable<T>> items
-
itemStates
List<AbstractSelectorComponent.ItemState<I extends Nameable & Matchable & Itemable<T>>> itemStates
-
itemStateView
List<AbstractSelectorComponent.ItemState<I extends Nameable & Matchable & Itemable<T>>> itemStateView
-
name
String name
-
resultItems
List<I extends Nameable & Matchable & Itemable<T>> resultItems
-
-
-
Class org.springframework.shell.component.support.AbstractTextComponent.BaseTextComponentContext
class BaseTextComponentContext extends BaseComponentContext<C extends AbstractTextComponent.TextComponentContext<T,C>> implements Serializable -
Serialized Fields
-
input
String input
-
message
String message
-
messageLevel
AbstractTextComponent.TextComponentContext.MessageLevel messageLevel
-
name
String name
-
resultValue
T resultValue
-
-
-
-
Package org.springframework.shell.result
-
Exception org.springframework.shell.result.ResultHandlerNotFoundException
class ResultHandlerNotFoundException extends ResultHandlingException implements Serializable-
Serialized Fields
-
resultType
org.springframework.core.convert.TypeDescriptor resultType
-
-
-
Exception org.springframework.shell.result.ResultHandlingException
class ResultHandlingException extends org.springframework.core.NestedRuntimeException implements Serializable
-
-
Package org.springframework.shell.test.jediterm.terminal
-
Exception org.springframework.shell.test.jediterm.terminal.TerminalDataStream.EOF
class EOF extends IOException implements Serializable
-