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 SummaryNested classes/interfaces inherited from interface org.springframework.shell.component.support.AbstractTextComponent.TextComponentContextAbstractTextComponent.TextComponentContext.MessageLevel
- 
Method SummaryStatic MethodsModifier and TypeMethodDescriptionstatic PathInput.PathInputContextempty()Gets an emptyPathInput.PathInputContext.Methods inherited from interface org.springframework.shell.component.support.AbstractTextComponent.TextComponentContextgetInput, getMessage, getMessageLevel, getName, getResultValue, setInput, setMessage, setMessage, setMessageLevel, setName, setResultValueMethods inherited from interface org.springframework.shell.component.context.ComponentContextcontainsKey, get, get, getTerminalWidth, put, setTerminalWidth, stream, toTemplateModel
- 
Method Details- 
emptyGets an emptyPathInput.PathInputContext.- Returns:
- empty path input context
 
 
-