Package | Description |
---|---|
org.springframework.shell.component | |
org.springframework.shell.component.support |
Modifier and Type | Class and Description |
---|---|
class |
ConfirmationInput
Component for a confirmation question.
|
class |
MultiItemSelector<T,I extends Nameable & Matchable & Enableable & Selectable & Itemable<T>>
Component able to pick multiple items.
|
class |
PathInput
Component for a simple path input.
|
class |
SingleItemSelector<T,I extends Nameable & Matchable & Enableable & Selectable & Itemable<T>>
Component able to pick single item.
|
class |
StringInput
Component for a simple string input.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractSelectorComponent<T,C extends AbstractSelectorComponent.SelectorComponentContext<T,I,C>,I extends Nameable & Matchable & Enableable & Selectable & Itemable<T>>
Base component for selectors which provide selectable lists.
|
class |
AbstractTextComponent<T,C extends AbstractTextComponent.TextComponentContext<T,C>>
Base class for components which work on a simple text input.
|
Copyright © 2024. All rights reserved.