Serialized Form
-
Package org.springframework.shell.core
-
Exception org.springframework.shell.core.ExitRequest
class ExitRequest extends RuntimeException implements Serializable-
Serialized Fields
-
code
int code
-
-
-
Exception org.springframework.shell.core.ParameterResolverMissingException
class ParameterResolverMissingException extends RuntimeException implements Serializable -
Exception org.springframework.shell.core.ParameterValidationException
class ParameterValidationException extends RuntimeException implements Serializable -
Exception org.springframework.shell.core.ShellConfigurationException
class ShellConfigurationException extends RuntimeException implements Serializable
-
-
Package org.springframework.shell.core.command
-
Exception org.springframework.shell.core.command.CommandCreationException
class CommandCreationException extends RuntimeException implements Serializable -
Exception org.springframework.shell.core.command.CommandExecutionException
class CommandExecutionException extends RuntimeException implements Serializable -
Exception org.springframework.shell.core.command.CommandNotCurrentlyAvailableException
class CommandNotCurrentlyAvailableException extends RuntimeException implements Serializable-
Serialized Fields
-
availability
Availability availability
-
command
String command
-
-
-
Exception org.springframework.shell.core.command.CommandNotFoundException
class CommandNotFoundException extends RuntimeException implements Serializable-
Serialized Fields
-
commandName
String commandName
-
-
-
-
Package org.springframework.shell.jline.tui.component.context
-
Class org.springframework.shell.jline.tui.component.context.BaseComponentContext
-
Serialized Fields
-
terminalWidth
@Nullable Integer terminalWidth
-
-
-
-
Package org.springframework.shell.jline.tui.component.support
-
Class org.springframework.shell.jline.tui.component.support.AbstractSelectorComponent.BaseSelectorComponentContext
class BaseSelectorComponentContext extends BaseComponentContext<C extends AbstractSelectorComponent.SelectorComponentContext<T,I, C>> implements Serializable -
Serialized Fields
-
cursorRow
@Nullable Integer cursorRow
-
input
@Nullable String input
-
items
@Nullable List<I extends Nameable & Matchable & Itemable<T>> items
-
itemStates
@Nullable List<AbstractSelectorComponent.ItemState<I extends Nameable & Matchable & Itemable<T>>> itemStates
-
itemStateView
List<AbstractSelectorComponent.ItemState<I extends Nameable & Matchable & Itemable<T>>> itemStateView
-
name
@Nullable String name
-
resultItems
@Nullable List<I extends Nameable & Matchable & Itemable<T>> resultItems
-
-
-
Class org.springframework.shell.jline.tui.component.support.AbstractTextComponent.BaseTextComponentContext
class BaseTextComponentContext extends BaseComponentContext<C extends AbstractTextComponent.TextComponentContext<T,C>> implements Serializable -
Serialized Fields
-
input
@Nullable String input
-
message
@Nullable String message
-
messageLevel
AbstractTextComponent.TextComponentContext.MessageLevel messageLevel
-
name
@Nullable String name
-
resultValue
@Nullable T resultValue
-
-
-
-
Package org.springframework.shell.test.jediterm.terminal
-
Exception org.springframework.shell.test.jediterm.terminal.TerminalDataStream.EOF
class EOF extends IOException implements Serializable
-