Interface PathInput.PathInputContext
- All Superinterfaces:
AbstractTextComponent.TextComponentContext<Path,
,PathInput.PathInputContext> ComponentContext<PathInput.PathInputContext>
- Enclosing class:
- PathInput
public static interface PathInput.PathInputContext
extends AbstractTextComponent.TextComponentContext<Path,PathInput.PathInputContext>
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.springframework.shell.component.support.AbstractTextComponent.TextComponentContext
AbstractTextComponent.TextComponentContext.MessageLevel
-
Method Summary
Modifier and TypeMethodDescriptionstatic PathInput.PathInputContext
empty()
Gets an emptyPathInput.PathInputContext
.Methods inherited from interface org.springframework.shell.component.support.AbstractTextComponent.TextComponentContext
getInput, getMessage, getMessageLevel, getName, getResultValue, setInput, setMessage, setMessage, setMessageLevel, setName, setResultValue
Methods inherited from interface org.springframework.shell.component.context.ComponentContext
containsKey, get, get, getTerminalWidth, put, setTerminalWidth, stream, toTemplateModel
-
Method Details
-
empty
Gets an emptyPathInput.PathInputContext
.- Returns:
- empty path input context
-