| Package | Description |
|---|---|
| org.springframework.shell.component |
| Modifier and Type | Method and Description |
|---|---|
static StringInput.StringInputContext |
StringInput.StringInputContext.empty()
Gets an empty
StringInput.StringInputContext. |
protected StringInput.StringInputContext |
StringInput.getThisContext(ComponentContext<?> context) |
static StringInput.StringInputContext |
StringInput.StringInputContext.of(String defaultValue,
Character maskCharacter)
Gets an
StringInput.StringInputContext. |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
StringInput.read(org.jline.keymap.BindingReader bindingReader,
org.jline.keymap.KeyMap<String> keyMap,
StringInput.StringInputContext context) |
| Constructor and Description |
|---|
StringInput(org.jline.terminal.Terminal terminal,
String name,
String defaultValue,
Function<StringInput.StringInputContext,List<org.jline.utils.AttributedString>> renderer) |
Copyright © 2022. All rights reserved.